Does moving web apps between resources groups affects their url?

Camila Souza (International Supplier) 21 Reputation points Microsoft External Staff
2023-10-04T13:03:26.3733333+00:00

Hey team,

Regarding moving WebApps:

-Have different web spaces.

-App services were created in separate resource groups.

-Want to clone them all and run them on a single resource group with the same pricing plans.

Challenge: during the process mentioned above and ensure that the url of the web apps will keep exactly the same.

Is it possible? Or when I move the url changes?

Reference I'm using: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-limitations/app-service-move-limitations

Thanks.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,173 questions
0 comments No comments
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 24,951 Reputation points Microsoft Employee Moderator
    2023-10-05T04:26:28.22+00:00

    @Camila Souza (International Supplier) Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    If you are moving the App service and the associated app service plan from one resource group to another resource group then the inbound IP address for the app service doesn't change, so the URL of the web app will remain the same.
    Please note that the destination resource group must not have any existing App Service resources, including Web Apps, App Service plans, Uploaded or imported TLS/SSL certificates, and App Service Environments.

    I understand that you want to clone all the app service and app service plan to a single resource group with same webapp root URL which is not supported. App service name will be unique across the regions you need to pass the different Name and the respective URL of the app will get changed as well.

    Refer to these documentations about Azure App service cloning and its limitations.

    Feel free to reach back to me if you have any further questions on this.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.