!!! warning "Under Active Development" This repository is a work in progress. Scripts, templates, and automation are not guaranteed to work at this time. Use at your own risk and expect breaking changes.
Platform automation toolkit for Azure Local — deployment scripts, validation suites, and config management covering the full deployment lifecycle.
| Directory | Description |
|---|---|
| scripts/ | 200+ PowerShell scripts organized by deployment stage (02–08), plus common modules, validation, handover, lifecycle, and tools |
| config/ | Master infrastructure config template, ARM templates, and variable registry |
| tools/ | Planning utilities (S2D capacity calculator) |
| tests/ | Test infrastructure (future Pester suites) |
The toolkit follows a structured deployment lifecycle:
| Stage | Name | Scripts |
|---|---|---|
| 02 | Azure Foundation | Landing zones, RBAC, VNet, management infrastructure |
| 03 | On-Prem Readiness | Active Directory, hardware validation, network prep |
| 04 | Cluster Deployment | Hardware → OS → Arc registration → cluster creation |
| 05 | Operational Foundations | SDN, monitoring, backup configuration |
| 06 | Testing & Validation | Automated test suites |
| 07 | Validation & Handover | Customer transfer and sign-off |
| 08 | Lifecycle Operations | Updates, maintenance, day-2 operations |
The toolkit uses a config-driven approach:
config/infrastructure.yml— Master configuration template with 14 sections covering Azure tenant, networking, compute, storage, security, and moreconfig/variables.example.yml— Azure Local-specific variables for deployment
| Repo | Purpose |
|---|---|
| azurelocal-sofs-fslogix | SOFS + FSLogix solution for AVD profile containers |
| aurelocal-avd | Azure Virtual Desktop on Azure Local |
| azurelocal-loadtools | Load testing and benchmarking tools |
| azurelocal-vm-conversion-toolkit | VM Gen1 → Gen2 conversion |
| Resource | Link |
|---|---|
| Documentation | azurelocal.github.io/azurelocal-toolkit |
| Issues | GitHub Issues |
| Contributing | CONTRIBUTING.md |
| Changelog | CHANGELOG.md |
| License | MIT |