Skip to content

Commit e33dca6

Browse files
authored
Update howto-configure-network-fabric.md
Fix bracket html issue.
1 parent 51cb4ab commit e33dca6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/howto-configure-network-fabric.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ This article describes how to create a Network Fabric by using the Azure Command
3838

3939
The following table specifies parameters used to create Network Fabric,
4040

41-
**$prefix:** /subscriptions/<subscription_id>/resourceGroups/<NFResourceGroup>/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers
41+
**$prefix:** /subscriptions/<subscription_id>/resourceGroups/\<NFResourceGroup\>/providers/Microsoft.ManagedNetworkFabric/networkFabricControllers
4242

4343
| Parameter | Description | Example | Required | Type|
4444
|-----------|-------------|---------|----------|----------|
45-
| resource-group | Name of the resource group | <NFResourceGroup> |True |
45+
| resource-group | Name of the resource group | \<NFResourceGroup\> |True |
4646
| location | Operator-Nexus Azure region | "eastus" |True |
47-
| resource-name | Name of the FabricResource | NF-ResourceName |True |
47+
| resource-name | Name of the FabricResource | \<NFName\>|True |
4848
| nf-sku |Fabric SKU ID is the SKU of the ordered BoM version. See [Network Fabric SKUs](./reference-operator-nexus-fabric-skus.md). | M4-A400-A100-C16-ab |True | String|
4949
|nfc-id|Network Fabric Controller "ARM resource ID"|**$prefix**/NFCName|True | |
5050
|rackcount|Number of compute racks per fabric. Possible values are 2-8|8|True |
@@ -373,7 +373,7 @@ The following table specifies parameters used to create Network-to-Network Inter
373373
|isMangementType| Configuration to make NNI to be used for management of Fabric. Default value is true. Possible values are True/False |True|True
374374
|useOptionB| Configuration to enable optionB. Possible values are True/False |True|True
375375
|*layer2Configuration*| Layer 2 configuration ||
376-
|interfaces| Define multiple CE-PE interfaces. Maximum value is based on Fabric SKU|/subscriptions/subscription_id/resourceGroups/<NFResourceGroup>/providers/Microsoft.ManagedNetworkFabric/networkDevices/NFName-aggrack-CEXX/networkInterfaces/EthernetX-X"||
376+
|interfaces| Define multiple CE-PE interfaces. Maximum value is based on Fabric SKU|/subscriptions/subscription_id/resourceGroups/\<NFResourceGroup\>/providers/Microsoft.ManagedNetworkFabric/networkDevices/NFName-aggrack-CEXX/networkInterfaces/EthernetX-X"||
377377
|mtu| Maximum transmission unit between CE and PE. |1500||
378378
|*layer3Configuration*| Layer 3 configuration between CEs and PEs||True
379379
|primaryIpv4Prefix|IPv4 Prefix for connectivity between CE1 and PE1. CE1 port-channel interface is assigned the first usable IP from the prefix and the corresponding interface on PE1 should be assigned the second usable address|10.246.0.124/31, CE1 port-channel interface is assigned 10.246.0.125 and PE1 port-channel interface should be assigned 10.246.0.126||String|

0 commit comments

Comments
 (0)