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
feat(docs): add Azure Local 2604 features — Simplified Provisioning, SAN deployment, Local Identity GA
- Add Simplified Machine Provisioning (Preview) section under Phase 02 OS Installation
- 5 task files covering USB media creation, machine prep, Azure provisioning,
monitoring, and Arc verification
- Index page with ISO vs Simplified comparison table
- Integration with azurelocal-ztp community automation project
- Add SAN (Disaggregated) deployment path under Phase 05 Cluster Deployment
- 4 new runbooks: AD/Local Identity × Portal/ARM Template for SAN storage
- SAN index with FC patterns, prerequisites, and S2D vs SAN comparison
- Updated decision trees and deployment matrices across all index pages
- Update Local Identity from Preview to GA
- Remove preview warnings and badges
- Position as fully supported deployment method alongside Active Directory
- Pin Microsoft Learn links to ?view=azloc-2604
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|**Local Identity**| Edge/standalone deployment without AD |[Local Identity - Portal](../phase-05-cluster-deployment/deployment-methods/local-identity/portal-instructions.mdx)|
39
41
42
+
### SAN (Disaggregated)
43
+
44
+
| Authentication | Description | Link |
45
+
|---------------|-------------|------|
46
+
|**Active Directory**| SAN enterprise deployment with domain-joined nodes |[AD - Portal (SAN)](../phase-05-cluster-deployment/deployment-methods/san/active-directory/portal-instructions.mdx)|
47
+
|**Local Identity**| SAN edge deployment without AD |[Local Identity - Portal (SAN)](../phase-05-cluster-deployment/deployment-methods/san/local-identity/portal-instructions.mdx)|
Copy file name to clipboardExpand all lines: docs/implementation/04-cluster-deployment/deployment-methods/02-arm-template-deployment.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,20 @@ ARM template deployment provides infrastructure-as-code deployment for Azure Loc
32
32
33
33
## Deployment Options
34
34
35
+
### S2D (Hyperconverged)
36
+
35
37
| Authentication | Description | Link |
36
38
|---------------|-------------|------|
37
39
|**Active Directory**| Enterprise deployment with domain-joined nodes |[AD - ARM Template](../phase-05-cluster-deployment/deployment-methods/active-directory/arm-template-instructions.mdx)|
38
40
|**Local Identity**| Edge/standalone deployment without AD |[Local Identity - ARM Template](../phase-05-cluster-deployment/deployment-methods/local-identity/arm-template-instructions.mdx)|
39
41
42
+
### SAN (Disaggregated)
43
+
44
+
| Authentication | Description | Link |
45
+
|---------------|-------------|------|
46
+
|**Active Directory**| SAN enterprise deployment with domain-joined nodes |[AD - ARM Template (SAN)](../phase-05-cluster-deployment/deployment-methods/san/active-directory/arm-template-instructions.mdx)|
47
+
|**Local Identity**| SAN edge deployment without AD |[Local Identity - ARM Template (SAN)](../phase-05-cluster-deployment/deployment-methods/san/local-identity/arm-template-instructions.mdx)|
|**ARM Template (Local)**| Automated Edge |[Local ARM Template](../phase-05-cluster-deployment/deployment-methods/local-identity/arm-template-instructions.mdx)|
41
43
44
+
### SAN (Disaggregated)
45
+
46
+
| Method | Best For | Link |
47
+
|--------|----------|------|
48
+
|**Portal (AD + SAN)**| SAN Enterprise |[AD Portal (SAN)](../phase-05-cluster-deployment/deployment-methods/san/active-directory/portal-instructions.mdx)|
49
+
|**ARM Template (AD + SAN)**| SAN Automated |[AD ARM Template (SAN)](../phase-05-cluster-deployment/deployment-methods/san/active-directory/arm-template-instructions.mdx)|
50
+
|**Portal (Local + SAN)**| SAN Edge |[Local Portal (SAN)](../phase-05-cluster-deployment/deployment-methods/san/local-identity/portal-instructions.mdx)|
51
+
|**ARM Template (Local + SAN)**| SAN Automated Edge |[Local ARM Template (SAN)](../phase-05-cluster-deployment/deployment-methods/san/local-identity/arm-template-instructions.mdx)|
Copy file name to clipboardExpand all lines: docs/implementation/04-cluster-deployment/phase-02-os-installation/index.mdx
+93-29Lines changed: 93 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
title: "Phase 02: OS Installation"
3
3
sidebar_label: "Phase 02: OS Installation"
4
4
sidebar_position: 2
5
-
description: "Prepare Dell hardware boot configuration, verify ISO availability, and install Azure Stack HCI OS on each cluster node before OS configuration."
5
+
description: "Install Azure Stack HCI OS on cluster nodes using ISO-based manual installation or Simplified Machine Provisioning (Preview)."
6
6
category: Runbook
7
7
scope: Azure Local cluster OS installation
8
-
purpose: Install Azure Stack HCI OS on all cluster nodes using the Dell Gold Image ISO via iDRAC virtual media and BOSS card preparation
8
+
purpose: Install Azure Stack HCI OS on all cluster nodes using ISO or Simplified Provisioning
Install Azure Stack HCI OS on all cluster nodes. This phase covers ISO mounting via iDRAC virtual media, BOSS card virtual disk preparation, manual OS installation through iDRAC Virtual Console, and post-install verification.
36
+
Azure Local supports two methods for installing the Azure Stack HCI OS on cluster nodes:
37
+
38
+
1.**ISO-Based Manual Installation** (GA) — Download the ISO, mount via iDRAC/BMC virtual media, and manually run Windows Setup on each node
39
+
2.**Simplified Machine Provisioning** (Preview) — Use a USB-based maintenance environment with FIDO Device Onboarding (FDO) to provision machines from Azure automatically
40
+
41
+
Choose the method that best fits your environment using the comparison below.
42
+
43
+
---
44
+
45
+
## Installation Method Comparison
46
+
47
+
| Aspect | ISO (Manual) | Simplified Provisioning (Preview) |
|**Supported Hardware**| All [Azure Local Catalog](https://aka.ms/AzureStackHCICatalog) hardware | Dell AX-650/750, Lenovo MX650 V3/V4, HPE DL360 Gen11 |
56
+
|**Best For**| Production deployments, all hardware | Automated provisioning of supported SKUs |
57
+
58
+
:::tip Recommendation
59
+
Use **ISO-based installation** for production deployments until Simplified Provisioning reaches GA. Use Simplified Provisioning for evaluation and supported hardware in East US.
60
+
:::
61
+
62
+
---
63
+
64
+
## Method 1: ISO-Based Manual Installation
65
+
66
+
The traditional approach: prepare Dell BOSS cards, mount the ISO via iDRAC virtual media, and manually install the OS on each node.
37
67
38
68
:::warning Important Notes
39
69
-**BOSS deletion triggers reboot** — Deleting and recreating BOSS virtual disks creates a configuration job that requires a reboot to apply
@@ -42,9 +72,7 @@ Install Azure Stack HCI OS on all cluster nodes. This phase covers ISO mounting
42
72
-**Do NOT domain join nodes** — Nodes must remain in workgroup until after Azure Local cluster deployment
43
73
:::
44
74
45
-
---
46
-
47
-
## Phase 02 — Table of Contents
75
+
### ISO Tasks
48
76
49
77
| Task | Description | Duration | Link |
50
78
|------|-------------|----------|------|
@@ -55,14 +83,38 @@ Install Azure Stack HCI OS on all cluster nodes. This phase covers ISO mounting
An automated approach that uses a USB-based maintenance environment with FIDO Device Onboarding to provision machines directly from Azure.
89
+
90
+
:::warning Preview Feature
91
+
Simplified machine provisioning is **in preview**. Only East US region is supported. Arc Gateway is not supported. Review the [Microsoft preview terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) before use.
92
+
:::
93
+
94
+
### Simplified Provisioning Tasks
95
+
96
+
| Task | Description | Duration | Link |
97
+
|------|-------------|----------|------|
98
+
| 1 | Create USB Installation Media | 15 min |[Task 1](./simplified-provisioning/task-01-create-usb-media.mdx)|
0 commit comments