Getting error message “Invoking Azure function failed with HttpStatusCode – Unauthorized”
I have a synapse pipeline which contains a single component, an azure function activity component.
The objective is to send a test JSON payload to a private endpoint using POST call.
The azure function activity is configured to use the POST method and an azure function linked service has also been specified in the activity.
We have a function app in premium plan, the linked service is pointing to the function app.
Inside the function app, we have function which contains the main python code that makes the request.
Function app stack is python and the function created inside is an HTTP trigger using V2 programming model and the authorization level selected is Function.
When I debug the pipeline I am getting the error message Invoking Azure function failed with HttpStatusCode – Unauthorized.
Please support in resolving this. Thanks
I have a synapse pipeline which contains a single component, an azure function activity component.The objective is to send a test JSON payload to a private endpoint using POST call.The azure function activity is configured to use the POST method and an azure function linked service has also been specified in the activity.We have a function app in premium plan, the linked service is pointing to the function app.Inside the function app, we have function which contains the main python code that makes the request.Function app stack is python and the function created inside is an HTTP trigger using V2 programming model and the authorization level selected is Function.When I debug the pipeline I am getting the error message Invoking Azure function failed with HttpStatusCode – Unauthorized.Please support in resolving this. Thanks Read More