Summary
The implementation guide at docs/implementation/ is the most critical section of the Azure Local Cloud docs site. It documents a complete, phased deployment process across ~150 individual task pages covering everything from CI/CD infrastructure setup through cluster deployment, operational foundations, and handover.
This issue covers a complete end-to-end walkthrough of the guide to ensure:
- Every described script exists and is functional in
azurelocal-toolkit - All required variables are present in both
variables.example.yml AND master-registry.yaml - Documentation accurately reflects the current state of scripts (no stale code samples)
- The guide is internally consistent with no broken links
Cross-Repo Scope
| Docs Repo | Scripts Repo |
|---|
azurelocal.github.io → docs/implementation/ | azurelocal-toolkit → scripts/deploy/ |
Phases and Sections
| Phase | Docs Path | Script Path |
|---|
| Phase 0 — CI/CD Infrastructure | docs/implementation/01-cicd-infra/ | scripts/deploy/01-cicd-infra/ |
| Phase 1 — Azure Foundation | docs/implementation/02-azure-foundation/ | scripts/deploy/02-azure-foundation/ |
| Phase 2 — On-Premises Readiness | docs/implementation/03-onprem-readiness/ | scripts/deploy/03-onprem-readiness/ |
| Phase 3 — Cluster Deployment | docs/implementation/04-cluster-deployment/ | scripts/deploy/04-cluster-deployment/ |
| Phase 4 — Operational Foundations | docs/implementation/05-operational-foundations/ | scripts/deploy/05-operational-foundations/ |
| Phase 5 — Testing & Validation | docs/implementation/06-testing-validation/ | scripts/deploy/06-testing-validation/ |
| Phase 6 — Validation / Handover | Appendices + 07-validation-handover/ | scripts/deploy/07-validation-handover/ |
Additional Runbook Documents to Review
| Section | Path |
|---|
| Full Deployment Runbook | docs/implementation/full-deployment/ |
| Simplified Deployment | docs/implementation/simplified-deployment/ |
| Deployment Methods | docs/implementation/deployment-methods/ |
| Variable Management Standard | docs/implementation/04-variable-management-standard.mdx |
| Appendices (A–O) | docs/implementation/appendices/ |
Per-Task Validation Checklist
For each task document (task-XX-*.mdx), verify:
Variable Registry Validation
Run these and document results:
Documentation Consistency Checks
Deliverables
- Audit report comment on this issue listing every discrepancy found
- Script or doc fixes for each discrepancy (separate commits per phase)
- CI check: A step in the build CI that runs
validate-registry.ps1 and validate-variables.ps1 - Phase-by-phase tracking table (checkboxes) in a comment after audit
Phase Tracking (fill in after audit)
| Phase | Script Exists | Variables Valid | Doc Matches Script | Broken Links |
|---|
| Phase 0 — CI/CD Infra | | | | |
| Phase 1 — Azure Foundation | | | | |
| Phase 2 — On-Prem Readiness | | | | |
| Phase 3 — Cluster Deployment | | | | |
| Phase 4 — Operational Foundations | | | | |
| Phase 5 — Testing & Validation | | | | |
| Phase 6 — Handover | | | | |
| Appendices | N/A | N/A | | |
References
scripts/deploy/Deploy-Infrastructure.ps1 — master deploy orchestration scriptconfig/variables/master-registry.yaml — full variable registryconfig/variables/variables.example.yml — variable templateconfig/variables/variables.schema.json — variable schemaconfig/variables/build-mapping-report.ps1 — drift analysis tooldocs/implementation/04-variable-management-standard.mdx — variable management doc
Summary
The implementation guide at
docs/implementation/is the most critical section of the Azure Local Cloud docs site. It documents a complete, phased deployment process across ~150 individual task pages covering everything from CI/CD infrastructure setup through cluster deployment, operational foundations, and handover.This issue covers a complete end-to-end walkthrough of the guide to ensure:
azurelocal-toolkitvariables.example.ymlANDmaster-registry.yamlCross-Repo Scope
azurelocal.github.io→docs/implementation/azurelocal-toolkit→scripts/deploy/Phases and Sections
docs/implementation/01-cicd-infra/scripts/deploy/01-cicd-infra/docs/implementation/02-azure-foundation/scripts/deploy/02-azure-foundation/docs/implementation/03-onprem-readiness/scripts/deploy/03-onprem-readiness/docs/implementation/04-cluster-deployment/scripts/deploy/04-cluster-deployment/docs/implementation/05-operational-foundations/scripts/deploy/05-operational-foundations/docs/implementation/06-testing-validation/scripts/deploy/06-testing-validation/07-validation-handover/scripts/deploy/07-validation-handover/Additional Runbook Documents to Review
docs/implementation/full-deployment/docs/implementation/simplified-deployment/docs/implementation/deployment-methods/docs/implementation/04-variable-management-standard.mdxdocs/implementation/appendices/Per-Task Validation Checklist
For each task document (
task-XX-*.mdx), verify:azurelocal-toolkitconfig/variables/variables.example.ymlconfig/variables/master-registry.yamlVariable Registry Validation
Run these and document results:
config/variables/validate-registry.ps1— must pass with zero errorsconfig/variables/validate-variables.ps1— must pass with zero errorsmaster-registry.yamlDocumentation Consistency Checks
index.mdx) accurately describe their phasesnpm run buildpasses withonBrokenLinks: 'throw'Deliverables
validate-registry.ps1andvalidate-variables.ps1Phase Tracking (fill in after audit)
References
scripts/deploy/Deploy-Infrastructure.ps1— master deploy orchestration scriptconfig/variables/master-registry.yaml— full variable registryconfig/variables/variables.example.yml— variable templateconfig/variables/variables.schema.json— variable schemaconfig/variables/build-mapping-report.ps1— drift analysis tooldocs/implementation/04-variable-management-standard.mdx— variable management doc