Application hosting
CoreApp Service plans and scaling
Shared compute tier/capacity with vertical and horizontal scaling.
Key points
- Plan defines region, operating system, tier, worker size, and instance capacity.
- Apps in one plan share its compute workers.
- Scale up changes tier or worker size; scale out changes instance count.
Best-known use cases
- Add workers for increased request volume.
- Move to a tier that supports a required App Service feature.
What candidates often confuse it with
- Plan vs app: shared compute boundary vs workload configuration.
- Scale up vs scale out: more capable worker vs more workers.
Key takeaway
Change the App Service plan when the requirement concerns compute capacity, instance count, or tier-gated features.
Related services
- Azure App Service
Relevant exam tasks
- D3.4.S1 — Provision an App Service plan
- D3.4.S2 — Configure scaling for an App Service plan
- D3.4.S3 — Create an App Service