An Azure service that provides streamlined full-stack web app development.
Hi @Beaton Care we are sorry to hear you're facing this problem. Has it been more than 72hrs hours? it can take some time for the domain to be released. Make sure the custom domain is not linked to any other Azure apps. You can do this by checking the custom domains of all your apps in the Azure portal.
If the issue persists, you can try to manually remove the custom domain using Azure CLI or REST API by using these commands:
- Azure CLI:
az staticwebapp hostname delete - REST API:
Remove-AzStaticWebAppCustomDomain
Hope that helps.
-Grace