Forum Discussion
Unable to delete web app in Azure
How long ago you deleted the Resources?
Maybe it, like some things, takes some time until it is shown correctly in the Azure Portal. Had the same Problem several times in the past. Maybe wait some more time and if the Problem still exists, open a Support Ticket with the Azure Support.
Kind Regards, Peter
Hi,Peter_Beckendorf . Thank you for answering.
I've deleted this app in Monday and it's still shows as running in web app list.
- Peter_BeckendorfAug 05, 2020Iron Contributor
That is realy long, is there any return code when trying to delete it with the CLI?
Kind Regards, Peter
- MiroslavBogatyrevAug 05, 2020Copper ContributorNo, there CLI writes nothing, when I try to delete web app. But when I try to delete the application plan, then I receive conflict error.
Thank you for answering.- Peter_BeckendorfAug 05, 2020Iron Contributor
So you tried this command in CLI and no Output was given back?
az webapp delete --name "MyWebapp" --resource-group "MyResourceGroup"
There should be at least some response in case of a failure.
When deleting the App Plan befor deleting the Web App, sure, there will be a error.
What comes back when you do this:
az webapp list --subscription "subscriptionID/name"