When I deploy the function into the function app, the function app goes into an error status.

Javier Guerrero 61 Reputation points
2023-11-08T23:39:24.44+00:00

When I deploy the function into the function app, the function app goes into an error status.

deployment error.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
0 comments No comments
{count} votes

Accepted answer
  1. navba-MSFT 27,540 Reputation points Microsoft Employee Moderator
    2023-11-09T04:06:17.64+00:00

    @Javier Guerrero Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    I understand that you are encountering the below error while deploying your function app.

    I had a look at the backend logs for the failing request-id 585d7bb1-301e-0037-4a90-125784000000 from the error message, to identify the root cause of this issue.

    User's image

    Cause:
    The failure is due to IpAuthorization error (403 error) from your Azure Storage Account (readXXXXXnorth).

    Action Plan:
    You seem to have disabled the public access for Azure Storage account. Please open your Azure storage account (readXXXXXnorth) and navigate to the Networking Tab try to enable the public network access as shown below and check if that works fine.

    User's image

    If you wish to disable the public access to storage account and use it for function app, then you need to follow this article.

    Hope this helps.

    If you have any follow-up queries, please let me know. I would be happy to help.

    **
    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.