We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bab18 commit 37c403dCopy full SHA for 37c403d
articles/operator-nexus/quickstarts-tenant-workload-deployment.md
@@ -434,9 +434,9 @@ You need the following information:
434
--ipv4-connected-prefix "<YourNetworkIpv4Prefix>" \
435
--ipv6-connected-prefix "<YourNetworkIpv6Prefix>" \
436
--l3-isolation-domain-id "<YourL3IsolationDomainId>" \
437
- --vlan <YourNetworkVlan>
438
- --service-external-prefixes <YourExternalPrefixes>
439
- --service-load-balancer-prefixes <YourLBPrefixes>
+ --vlan "<YourNetworkVlan>" \
+ --service-external-prefixes '["YourExternalPrefix-1", "YourExternalPrefix-N"]' \
+ --service-load-balancer-prefixes '["YourLBPrefixes-1", "YourLBPrefixes-N"]'
440
```
441
442
##### Create Cloud Services Network for AKS-Hybrid cluster
0 commit comments