Can't disable enterprise-grade edge on static web app

Vishnu Priya 5 Reputation points
2025-11-30T08:40:09.64+00:00

Can't disable enterprise-grade edge on static web app

the status is showing as disabling and no status update for more than 1 hour now.

{

"enterpriseGradeCdnStatus": "Disabling"

}

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
{count} vote

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-11-30T08:40:17.96+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If the status of the enterprise-grade CDN for your static web app is showing as "Disabling" for an extended period, it may indicate that the process is stuck or encountering issues. Here are some steps you can take to troubleshoot this situation:

    1. Wait a Bit Longer: Sometimes, changes can take longer than expected. If you haven't already, give it a little more time.
    2. Check Azure Status: Visit the Azure status page to see if there are any ongoing issues with Azure services that might be affecting your static web app.
    3. Retry the Operation: If the status remains unchanged, you might want to try disabling the enterprise-grade edge again using the Azure CLI command:
         az staticwebapp enterprise-edge disable --name <your-static-site-name> --resource-group <your-resource-group-name>
      
    4. Contact Support: If the issue persists, consider reaching out to Azure support for assistance. They can provide insights into any backend issues that might be affecting the status change.
    5. Review Documentation: Ensure that you are following the correct procedures as outlined in the Azure documentation for managing enterprise-grade CDN settings.

    These steps should help you address the issue with the enterprise-grade edge status on your static web app.


    References:

    0 comments No comments

Your answer

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