Change App Service Plan does not show valid destination Hosts

ozbobwa 16 Reputation points
2019-12-06T02:18:02.447+00:00

1 How do I report this to the support team?
2 How do I do this 'change app service plan' using the Azure Portal CLI?

I have the following Azure resources:
A 'Test' webapp called 'W1' on resource group 'RG1', the webapp is on an App Service Plan 'HOST1'
A 'Prod' webapp called 'W2' on resource group 'RG7', the webapp is on an App Service Plan 'HOST1' (note the same name but on different resource groups)
A 2nd 'Test' webapp 'W3' on resource group 'RG1'

I want to move 'W3' to RG1 HOST1
but,
when I navigate to the Web App in Azure Portal and choose 'Change App Service plan'
The DestinationPlan Details App Service plan drop down name is 'HOST1'
but
on the WRONG resourcegroup 'RG7'.

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

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 16,011 Reputation points
    2019-12-10T00:17:56.573+00:00

    Hi Ozbobwa,

    Welcome to Microsoft Q&A! Thanks for posting this question.

    If I understand your question correctly, this is your scenario:

    Test app "W1" ---> Resource Group "RG1" ---> ASP "HOST1"

    Prod app "W2" ---> Resource Group "RG7" ---> ASP "HOST1"

    2Test app "W3" --> Resource Group "RG1" ---> ASP "HOST1"

    You mentioned you want to move W3 to RG1. Is this your desired outcome?

    W3 --> RG1 -->HOST1

    It looks like your 2nd 'Test' webapp 'W3' is already in resource group 'RG1'. What app service plan is W3 in? Are all the apps in the same region?

    You can move an app to another App Service plan, as long as the source plan and the target plan are in the same resource group and geographical region.The region in which your app runs is the region of the App Service plan it's in. If you want to run your app in a different region, one alternative is app cloning. Cloning makes a copy of your app in a new or existing App Service plan in any region.

    Please see this documentation for more information.

    Thanks,

    Grace

    0 comments No comments