Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
287 views
in Technique[技术] by (71.8m points)

Can't delete Azure App Service plan

I am trying to delete everything related to a mobile app back-end I previously created, and I was able to delete everything but the app service plan.

It shows that the App service plan has no connected apps and no pricing tier, but I still can't delete it:

App Service plan]

And when I try to click on the plan to see its details, the portal goes into an infinite loading state and nothing else happens:

App service plan details

Can anyone help me solve this problem?

question from:https://stackoverflow.com/questions/34286765/cant-delete-azure-app-service-plan

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I had a similar issue. The app service plan couldn't be deleted, but I wasn't able to access is properly from the Azure Portal. I managed to remove the plan like this:

  1. Make sure all related apps (web jobs, ...) were removed.
  2. Open PowerShell and log in to your Azure account: Login-AzureRmAccount.
  3. Remove the app service plan: Remove-AzureRmAppServicePlan -Name <name> -ResourceGroupName <resourcegroup>.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...