How Do I Deploy Multiple React Web Apps In a Single Azure App Service?

Antoni Gatot Yudo Pratomo 1 Reputation point
2022-04-27T12:19:31.883+00:00

Hi All,

Can I deploy 2 react websites in the same azure App Service?

Please help with some link on the same :)

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

2 answers

Sort by: Most helpful
  1. David Hodis 1 Reputation point
    2022-04-27T13:56:00.47+00:00

    When you create a new app in Azure, you will need to specify what "app service plan" you would like to place that app in. Depending on what service plan you have, you can have anywhere between 10 to( theoretically) an unlimited amount of apps on one app service plan. So long as your service plan tier is powerful enough to handle the traffic for so many apps.

    azure-subscription-service-limits

    0 comments No comments

  2. SnehaAgrawal-MSFT 21,686 Reputation points
    2022-04-29T05:18:09.497+00:00

    Thanks for reaching here! To add to David's answer, You can continue to add apps to an existing App Service plan as long as the plan has enough resources to handle the load.

    Further to elaborate: In App Service, an app always runs in an App Service plan. An App Service plan defines a set of compute resources for a web app to run. These compute resources are analogous to the server farm in conventional web hosting.

    One or more apps can be configured to run on the same computing resources (or in the same App Service plan).

    Suggest you to refer below doc links for details.

    Azure App Service plan overview

    How much does my App Service plan cost.

    Please let us know if further query or issue remains.

    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.