Skip to content

Commit da48fa0

Browse files
fix: correct broken doc links in azure-portal-provisioning guide
- ztp-server-preparation-guide.md → server-preparation.md (all refs) - ztp-pipeline-execution.md → automation-pipelines.md - Remove reference to non-existent resources/microsoft PDF - Point to official Microsoft Simplified Machine Provisioning docs Fixes mkdocs build --strict warnings that were blocking deployment.
1 parent 65fddcb commit da48fa0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/azure-portal-provisioning.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Azure Local ZTP Portal Provisioning Guide
22

33
!!! note "Note"
4-
This guide covers the Azure Portal provisioning phase of Zero-Touch Provisioning (ZTP) for Azure Local. It picks up after the servers have been bootstrapped into the maintenance environment using the [Server Preparation Guide](ztp-server-preparation-guide.md).
4+
This guide covers the Azure Portal provisioning phase of Zero-Touch Provisioning (ZTP) for Azure Local. It picks up after the servers have been bootstrapped into the maintenance environment using the [Server Preparation Guide](server-preparation.md).
55

66
## Overview
77

88
This guide covers Phase 2 of Azure Local Zero-Touch Provisioning (ZTP). After completing the server preparation phase, the servers are running the maintenance environment and are ready to be provisioned from Azure.
99

1010
The complete ZTP workflow consists of three main phases:
1111

12-
1. **Server Preparation** ([Server Preparation Guide](ztp-server-preparation-guide.md)) - Configure environment and prepare servers ✅
12+
1. **Server Preparation** ([Server Preparation Guide](server-preparation.md)) - Configure environment and prepare servers ✅
1313
2. **Azure Portal Provisioning** (This guide) - Collect vouchers, create sites, and provision machines via Azure
1414
3. **Cluster Deployment** - Deploy Azure Local instance via Azure portal or ARM template
1515

@@ -27,7 +27,7 @@ The complete ZTP workflow consists of three main phases:
2727
Before beginning this phase, ensure the following:
2828

2929
- **Server Preparation Complete:**
30-
- All servers are running the maintenance environment (completed via [Server Preparation Guide](ztp-server-preparation-guide.md))
30+
- All servers are running the maintenance environment (completed via [Server Preparation Guide](server-preparation.md))
3131
- Console shows "Maintenance environment setup completed successfully" on each server
3232
- Virtual media has been unmounted (cleanup step)
3333

@@ -295,6 +295,6 @@ curl -fsSL "https://aka.ms/ztp/cleanup.sh" | bash -s -- \
295295

296296
## Document References
297297

298-
- [Azure Local ZTP Server Preparation Guide](ztp-server-preparation-guide.md) — Phase 1: Server preparation and bootstrap
299-
- [ZTP Pipeline Execution Checklist](ztp-pipeline-execution.md)CI/CD pipeline reference
300-
- [Microsoft ZTP Private Preview Documentation](../resources/microsoft/ZTP-for-Azure-Local-Private-Preview.md) — Official Microsoft reference
298+
- [Server Preparation Guide](server-preparation.md) — Phase 1: Server preparation and bootstrap
299+
- [Automation Pipelines](automation-pipelines.md)Workflow documentation and design
300+
- [Microsoft Simplified Machine Provisioning](https://learn.microsoft.com/en-us/azure/azure-local/deploy/simplified-machine-provisioning) — Official Microsoft documentation

0 commit comments

Comments
 (0)