Tutorial Validation Status¶
This page tracks which tutorials have been validated against real Azure deployments. Each tutorial can be tested via az-cli (manual CLI commands) or Bicep (infrastructure as code). Tutorials not tested within 90 days are marked as stale.
Summary¶
Generated: 2026-04-09
| Metric | Count |
|---|---|
| Total tutorials | 5 |
| ✅ Validated | 0 |
| ⚠️ Stale (>90 days) | 0 |
| ❌ Failed | 0 |
| ➖ Not tested | 5 |
pie title Tutorial Validation Status
"Not Tested" : 5 Validation Matrix¶
| Lab Guide | az-cli | Bicep | Last Tested | Status |
|---|---|---|---|---|
| Lab 01 Aks Cluster Deployment | ➖ No Data | ➖ No Data | — | ➖ Not Tested |
| Lab 02 Application Gateway Ingress | ➖ No Data | ➖ No Data | — | ➖ Not Tested |
| Lab 03 Azure Key Vault Csi Driver | ➖ No Data | ➖ No Data | — | ➖ Not Tested |
| Lab 04 Azure Policy For Aks | ➖ No Data | ➖ No Data | — | ➖ Not Tested |
| Lab 05 Aks Disaster Recovery | ➖ No Data | ➖ No Data | — | ➖ Not Tested |
How to Update¶
To mark a tutorial as validated, add a validation block to its YAML frontmatter:
---
validation:
az_cli:
last_tested: 2026-04-09
cli_version: "2.83.0"
result: pass
bicep:
last_tested: null
result: not_tested
---
Then regenerate this page:
Validation fields
result:pass,fail, ornot_testedlast_tested: ISO date (YYYY-MM-DD) ornullcli_version: Azure CLI version used- Tutorials older than 90 days are flagged as stale