Skip to content

Commit 483fa4d

Browse files
docs: add README.md required by repo structure validation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7fbdd7b commit 483fa4d

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Azure Local Cloud Documentation
2+
3+
[![Deploy](https://github.com/AzureLocal/azurelocal.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/AzureLocal/azurelocal.github.io/actions/workflows/deploy.yml)
4+
5+
Community documentation for [Azure Local](https://learn.microsoft.com/en-us/azure/azure-local/) — Microsoft's hybrid cloud infrastructure platform enabled by Azure Arc.
6+
7+
**Live site:** [https://azurelocal.cloud](https://azurelocal.cloud)
8+
9+
## What's Here
10+
11+
- **Implementation Guide** — End-to-end deployment runbook covering CI/CD infrastructure, Azure foundation, on-prem readiness, cluster deployment, operational foundations, and testing/validation
12+
- **Planning** — Naming standards, discovery checklists, site assessment, hardware requirements, landing zone strategy
13+
- **Design** — High-level and low-level design documents
14+
- **Operations** — Day-2 operational procedures
15+
- **Automation** — IaC patterns and pipeline guidance
16+
- **Azure Services** — Running Azure services on Azure Local (AVD, AKS, SQL MI, App Services, ML/AI)
17+
- **Lab Environment** — Lab setup and access
18+
19+
## Versioning
20+
21+
Documentation versions align with Azure Local build releases:
22+
23+
| Version | Description |
24+
|---------|-------------|
25+
| **2604** | Current — includes Simplified Provisioning (Preview), SAN (Disaggregated) deployment, Local Identity GA |
26+
| **2411** | Previous release baseline |
27+
28+
## Local Development
29+
30+
```bash
31+
npm install
32+
npm run start # Dev server at http://localhost:3000
33+
npm run build # Production build
34+
```
35+
36+
Built with [Docusaurus](https://docusaurus.io/).
37+
38+
## Contributing
39+
40+
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
41+
42+
## License
43+
44+
See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)