Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

0 votes
2 views
by (12.7k points)

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.

1 Answer

0 votes
by (9.6k points)
edited by

Log in to your Azure account via power shell and type the following:

Remove-AzureRmAppServicePlan -Name <name> -ResourceGroupName <resourcegroup>

Otherwise, move some of your resources to a new resource group and delete that resource group which has the unwanted resources. 

Related questions

Browse Categories

...