Azure Function app stopped responding

Mohsin Ali 0 Reputation points
2025-02-05T19:53:42.8033333+00:00

My azure function app is associated to VNet. The whole setup was working absolutely fine till yesterday. Since morning today, the app is not available. I tried to access through browser and it says that the app is not reachable. If I try to deploy code form Azure CLI it also ended with exception that target connection is closed and not responding.

The runtime I am using is .Net

Any help on this to figure out the issue?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,430 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,645 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Shireesha Eeraboina 1,715 Reputation points Microsoft Vendor
    2025-02-10T04:05:06.9666667+00:00

    Hi @Mohsin Ali ,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    I understand that you're having trouble accessing the Kudu console, which makes troubleshooting a bit more challenging. Here are some additional steps you can take to diagnose the issue with your Azure Function App:

    • Make sure that the VNet integration for your Function App is correctly configured. If the app was functioning well before, it's possible that changes in network settings or firewall rules have occurred, which could now be preventing access.
    • Ensure that the storage account linked to your Function App permits traffic from the VNet. If the storage account's firewall is enabled, it needs to be configured to allow access from your Function App.
    • If you have Application Insights enabled, review the logs for any errors or warnings that could offer additional insights into why the Function App is inaccessible.
    • If you're unable to access the Kudu console, try going directly to the Azure portal to check the status of your Function App and any associated resources. Look for any alerts or notifications that may indicate potential issues.

    For your reference, please review the following documentations for further clarification:

    I hope this answers your query! Let me know if you require any additional help or clarification.


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.