You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/azure-portal-provisioning.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# Azure Local ZTP Portal Provisioning Guide
2
2
3
3
!!! 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).
5
5
6
6
## Overview
7
7
8
8
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.
9
9
10
10
The complete ZTP workflow consists of three main phases:
-[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