About Azure Local deployment

April 22, 2026 ยท View on GitHub

[!INCLUDE applies-to]

This article is the first in the series of deployment articles that describe how to deploy Azure Local. This article applies to both single and multi-node deployments. The target audience for this article is IT administrators who are responsible for deploying Azure Local in their organization.

About deployment methods

In this release, you can deploy Azure Local using one of the following methods:

  • Deploy from Azure portal: Select this option to deploy an Azure Local instance using Azure portal. You can choose from three deployment methods: New configuration, Template spec, and QuickStart template. The deployment flow guides you through the steps to deploy your Azure Local instance.

    For more information, see Deploy via Azure portal.

  • Deploy from an Azure Resource Manager template: Select this option to deploy an Azure Local instance using an Azure Resource Manager deployment template and the corresponding parameters file. A Resource Manager template is a JSON file containing customized template expressions where you can define dynamic values and logic that determine the Azure resources to deploy.

    For more information, see Deploy via Resource Manager template.

Deployment sequence

Follow this sequence to deploy Azure Local in your environment:

Step #Description
Select validated network topologyIdentify the network reference pattern that corresponds to the way your machines are cabled. You will define the network settings based on this topology.
Read the requirements and complete the prerequisitesReview the requirements and complete all the prerequisites and a deployment checklist before you begin the deployment.
Step 1: Prepare Active DirectoryPrepare your Active Directory (AD) environment for Azure Local deployment.
Step 2: Download the operating systemDownload Azure Stack HCI Operating System from the Azure portal.
Step 3A: Install OS manually via ISOInstall the Azure Stack HCI OS locally on each Azure Local machine in your system.
Step 3B: Install OS and register via simplified machine provisioningInstall the OS and register Azure Local machines using the simplified maching provisioning (preview).
Step 4: Set up subscription permissionsAssign required permissions for the deployment.
Step 5A: Register Azure Local machines with Azure Arc, without using the Arc gatewayDepending on whether your deployment environment uses a proxy or not, register your Azure Local machines directly with Azure Arc, without using the Arc gateway.
Step 5B: Register Azure Local machines with Azure Arc using Arc gatewayDepending on whether your deployment environment uses a proxy or not, register your Azure Local machines with Azure Arc through the centralized Arc gateway.
Step 6A: Deploy the system via Azure portalUse the Azure portal to select Arc servers to deploy an Azure Local instance.
Step 6B: Deploy the system via Resource Manager templateUse the Azure Resource Manager deployment template and the parameter file to deploy an Azure Local instance.

Note

As part of Azure Local, an Arc resource bridge appliance VM is automatically deployed during setup. The resource bridge is what enables Azure Arc capabilities and hybrid connectivity to Azure.

Validated network topologies

When you deploy Azure Local from Azure portal, the network configuration options vary depending on the number of machines and the type of storage connectivity. Azure portal guides you through the supported options for each configuration.

Before starting the deployment, we recommend you check the following table that shows the supported and available options.

Supported network topologies

Network topologyAzure portalResource Manager template
One machine - no switch for storageBy defaultSupported
One machine - with network switch for storageNot applicableSupported
Two machines - no switch for storageSupportedSupported
Two machines - with network switch for storageSupportedSupported
Three machines - with network switch for storageSupportedSupported
Three machines - with no network switch for storageNot supportedSupported
Four machines - with network switch for storageSupportedSupported
Four machines - with no network switch for storageNot supportedSupported
Five to 16 machines - with no network switch for storageNot supportedNot supported
Five to 16 machines - with network switch for storageSupportedSupported

The two storage network options are:

  • No switch for storage. When you select this option, your Azure Local system uses crossover network cables directly connected to your network interfaces for storage communication. The current supported switchless deployments from the portal are one or two machines.

  • Network switch for storage. When you select this option, your Azure Local system uses network switches connected to your network interfaces for storage communication. You can deploy up to 16 machines using this configuration.

You can then select the network reference pattern corresponding to a validated network topology that you intend to deploy.

Next steps