Create Container App But Provision Fail With Zero Replicas

Anonymous
2022-02-16T10:07:28.56+00:00

I create container app success but cant connect service. Checked provision fail but don't no reason, not any error notify from service. I configured it before but dont know why it fail today.
174928-image.png
174941-image.png

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,649 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 18,151 Reputation points MVP
    2022-02-16T12:11:14.343+00:00

    The Provision state can be Failed, if the resource quota limit has exceeded. Here is the details from my working aks cluster.
    174976-image.png

    You may check the 'agentpoolprofiles' for your cluster and see the detailed error message

    az aks show --resource-group k8s --name prometheus --query agentPoolProfiles  
    

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it


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.