Learning Paths¶
Choose a role-based path to get productive quickly on Azure App Service. Each path is sequenced from fundamentals to execution so you can move from understanding to validated outcomes.
Path Selection¶
| Path | Best For | Outcome |
|---|---|---|
| Developer Path | Application engineers shipping features | Reliable deployment and runtime practices for one stack |
| Operator Path | SREs and platform operators | Production operations model for scale, recovery, and governance |
| Troubleshooter Path | Incident responders and escalation engineers | Faster symptom-to-root-cause workflow with evidence |
Developer Path¶
graph TD
A[Start Here] --> B[Platform Basics]
B --> C[Choose Language Guide]
C --> D[Recipes] Read in order:
- Overview
- How App Service Works
- Hosting Models
- Best Practices: Production Baseline
- Choose one language guide:
- Continue with stack recipes:
Operator Path¶
graph TD
A[Start Here] --> B[Platform Deep-Dive]
B --> BP[Best Practices]
BP --> C[Operations]
C --> D[Troubleshooting Methodology] Read in order:
- Overview
- Platform deep-dive sequence:
- Best Practices sequence:
- Production Baseline - Scaling - Reliability - Common Anti-Patterns4. Operations sequence:
- Operations Index
- Scaling Operations
- Health and Recovery
- Security
- Troubleshooting Methodology
Troubleshooter Path¶
graph TD
A[Start Here] --> B[Architecture Overview]
B --> C[First 10 Minutes]
C --> D[Playbooks]
D --> E[KQL]
E --> F[Labs] Read in order:
See Also¶
- Azure App Service Practical Guide
- Repository Map
- Platform
- Language Guides
- Best Practices
- Operations
- Troubleshooting