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:
- Wait a Bit Longer: Sometimes, changes can take longer than expected. If you haven't already, give it a little more time.
- 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.
- 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> - 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.
- 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: