Is it possible to rename an Azure App Service plan using the Azure Portal?

AzureAzure FunctionsAzure Web-App-ServiceRename

Azure Problem Overview


Is it possible to rename an App Service Plan?

I have already tried in both the old and new portals and can't find any rename options.

Azure Solutions


Solution 1 - Azure

No, you can't.

However, if you create a new App Service Plan in the same region and resource group then you can move all your sites to the new App Service Plan and delete the old one.

Solution 2 - Azure

No but you can change it like this (if it is in the same region and resource group as mentioned by Zain Rizvi):

Create a new App Service Plan and bind it to the correct Subscription and Resource Group. Example:

enter image description here

Then go to your App Service and choose "Change App Service plan"

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMark CooperView Question on Stackoverflow
Solution 1 - AzureZain RizviView Answer on Stackoverflow
Solution 2 - AzureOgglasView Answer on Stackoverflow