An Azure service that provides a cloud content delivery network with threat protection.
Hello @Anubhav Aggarwal (TATA CONSULTANCY SERVICES LTD)
It sounds like you’re ready to remove your Classic Front Door now that you’ve migrated to the Standard SKU. You can delete the Classic resource several ways—via the Azure portal, Azure CLI, PowerShell, or the REST API.
Before you begin, make sure:
- You’ve disassociated any WAF policies or custom domains from the Classic Front Door
- There are no resource locks on the Front Door resource or its resource group
- You’re targeting the correct subscription and resource group
- Traffic is successfully flowing through the Standard/Premium profile.
- Custom domain DNS CNAME records have been updated from the Classic endpoint to the new Standard/Premium endpoint and DNS propagation has completed.
- All routing rules, WAF policies, custom domains, certificates, and origin configurations are functioning as expected in the new profile.
Reference Docs: https://learn.microsoft.com/en-us/azure/frontdoor/migration-faq#when-should-i-delete-the-classic-tier
Here are your options:
1.Delete in the Azure portal • In portal.azure.com, search for “Front Doors and CDN profiles” • Select your Classic Front Door instance, then click Delete • Confirm the name and let Azure finish the operation
2.Delete with Azure CLI • Run: az login az account set --subscription "" az network front-door delete --resource-group "" --name ""
3.Delete with PowerShell • Run: Connect-AzAccount Select-AzSubscription -SubscriptionName "" Remove-AzFrontDoor -ResourceGroupName "" -Name "" -ForceReference list
Kindly let us know if the above helps or you need further assistance on this issue.
If the answer is helpful, please "Accept the answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".