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
Copy file name to clipboardExpand all lines: docs/implementation/04-cluster-deployment/phase-05-cluster-deployment/deployment-methods/local-identity/arm-template-instructions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ import TabItem from '@theme/TabItem';
21
21
:::info Script Options in This Document
22
22
This runbook uses **Option 2 — Azure PowerShell** (config-driven, reads `infrastructure.yml`) as the primary automated path alongside **Option 1 — Manual** steps.
23
23
24
-
Alternative script options (Option 3: Azure CLI PowerShell, Option 4: Azure CLI Bash, Option 5: Standalone) are available in the [Appendix](#appendix-alternative-script-options) at the bottom of this document.
24
+
Alternative script options (Option 3: Azure CLI PowerShell, Option 4: Azure CLI Bash, Option 5: Standalone) are available in the Reference section below.
Welcome to the **Azure Local Cloud** documentation site — your comprehensive guide to planning, deploying, and operating Azure Local (formerly Azure Stack HCI) infrastructure.
@@ -20,36 +32,28 @@ Welcome to the **Azure Local Cloud** documentation site — your comprehensive g
20
32
| 8 | Test and validate |[Testing & Validation](./implementation/06-testing-validation/)|
-**[Planning](./planning/)** — Naming standards, discovery checklists, site assessments, and hardware requirements
26
-
-**[Design](./design/)** — High-Level Design (HLD) and Low-Level Design (LLD) documentation
27
-
-**[Implementation](./implementation/)** — Step-by-step deployment runbook across 8 stages
28
-
-**[Automation](./automation/)** — Terraform, Bicep, Ansible, and CI/CD pipeline references
29
-
-**[Operations](./operations/)** — As-built documentation, monitoring, and support procedures
30
-
-**[Azure Services](./azure-services/)** — Running Azure services on Azure Local (AKS, AVD, SQL MI, IoT, etc.)
31
-
-**[Lab Environment](./lab-environment/)** — Lab setup and access information
32
-
-**[Assets](./assets/)** — Architecture diagrams and images
33
-
-**[Reference](./reference.mdx)** — External links and resources
37
+
Azure Local is a standardized, automation-first solution for deploying Azure Local (formerly Azure Stack HCI) infrastructure. It is designed around a **Two-Repo Architecture** that separates the automation logic from the documentation, ensuring portable and repeatable deployments across different customer environments.
34
38
35
-
## Prerequisites
39
+
This documentation serves as the "Master Reference" for the solution, while the accompanying **Toolkit Repository** ([azurelocal-toolkit](https://github.com/AzureLocal/azurelocal-toolkit)) contains the actual scripts, templates, and configuration files used during deployment.
36
40
37
-
Before starting a deployment, ensure you have:
41
+
## Prerequisites Checklist
42
+
43
+
Before starting an Azure Local deployment, ensure you have:
38
44
39
45
| Requirement | Description |
40
46
|-------------|-------------|
41
47
| Azure Subscription | Active Azure subscription with Owner or Contributor rights |
42
48
| Entra ID Access | Global Administrator or Privileged Role Administrator |
43
49
| Network Connectivity | VPN or ExpressRoute to on-premises environment |
0 commit comments