Move App Service from old Subscription to new Subscription without changing the name of App Service

Arslan Amjad 0 Reputation points
2025-03-10T07:00:31.0633333+00:00

Hi,

I have a Healthcare Bot, an App Service, and some other resources in one of my subscriptions. Now, I want to move these resources to a new subscription within the same tenant.

I want to move them without changing the name of the App Service because I want to continue using the previous URL.

I would really appreciate it if someone could help me with this.

Thanks!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,443 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alekhya Vaddepally 0 Reputation points Microsoft External Staff
    2025-03-11T10:16:00.4966667+00:00

    Hi Arslan Amjad,

    You can move your App Service and other resources from the old subscription to the new subscription within the same tenant without changing the name of the App Service. these are some steps that you can consider

    Check that both subscriptions are part of the same Microsoft Entra ID tenant.

    You need to move all App Service resources to subscription, including the App Service itself and any associated resources.

    The destination resource or when you are moving to other resource group must not have any existing App Service resources.

    when you are changing, the inbound IP address for the App Service will not change, allowing you to continue using the previous URL.

    Make sure to delete and upload any TLS/SSL (Transport Layer Security / Secure Sockets Layer) certificates to the new subscription, as they cannot be moved directly. These certificates are used to secure your App Service’s HTTPS connections, and if they are not properly transferred, your website could face security warnings or connection issues.

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-limitations/app-service-move-limitations

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-resource-group-and-subscription?tabs=azure-cli

    If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.

    Let me know if you have any further Queries.


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.