I have read the documentation and have setup websites in Azure and everything is working fine. My question is for scaling the 2 x App Services Web Apps, does that mean just web apps or 2 x App Service Plans? Because to scale out, it is based on the plan. Or am I missing something?
You will need two App Service Plans, one for the front end Web App and one for the back end Web App. Then you can scale only the front end service plan.
Azure App Services Setup
I have read the documentation and have setup websites in Azure and everything is working fine. My question is for scaling the 2 x App Services Web Apps, does that mean just web apps or 2 x App Service Plans? Because to scale out, it is based on the plan. Or am I missing something?
Thanks,
You will need two App Service Plans, one for the front end Web App and one for the back end Web App. Then you can scale only the front end service plan.
is working on a reply...