Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 944
Mark Cooper Avatar asked Aug 24 '15 18:08

Mark Cooper


People also ask

Can I rename an app service plan in Azure?

Answer is No, you can not rename the app service plan once it is created. Alternatively, you can create a new app service plan in the same region and same resource group where your web app exists and then remap your web app to a new app service plan and delete the old one.

What is app service name in Azure?

Azure App Service is a fully managed platform as a service (PaaS) offering for developers. Here are some key features of App Service: Multiple languages and frameworks - App Service has first-class support for ASP.NET, ASP.NET Core, Java, Ruby, Node. js, PHP, or Python.


1 Answers

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.

like image 183
Zain Rizvi Avatar answered Sep 25 '22 20:09

Zain Rizvi