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.
2 parents c341647 + 69f756f commit 4ce2111Copy full SHA for 4ce2111
articles/operator-nexus/howto-configure-network-fabric-controller.md
@@ -76,10 +76,6 @@ You can create a resource group by running the following command:
76
az group create -n NFCResourceGroupName -l "East US"
77
```
78
79
-```azurecli
80
-az group create -n NFResourceGroupName -l "East US"
81
-```
82
-
83
## Attributes for NFC creation
84
85
| Parameter | Description | values | Example | Required | Type |
@@ -142,7 +138,7 @@ Expected output:
142
138
## Get Network Fabric Controller
143
139
144
140
```azurecli
145
-nfacliuser:~$ az nf controller show --resource-group "NFCResourceGroupName" --resource-name "nfcname"
141
+az nf controller show --resource-group "NFCResourceGroupName" --resource-name "nfcname"
146
147
148
Expected output:
0 commit comments