Why can't the app service plan

Andrew Duffy 20 Reputation points
2024-02-09T02:36:08.58+00:00

I have an azure app service in Region X, running windows and in resource group Y

I have a new app service plan in Region X, running windows and in resource group Y I moved the app service over to the same resource group (Y) as the new app service plan. Fine. Done. Now when I go to move the app service to the new app service plan, the "Change App Service" plan screen doesn't show the new app service plan in the drop down, it's only showing app service plans which are in the old resource group. Why? Your docs say this will work

Your docs say
"In brief, all plans created with the same resource group, region combination and operating system are deployed into the same webspace"

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

1 answer

Sort by: Most helpful
  1. TP 110.3K Reputation points
    2024-02-09T03:02:07.05+00:00

    Hi Andrew,

    Changing the resource group doesn't change the underlying webspace. The app service was deployed into a webspace when it created, and this can't be changed afterwards. That explains why you don't see the App Service plan in the list.

    qna webspace move

    Above note from this documentation page.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


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.