Skip to content

Commit 4ce2111

Browse files
Merge pull request #228976 from JAC0BSMITH/patch-1
Remove leading prompt and RG reference
2 parents c341647 + 69f756f commit 4ce2111

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ You can create a resource group by running the following command:
7676
az group create -n NFCResourceGroupName -l "East US"
7777
```
7878

79-
```azurecli
80-
az group create -n NFResourceGroupName -l "East US"
81-
```
82-
8379
## Attributes for NFC creation
8480

8581
| Parameter | Description | values | Example | Required | Type |
@@ -142,7 +138,7 @@ Expected output:
142138
## Get Network Fabric Controller
143139

144140
```azurecli
145-
nfacliuser:~$ az nf controller show --resource-group "NFCResourceGroupName" --resource-name "nfcname"
141+
az nf controller show --resource-group "NFCResourceGroupName" --resource-name "nfcname"
146142
```
147143

148144
Expected output:

0 commit comments

Comments
 (0)