Learning Paths¶
This guide is designed to be read in multiple ways depending on your current needs and role. Choose the path that best fits your objective.
Path Selection¶
| Role | Goal | Recommended Starting Point |
|---|---|---|
| Developer | Build and integrate features | Developer Path |
| Operator | Manage and monitor at scale | Operator Path |
| Troubleshooter | Resolve production issues | Troubleshooter Path |
Developer Path¶
The Developer path focuses on implementation details, SDK usage, and core platform concepts like Identity and Access Tokens.
graph TD
A[Platform Overview] --> B[Identity & Tokens]
B --> C[Choose SDK Guide]
C --> D[Implementation Recipes]
D --> E[Security Best Practices] Recommended Reading Order:
- Platform: Core Concepts
- Platform: Authentication
- SDK Guides (Choose your preferred language)
- Best Practices: Security
Operator Path¶
The Operator path is designed for SREs and DevOps professionals who manage the ACS resources and ensure service reliability.
graph TD
A[Platform Deep-Dive] --> B[Resource Management]
B --> C[Monitoring & Alerting]
C --> D[Best Practices: Scalability]
D --> E[Operations: Quotas] Recommended Reading Order:
Troubleshooter Path¶
The Troubleshooter path is for rapid response. It starts with diagnostic entry points and moves toward systematic playbooks.
graph TD
A[Troubleshooting Methodology] --> B[Diagnostic Decision Tree]
B --> C[Log Analysis with KQL]
C --> D[Service Playbooks]
D --> E[Known Issues & Ref] Recommended Reading Order:
- Troubleshooting: Methodology
- Troubleshooting: KQL for ACS
- Troubleshooting: Playbooks
- Reference: CLI Cheatsheet