question

AmarnathManchala-5911 avatar image
0 Votes"
AmarnathManchala-5911 asked AmarnathManchala-5911 answered

Logic app preview is getting error ad 403 forbiden when calling the function app using HTTP request

Hi

I have logic app Preview work flow and Azure function.

Both are in the same Vnet and Subnet.

When we are trying to call the Azure function using Http request,We are getting the 403-Forbidden request.

I have verified any access restrictions on the function app, we dont see any access restrictions.

And from Azure Logic app preview --> Advanced tool--> Kudu--> using CMD we are able to ping the Function app.

please help me to find the solution for it.


azure-functionsazure-logic-apps
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AmarnathManchala-5911 avatar image
0 Votes"
AmarnathManchala-5911 answered

In Azure function app in 'Access restrictions' few Ip address added automatically when we deploy the Azure function from Azure CI/CD pipeline.

I suspect this is causing the 403 forbidden error when we call from the IP address other than the mentioned in IP restrictions.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.