Application hosting
CoreAzure App Service
Managed web application hosting and configuration.
Key points
- Managed hosting for web applications, APIs, and supported application stacks.
- Apps run on App Service plan workers and have their own configuration.
- Platform features include identity, domains, TLS, networking, slots, diagnostics, and backup.
Best-known use cases
- Host a managed web API without guest OS administration.
- Deploy a web application with staging slots and custom HTTPS.
What candidates often confuse it with
- App Service vs VM: managed app platform vs customer-managed guest OS.
- App Service vs Container Apps: plan/app model vs container environment/revision model.
Key takeaway
Use App Service for managed web workloads that benefit from built-in application operations rather than guest OS control.
Related services
- App Service plans and scaling
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