An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
Hi @Jayson K
Azure Portal → Front Door → Custom domains your domain name found delete from here.
Azure Portal → Static Web Apps → Your SWA → Custom domains check here your domain name still found or not.
Azure will refuse deletion if old verification records still exist.
Delete these from your DNS provider:
-
TXTrecord starting withasverify.<yourdomain> -
CNAMEpointing to*.azurestaticapps.net -
CNAMEpointing to*.azurewebsites.net
Thanks.