Skill 45 · Azure Architecture Autopilot
Subchapter 45.2
references/architecture-guidance-sources.mdMarkdown7 KBView on GitHub
A source registry for using Azure official architecture guidance only for design direction decisions.
Scripts
CLIAlso bundled
GitignoreThe URLs in this document are a list of sources for “where to look”.
Do not hardcode the contents of these URLs as fixed facts.
Do not use for SKU, API version, region, model availability, or PE mapping decisions — those are handled exclusively via azure-dynamic-sources.md.
| Purpose | Document to Use | Decidable Items |
|---|---|---|
| Design direction decisions | This document (architecture-guidance-sources) | Architecture patterns, best practices, service combination direction, security boundary design |
| Deployment spec verification | azure-dynamic-sources.md | API version, SKU, region, model availability, PE groupId, actual property values |
What must NOT be decided using this document:
Targeted fetch targets for design direction decisions.
Not direct fetch targets; referenced only for change awareness.
| Document | URL | Notes |
|---|---|---|
| Azure Updates | https://azure.microsoft.com/en-us/updates/ (opens in a new tab) | Service changes/new feature announcements. Not a targeted fetch target |
Architecture guidance documents are not queried on every request. Only perform targeted fetch when the following triggers apply.
azure-dynamic-sources.mdservice-gotchas.md or MS Docs Bicep reference| Scenario | Max Fetch Count |
|---|---|
| Default (when trigger fires) | Architecture guidance documents up to 2 |
| Additional fetch allowed when | Conflicts between documents / core design uncertainty remains / user explicitly requests deeper justification |
| Simple deployment spec questions | 0 (no architecture guidance queries) |
| Question Type | Documents to Query | Design Decision Points to Extract | Documents NOT to Query |
|---|---|---|---|
| RAG / chatbot / Foundry app | A5 or A6 + A7 | Network isolation level, authentication method (managed identity vs key), indexing strategy (push vs pull), monitoring scope | Do not traverse entire Architecture Center |
| Enterprise security / governance / landing zone | A2 + A3 | Subscription structure, network topology (hub-spoke etc.), identity/governance model, security boundary | AI/ML domain documents not needed |
| Fabric data platform | A8 + A9 | Capacity model (SKU selection criteria), governance level, data boundary (workspace separation etc.) | AI-related documents not needed |
| Ambiguous service combination (unclear pattern) | A1 (find closest domain document from hub) + that document | Key design decision points identified from the document | Do not traverse all sub-documents |
| Simple resource creation values (SKU/API/region) | No query | — | All architecture guidance |
| General AI/ML architecture | A4 (hub) + closest reference architecture | Compute isolation, data boundary, model serving approach | Do not crawl entirely |
en-us Learn URLs by default