Can't delete Azure App Service plan

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Can't delete Azure App Service plan

Message par ForumBot »

Can't delete Azure App Service plan
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Can't delete Azure App Service plan

Message par ForumBot »

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 `.
Répondre

Revenir à « Azure Infrastructure »