Skip to content

Commit a4f8c17

Browse files
docs: restructure azure-services and operations sections
Move 9 non-service solutions from azure-services/ to operations/: - SOFS/FSLogix, Load Testing, Monitoring, BCDR, Cost Management, Governance, Custom VM Images, Platform Automation Toolkit, Disconnected Operations Remove 5 orphaned pages (repos remain, pages not yet ready): - sql-ha, vms-and-containers, vm-conversion, hydration, vmware-migration azure-services/ now contains only true Azure arc-enabled services: - AVD, AKS, App Services, SQL MI, ML/AI, IoT Operations operations/index.mdx updated with full solutions table and links azure-services/index.md updated with clean service table and pointer to operations
1 parent 7b5c2e7 commit a4f8c17

16 files changed

Lines changed: 27 additions & 409 deletions

docs/azure-services/hydration-on-azure-local.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

docs/azure-services/index.md

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,26 @@ This section covers Azure services that run natively on Azure Local infrastructu
99

1010
## Service Overview
1111

12+
Only Microsoft-published, named Azure services with an Arc-enabled or Azure Local-native deployment mode are listed here. For operational tooling and day-2 solutions, see the [Operations](../operations/) section.
13+
1214
| Service | Description | AzureLocal Repo | Docs Site |
1315
|---------|-------------|-----------------|-----------|
1416
| [Azure Virtual Desktop (AVD)](./avd-on-azure-local.md) | Cloud-managed virtual desktops and RemoteApp on-premises | [azurelocal-avd](https://github.com/AzureLocal/azurelocal-avd) | [Docs](https://azurelocal.github.io/azurelocal-avd/) |
15-
| [SOFS / FSLogix Profile Containers](./sofs-fslogix-on-azure-local.md) | Scale-Out File Server for FSLogix profile containers (AVD companion) | [azurelocal-sofs-fslogix](https://github.com/AzureLocal/azurelocal-sofs-fslogix) | [Docs](https://azurelocal.github.io/azurelocal-sofs-fslogix/) |
1617
| [Azure Kubernetes Service (AKS)](./aks-on-azure-local.md) | Managed Kubernetes on-premises via Azure Arc | [azurelocal-aks](https://github.com/AzureLocal/azurelocal-aks) ||
1718
| [Azure App Services](./app-services-on-azure-local.md) | PaaS web app and API hosting on AKS via Arc | [azurelocal-app-services](https://github.com/AzureLocal/azurelocal-app-services) ||
1819
| [Azure SQL Managed Instance](./sql-managed-instance-on-azure-local.md) | Managed SQL databases on-premises via Arc data services | [azurelocal-sql-mi](https://github.com/AzureLocal/azurelocal-sql-mi) ||
19-
| [SQL Server High Availability](./sql-ha-on-azure-local.md) | Always On Availability Groups and FCI for SQL Server on Azure Local | [azurelocal-sql-ha](https://github.com/AzureLocal/azurelocal-sql-ha) ||
2020
| [Machine Learning / AI](./ml-ai-on-azure-local.md) | ML inference and AI workloads at the edge | [azurelocal-ml-ai](https://github.com/AzureLocal/azurelocal-ml-ai) ||
2121
| [IoT Operations](./iot-operations-on-azure-local.md) | Edge IoT data processing, MQTT broker, and device management | [azurelocal-iot](https://github.com/AzureLocal/azurelocal-iot) ||
22-
| [VMs and Containers](./vms-and-containers-on-azure-local.md) | Arc-managed VMs and AKS containers side-by-side | [azurelocal-vms](https://github.com/AzureLocal/azurelocal-vms) ||
23-
| [VM Gen1 to Gen2 Conversion](./vm-conversion-on-azure-local.md) | Convert Hyper-V Gen1 VMs to Gen2 with Arc enrollment preserved | [azurelocal-vm-conversion-toolkit](https://github.com/AzureLocal/azurelocal-vm-conversion-toolkit) | [Docs](https://azurelocal.github.io/azurelocal-vm-conversion-toolkit/) |
24-
| [VMware to Azure Local Migration](./vmware-migration-on-azure-local.md) | Migrate VMware vSphere VMs to Azure Local (VMDK → VHDX) | [azurelocal-vmware-migration](https://github.com/AzureLocal/azurelocal-vmware-migration) ||
25-
| [Load Testing and Benchmarking](./load-testing-on-azure-local.md) | FIO, HammerDB, iPerf, stress-ng, and VMFleet benchmarking framework | [azurelocal-loadtools](https://github.com/AzureLocal/azurelocal-loadtools) | [Docs](https://azurelocal.github.io/azurelocal-loadtools/) |
26-
| [Monitoring and Observability](./monitoring-on-azure-local.md) | Azure Monitor, Prometheus, Grafana dashboards, and alerting | [azurelocal-monitoring](https://github.com/AzureLocal/azurelocal-monitoring) ||
27-
| [Business Continuity and DR](./bcdr-on-azure-local.md) | Azure Site Recovery, Azure Backup, and stretch cluster BCDR | [azurelocal-bcdr](https://github.com/AzureLocal/azurelocal-bcdr) ||
28-
| [Cost Management and Chargeback](./cost-management-on-azure-local.md) | Showback and chargeback reporting via Azure Cost Management | [azurelocal-cost](https://github.com/AzureLocal/azurelocal-cost) ||
29-
| [Governance and Compliance](./governance-on-azure-local.md) | Azure Policy, security baselines, RBAC, and compliance reporting | [azurelocal-governance](https://github.com/AzureLocal/azurelocal-governance) ||
30-
| [Server Hydration](./hydration-on-azure-local.md) | Bare-metal to Arc-registered cluster automated provisioning | [azurelocal-hydration](https://github.com/AzureLocal/azurelocal-hydration) ||
31-
| [Custom VM Images](./custom-images-on-azure-local.md) | Hardened golden image build pipeline for Azure Local VMs | [azurelocal-custom-images](https://github.com/AzureLocal/azurelocal-custom-images) ||
32-
| [Platform Automation Toolkit](./toolkit-on-azure-local.md) | Cross-cutting platform automation, variable registry, and IaC lifecycle | [azurelocal-toolkit](https://github.com/AzureLocal/azurelocal-toolkit) | [Docs](https://azurelocal.github.io/azurelocal-toolkit/) |
33-
| [Disconnected Operations](./disconnected-operations-on-azure-local.md) | Air-gapped and intermittently connected cluster operations | [azurelocal-disconnected](https://github.com/AzureLocal/azurelocal-disconnected) ||
3422

3523
## Supporting Repositories
3624

37-
In addition to service-specific repos, the AzureLocal organization maintains cross-cutting tooling:
25+
In addition to service-specific repos, the AzureLocal organization maintains cross-cutting platform tooling:
3826

3927
| Repository | Purpose | Docs Site |
4028
|------------|---------|-----------|
4129
| [azurelocal-toolkit](https://github.com/AzureLocal/azurelocal-toolkit) | Platform automation, variable registry, and IaC lifecycle governance | [Docs](https://azurelocal.github.io/azurelocal-toolkit/) |
42-
| [azurelocal-avd](https://github.com/AzureLocal/azurelocal-avd) | IaC templates and automation for AVD on Azure Local | [Docs](https://azurelocal.github.io/azurelocal-avd/) |
43-
| [azurelocal-sofs-fslogix](https://github.com/AzureLocal/azurelocal-sofs-fslogix) | Scale-Out File Server for FSLogix profile containers (AVD companion) | [Docs](https://azurelocal.github.io/azurelocal-sofs-fslogix/) |
44-
| [azurelocal-vm-conversion-toolkit](https://github.com/AzureLocal/azurelocal-vm-conversion-toolkit) | Hyper-V Gen 1 → Gen 2 VM conversion with Arc enrollment preservation | [Docs](https://azurelocal.github.io/azurelocal-vm-conversion-toolkit/) |
45-
| [azurelocal-loadtools](https://github.com/AzureLocal/azurelocal-loadtools) | Load testing and benchmarking framework for Azure Local clusters | [Docs](https://azurelocal.github.io/azurelocal-loadtools/) |
46-
| [azurelocal-aks](https://github.com/AzureLocal/azurelocal-aks) | AKS on Azure Local cluster deployment and Arc-enabled Kubernetes ||
47-
| [azurelocal-monitoring](https://github.com/AzureLocal/azurelocal-monitoring) | Azure Monitor, Prometheus/Grafana, dashboards, and alerting ||
48-
| [azurelocal-sql-ha](https://github.com/AzureLocal/azurelocal-sql-ha) | SQL Server Always On AG and FCI deployment automation ||
49-
| [azurelocal-sql-mi](https://github.com/AzureLocal/azurelocal-sql-mi) | Azure SQL Managed Instance via Arc data services on Azure Local ||
50-
| [azurelocal-bcdr](https://github.com/AzureLocal/azurelocal-bcdr) | Azure Site Recovery, Azure Backup, and BCDR runbooks ||
51-
| [azurelocal-cost](https://github.com/AzureLocal/azurelocal-cost) | Cost management, chargeback, and showback reporting ||
52-
| [azurelocal-governance](https://github.com/AzureLocal/azurelocal-governance) | Azure Policy, Defender for Cloud, compliance, and RBAC automation ||
53-
| [azurelocal-hydration](https://github.com/AzureLocal/azurelocal-hydration) | Bare-metal to Arc-registered cluster automated provisioning ||
54-
| [azurelocal-vmware-migration](https://github.com/AzureLocal/azurelocal-vmware-migration) | VMware vSphere to Azure Local VM migration runbooks and tooling ||
55-
| [azurelocal-custom-images](https://github.com/AzureLocal/azurelocal-custom-images) | Hardened golden VM image build pipeline for Azure Local ||
56-
| [azurelocal-iot](https://github.com/AzureLocal/azurelocal-iot) | Azure IoT Operations deployment and MQTT broker configuration ||
57-
| [azurelocal-app-services](https://github.com/AzureLocal/azurelocal-app-services) | Azure App Services on Kubernetes (Arc) for Azure Local ||
58-
| [azurelocal-ml-ai](https://github.com/AzureLocal/azurelocal-ml-ai) | Machine Learning and AI inference workloads on Azure Local ||
59-
| [azurelocal-vms](https://github.com/AzureLocal/azurelocal-vms) | Arc-managed VM lifecycle automation and container co-location ||
60-
| [azurelocal-disconnected](https://github.com/AzureLocal/azurelocal-disconnected) | Disconnected and air-gapped Azure Local cluster operations ||
30+
31+
For the full list of operational and day-2 solution repositories, see the [Operations](../operations/) section.
6132

6233
## How Services Run on Azure Local
6334

docs/azure-services/sql-ha-on-azure-local.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

docs/azure-services/vm-conversion-on-azure-local.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)