Skill 08 · Azure Local Multi Rack
Subchapter 8.1
references/cli-and-prereqs.mdMarkdown2 KBView on GitHub
Multi-rack uses a different control plane from standard Azure Local. Verify extensions and prerequisites before generating commands.
| Extension | Command surface | Provider |
|---|---|---|
networkcloud | az networkcloud | Microsoft.NetworkCloud |
managednetworkfabric | az networkfabric | Microsoft.ManagedNetworkFabric |
stack-hci-vm | az stack-hci-vm | Microsoft.AzureStackHCI |
Install or upgrade:
az extension add --yes --upgrade --name networkcloud
az extension add --yes --upgrade --name managednetworkfabric
az extension add --yes --upgrade --name stack-hci-vmSupporting extensions used by multi-rack include customlocation, k8s-extension, k8s-configuration, and connectedmachine. Confirm the current full list from the multi-rack-cli-extensions article rather than assuming this set is complete.
Note the naming mismatch: the managednetworkfabric extension provides the az networkfabric command group.
A multi-rack instance depends on two Azure resources created before the cluster:
Each NFC is associated with a CM in the same region. Subsequent multi-rack deployments reuse the pair until the supported cluster quota is reached, at which point a new NFC/CM pair is required.
Multi-rack requires a broad provider set, including Microsoft.NetworkCloud, Microsoft.ManagedNetworkFabric, Microsoft.AzureStackHCI, Microsoft.ExtendedLocation, Microsoft.HybridCompute, Microsoft.HybridContainerService, Microsoft.ResourceConnector, and Microsoft.Kubernetes.
Fetch the complete list from the multi-rack-prerequisites article and register with:
az provider register --namespace <namespace>Do not treat this summary as the authoritative list.
show, list).