Cannot deploy azure func services: Kudu service is unavailable

Rustam Gadeev 30 Reputation points
2024-04-18T13:55:09.1+00:00

Tried to create another azure functions under same group and region - still KUDU is unavailable and unable to deploy.
Created test azure finction under new group in different region - that KUDU works fine.
Created test azure finction under same group in different region - that KUDU works fine.
So my North Europe azure functions cannot be deployed due to KUDU unavailable
how to fix that issue?

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

Accepted answer
  1. Alex Burlachenko 810 Reputation points
    2024-04-18T14:22:29.7266667+00:00

    Check Access Restrictions: Ensure that your web app has no access restrictions that could be blocking access to the Kudu site. You can check this under Networking --> Access Restrictions in the Azure portal.

    Check Quotas: If your app exceeds certain quotas (CPU, bandwidth, memory), it can result in an HTTP 403 error, which could prevent access to Kudu.

    Check App Status: Ensure that your app is running. If the app is stopped, you may not be able to access Kudu.

    Try a Different Region: As you’ve noticed, sometimes creating a function app in a different region can resolve the issue. This could indicate a temporary issue with the Azure services in the original region.


0 additional answers

Sort by: Most helpful