Skip to content

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:

  1. Overview
  2. How App Service Works
  3. Hosting Models
  4. Best Practices: Production Baseline
  5. Choose one language guide:
  6. 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:

  1. Overview
  2. Platform deep-dive sequence:
  3. Best Practices sequence:
  4. 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:

  1. Overview
  2. Architecture Overview
  3. First 10 Minutes
  4. Playbooks
  5. KQL Query Packs
  6. Hands-on Lab Guides

See Also

Sources