Add New Resource to Existing App Service Plan

Gurs 21 Reputation points
2022-04-06T17:35:00.01+00:00

I am trying to add a new Resource (the WordPress App Service) to an existing App Service Plan, but am only given the option to create a new App Service Plan.

Here are the steps taken. I click the + button on the Azure portal home page to Create A Resource, select the App Service, select the correct (existing) Resource Group and confirm that the region for the App Service is the same as for the Resource Group, and fill out the details, but when I get to the "Review + create" screen it indicates that the new App Service will be put into a new App Service Plan. There is no option that I can see to select an existing App Service Plan.

How can I add this App Service to the existing Plan?

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
228 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,728 questions
0 comments No comments
{count} votes

Accepted answer
  1. Takahito Iwasa 4,851 Reputation points MVP
    2022-04-06T21:19:15.633+00:00

    Hi, @Gurs

    Unfortunately, the WordPress App Service template doesn't seem to have an option to add to an existing App Service plan.

    You have a way to move an App Service to an existing App Service plan after deploying to a new App Service plan.

    https://learn.microsoft.com/en-us/azure/app-service/app-service-plan-manage#move-an-app-to-another-app-service-plan

    try it.
    And if you have any questions please let us know again.


1 additional answer

Sort by: Most helpful
  1. ajkuma 26,036 Reputation points Microsoft Employee
    2022-04-07T13:09:30.327+00:00

    Gurs-7768, Thanks for the update. Adding to TakahitoIwasa suggestions to share additional info.

    As posted by ElliottHamai-6773 (from App Service product team) on this discussion thread.

    “We recently pushed out a change to the WordPress on App Service creation experience which simplifies the configuration for WordPress. In the old experience you needed to specify database information, but in the new experience that is no longer required. Instead, we now choose a configuration that we know will work well for you to run WordPress with the least amount of issues.”

    The reasoning for this change was to enable production scenarios and make the experience simpler to get started. I completely understand about the cost effects here, that said, you may try the following options post creation of your resources:

    • The App Service plan can be scaled down to a different SKU | post creation.
    • The WebApp can be moved to a different App Service Plan | post creation.
    • You may generate an ARM template from your WordPress deployment and further tweak it to fit your needs.

    Please be assured that we have also relayed your feedback to our product engineering internally.

    Thanks for your cooperation and patience!

    0 comments No comments

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.