Can't delete Azure App Service plan
Can't delete Azure App Service plan
Can't delete Azure App Service plan
Re: Can't delete Azure App Service plan
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:
- Make sure all related apps (web jobs, ...) were removed.
- Open PowerShell and log in to your Azure account: `Login-AzureRmAccount`.
- Remove the app service plan: `Remove-AzureRmAppServicePlan -Name -ResourceGroupName `.
- Make sure all related apps (web jobs, ...) were removed.
- Open PowerShell and log in to your Azure account: `Login-AzureRmAccount`.
- Remove the app service plan: `Remove-AzureRmAppServicePlan -Name -ResourceGroupName `.