Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to rename an Azure App Service? [duplicate]

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 896
Mark Cooper Avatar asked Aug 24 '15 18:08

Mark Cooper


People also ask

Can you rename an Azure app service?

It is possible to change the name of your Enterprise Application, you can do so by going to your app and selecting properties. If you have any other questions, please let me know. Thank you for your time and patience throughout this issue.

Can we clone Azure App Service?

The cloning feature in Azure App Service Web Apps lets you easily clone existing web apps to a newly created app in a different region or in the same region.

Can we rename Azure logic app?

Existing logic app cannot be renamed. we can clone the existing logic app with a new name. However,the cloned logic app will be created in the same resource group of the existing logic app.

Can you rename a resource in Azure?

Your initial reaction would probably be to rename the Azure Resource Group. But can you? Unfortunately, Azure does not support renaming an RG.


2 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 137
Zain Rizvi Avatar answered Oct 18 '22 00:10

Zain Rizvi


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

like image 7
Ogglas Avatar answered Oct 18 '22 00:10

Ogglas