We are using a tool called Tidal which has ADF built-Integration. And, ADF is invoking the Synapse Pipeline using Web activity – it makes call over https.
Both the ADF and Synapse Workspace are in the same subnet (public access for both services is disabled).
Now, ADF calls Synapse pipeline using https (ex: https://.dev.azuresynapse.net)
when we invoke the Synapse Pipeline using the above method, we get the below error
The private end points are configured properly and I guess the error is because we are invoking the public end point which travels over internet. How do we invoke the endpoint privately?
Thanks,
Praveen