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.
How Do I Deploy Multiple React Web Apps In a Single Azure App Service?
Hi All,
Can I deploy 2 react websites in the same azure App Service?
Please help with some link on the same :)
2 answers
Sort by: Most helpful
-
-
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.