Forum Discussion
MiroslavBogatyrev
Aug 05, 2020Copper Contributor
Unable to delete web app in Azure
Hello. I've registred a free Azure account and created a new web app on it. After some time, when I tried to open it on Azure portal, it has given me a 404 error. But I am still able to see it in web...
MiroslavBogatyrev
Aug 05, 2020Copper Contributor
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_Beckendorf
Aug 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"