Skip to content

Commit eda065b

Browse files
authored
Update howto-configure-network-fabric-controller.md
1 parent 5ab4b89 commit eda065b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ Expected output:
173173

174174
The PATCH feature in the Network Fabric Controller provide users the ability to effortlessly add or replace additional Express Routes circuits. This functionality is particularly useful during periods of failure or potential migration events. In such cases, the Network Operator has the flexibility to modify an active Network Fabric Controller by adding or removing Express Routes and Keys, all while ensuring the operation remains unaffected.
175175

176-
> [!NOTE] When initiating an update command, it's crucial to supply all the parameters provided during the creation process. This is because the update command will overwrite the existing content, necessitating the inclusion of all relevant parameters to ensure comprehensive and accurate modifications.
176+
> [!NOTE]
177+
> When initiating an update command, it's crucial to supply all the parameters provided during the creation process. This is because the update command will overwrite the existing content, necessitating the inclusion of all relevant parameters to ensure comprehensive and accurate modifications.
177178
178179
```Azure CLI
179180
az networkfabric controller update \
@@ -185,7 +186,8 @@ az networkfabric controller update \
185186
--workload-er-connections '[{"expressRouteCircuitId":"/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/ER-Dedicated-WUS2-AFO-Circuits/providers/Microsoft.Network/expressRouteCircuits/MSFT-ER-Dedicated-PvtPeering-WestUS2-AFO-Ckt-01"", "expressRouteAuthorizationKey": "<auth-key>"}]'
186187
```
187188

188-
> [!NOTE] Run az networkfabric controller show to retrieve information about a network fabric controller.
189+
> [!NOTE]
190+
> Run az networkfabric controller show to retrieve information about a network fabric controller.
189191
190192
## Delete Network Fabric Controller
191193

0 commit comments

Comments
 (0)