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

Amar-Azure-Practice 661 Reputation points
2020-12-16T20:28:09.093+00:00

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 Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,969 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amar-Azure-Practice 661 Reputation points
    2020-12-17T02:50:05.137+00:00

    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.

    0 comments No comments