how to solve Azure Functions runtime is unreachable and 502 bad gate way error

Anonymous
2023-05-19T13:12:03.1166667+00:00

local function app code deployed thru vs code in azure function app , after deployed the code in functin app, access those functions getting the 502 bad gateway error, could you please help me out

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2023-05-22T04:54:07.6433333+00:00

    @Anonymous Thanks for reaching out. Please review the troubleshooting guide for Azure Functions Runtime is unreachable as documented here. Please validate the possible root cause of the issue and how you can resolve them.

    You can also review the application insights logs on your function app to know more details on the exception trace and cause of the issue by looking into the traces.

    Alternative and the best way to troubleshoot any function issue you can review the Diagnose and solve problems blade on your function app to know the root cause of the issue along with the possible mitigation action plan.

    In case if you are not able to find the root cause of the issue then please let me know so I can assist you further.

    Feel free to get back to me if you have any queries or concerns.

    0 comments No comments

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.