Change App Service plan implies I can consolidate to a single plan yet doesn't allow me to select an existing plan

catmanjan 111 Reputation points
2025-04-08T05:19:30.1266667+00:00

I have two azure app services and I'd like to put them on the same plan, at the moment they each have their own.

So I clicked on Change plan, a pop up appears that even says "Changing the plan that your app is hosted on allows you to either consolidate your apps into a single plan which allows them to share machine resources"

However, the form below it does not allow you to select an existing plan, meaning you can't do that - I even tried typing in the name of my existing plan, however I got an error message about it not being unique...

User's image

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

Accepted answer
  1. TP 126.3K Reputation points Volunteer Moderator
    2025-04-09T00:02:32.2066667+00:00

    Hi,

    UPDATE: The app service plans were originally in different resource groups and then later moved into the same resource group. That is why they are unable to be consolidated into the same app service plan. Please see discussion in comments below.

    Please execute below command in Azure Cloud Shell (PowerShell) and reply back with your results:

    Set-AzWebApp -ResourceGroupName saas -Name Workflow5000 -AppServicePlan MainHostingPlan
    
    

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

    Thanks.

    -TP


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.