Skip to content

Commit b4fa5f0

Browse files
authored
Apply suggestions from code review
1 parent 5ec844f commit b4fa5f0

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

articles/operator-nexus/howto-configure-isolation-domain.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You'll create isolation-domains to enable layer 2 and layer 3 connectivity betwe
5454
| subscriptionId | Your Azure subscriptionId for your Operator Nexus instance. |
5555
| provisioningState | Indicates provisioning state |
5656

57-
## L2 isolation-domain
57+
## L2 Isolation-Domain
5858

5959
You use an L2 isolation-domain to establish layer 2 connectivity between workloads running on Operator Nexus compute nodes.
6060

@@ -177,7 +177,7 @@ Expected Output
177177
This command is used to change the administrative state of the isolation-domain.
178178

179179
**Note:**
180-
Only after the isolation-domain is Enabled, that the layer 2 isolation-domain configuration is pushed to the Network fabric devices.
180+
Only after the Isolation-Domain is Enabled, that the layer 2 Isolation-Domain configuration is pushed to the Network Fabric devices.
181181

182182
```azurecli
183183
az nf l2domain update-admin-state --resource-group "ResourceGroupName" --resource-name "example-l2domain" --state Enable/Disable
@@ -388,11 +388,11 @@ Expected Output
388388

389389
Once the isolation-domain is created successfully, the next step is to create an internal network.
390390

391-
## Optional Parameters for Isolation Domain
391+
## Optional parameters for Isolation Domain
392392

393393
| Parameter|Description|Example|Required|
394394
|---|---|---|---|
395-
| redistributeConnectedSubnet | Advertise Connected Subnets Default value is True |True | |
395+
| redistributeConnectedSubnet | Advertise connected subnets default value is True |True | |
396396
| redistributeStaticRoutes |Advertise Static Routes can have value of true/False. Defualt Value is False | False | |
397397
| aggregateRouteConfiguration|List of Ipv4 and Ipv6 route configurations | | |
398398

@@ -407,7 +407,7 @@ Once the isolation-domain is created successfully, the next step is to create an
407407
|location|AODS Azure Region used during NFC Creation|eastus | True
408408

409409

410-
## Options to create Internal networks by using
410+
## Options to create Internal Networks
411411

412412
|Parameter|Description|Example|Required|
413413
|---|---|---|---|
@@ -434,10 +434,11 @@ az nf internalnetwork create
434434
--resource-group "ResourceGroupName"
435435
--l3-isolation-domain-name "example-l3domain"
436436
--resource-name "example-internalnetwork"
437-
--location "eastus" --vlan-id 805
437+
--location "eastus"
438+
--vlan-id 805
438439
--connected-ipv4-subnets '[{"prefix":"10.1.2.0/24"}]'
439440
--mtu 1500
440-
--bgp-configuration '{"defaultRouteOriginate": "True", "allowAS": 2, "allowASOverride": "Enable", "PeerASN": 65535, "ipv4ListenRangePrefixes": ["10.1.2.0/28"]}
441+
--bgp-configuration '{"defaultRouteOriginate": "True", "allowAS": 2, "allowASOverride": "Enable", "PeerASN": 65535, "ipv4ListenRangePrefixes": ["10.1.2.0/28"]}'
441442
442443
```
443444

@@ -494,7 +495,7 @@ Expected Output
494495
}
495496
```
496497

497-
## Multiple Static Routes with single next hop
498+
## Multiple static routes with single next hop
498499

499500
```azurecli
500501
az nf internalnetwork create
@@ -660,7 +661,7 @@ This command creates an External network using Azure CLI.
660661

661662
**Note:** For Option A You need to create an external network before you enable the L3 isolation Domain. An external is dependent on Internal network, so an external can't be enabled without an internal network. The vlan-id value should be between 501 and 4095.
662663

663-
## External Network Creation using OptionB
664+
## External Network Creation using Option B
664665

665666
```azurecli
666667
az nf externalnetwork create
@@ -706,7 +707,7 @@ Expected Output
706707
"type": "microsoft.managednetworkfabric/l3isolationdomains/externalnetworks"
707708
}
708709
```
709-
## External Network Creation with OptionA
710+
## External Network creation with Option A
710711

711712
```azurecli
712713
az nf externalnetwork create
@@ -762,14 +763,14 @@ Expected Output
762763

763764
```azurecli
764765
az nf externalnetwork create
765-
--resource-group "ResourceGroupName" `
766-
--l3-isolation-domain-name "example-l3domain" `
767-
--resource-name "example-externalipv6network" `
768-
--location "eastus" `
769-
--vlan-id 506 `
770-
--peer-asn 65022 `
771-
--primary-ipv6-prefix "10:101:2::0/127" `
772-
--secondary-ipv6-prefix "10:101:3::0/127"
766+
--resource-group "ResourceGroupName"
767+
--l3-isolation-domain-name "example-l3domain"
768+
--resource-name "example-externalipv6network"
769+
--location "eastus"
770+
--vlan-id 506
771+
--peer-asn 65022
772+
--primary-ipv6-prefix "10:101:2::0/127"
773+
--secondary-ipv6-prefix "10:101:3::0/127"
773774
```
774775

775776
**Note:** Primary and Secondary IPv6 supported in this release is /127

0 commit comments

Comments
 (0)