Thanks for the support.
We have already tried delete it by command line (az and AzureRM attempts) but we got the result "Resource group does not exists"
In https://resources.azure.com we can not see the deleted app service.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We had a RG within an app service. After remove them we are not able to reuse the app service name.
We have tried to remove it from command line (az and AzureRM attempts) but we got the result "Resource group does not exists"
If we check the app service plan we still see the deleted app service running there but it is not accesible anyway
Thanks for the support.
We have already tried delete it by command line (az and AzureRM attempts) but we got the result "Resource group does not exists"
In https://resources.azure.com we can not see the deleted app service.
Thanks for asking question! Just to confirm if app has been configured with multiple slots, As the slots needs to be deleted before deleting the web app.
Also, please double check if there is any 'Locks' added to App Service Plan and Resource group.
You can try deleting the apps using below cmd:
Remove-AzureRmWebApp -Name <App Name>
Another alternative is to use https://resources.azure.com that lets you do something similar through REST API.
Also ensure that if you're running the command in the subscription that contains the resource group and web app when deleting the app. Hitting F5 might be helpful.
Hope that helps. Please let us know in case issue persist.