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 <name> -ResourceGroupName <resourcegroup>
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…