Skip to content

Commit 2745085

Browse files
authored
Removed --zone from the AKS-Hybrid create
1 parent afd78ec commit 2745085

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

articles/operator-nexus/quickstarts-tenant-workload-deployment.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -485,14 +485,6 @@ az hybridaks vnet create \
485485

486486
This section describes how to create an AKS-Hybrid cluster
487487

488-
You should have the following information already:
489-
490-
- AKS-Hybrid vNET network ARM resource IDs
491-
- Azure Subscription ID
492-
- Custom location ARM resource ID
493-
- AAD admin group object IDs
494-
- Get the available zones to deploy the AKS-Hybird cluster via `az networkcloud cluster show -g <Nexus on-prem cluster RG> --name <Nexus on-prem cluster name> --query computeRackDefinitions[*].availabilityZone`
495-
496488
```azurecli
497489
az hybridaks create \
498490
-n <aks-hybrid cluster name> \
@@ -506,8 +498,7 @@ You should have the following information already:
506498
--control-plane-count <count> \
507499
--location <dc-location> \
508500
--node-count <worker node count> \
509-
--node-vm-size <Operator Nexus SKU> \
510-
--zones <comma separated list of availability zones>
501+
--node-vm-size <Operator Nexus SKU>
511502
```
512503

513504
After a few minutes, the command completes and returns JSON-formatted information about the cluster.

0 commit comments

Comments
 (0)