Skip to content

Commit 8ca0a42

Browse files
committed
Update howto-update-expressroute-authorization-key.md
1 parent ea6397b commit 8ca0a42

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/operator-nexus/howto-update-expressroute-authorization-key.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Run the following command to update the first infrastructure authorization key:
106106
az networkfabric controller update \
107107
--resource-group 'nfc resource group' \
108108
--resource-name 'nfc_name' \
109-
--infra-er-connections '[{expressRouteCircuitId:"er-circuit-A",expressRouteAuthorizationKey:"er-authz-key-a20"}, {expressRouteCircuitId:"er-circuit-B",expressRouteAuthorizationKey:"er-authz-key-b1"}]' \
109+
--infra-er-connections '[{expressRouteCircuitId:"er-circuit-A",expressRouteAuthorizationKey:"er-authz-key-a20"},{expressRouteCircuitId:"er-circuit-B",expressRouteAuthorizationKey:"er-authz-key-b1"}]' \
110110
--debug
111111
```
112112
Post-check: Verify that the new connection for **er-circuit-A** is operational.
@@ -119,7 +119,7 @@ Run the following command to update the second infrastructure authorization key:
119119
az networkfabric controller update \
120120
--resource-group 'nfc resource group' \
121121
--resource-name 'nfc_name' \
122-
--infra-er-connections '[{expressRouteCircuitId:"er-circuit-A,expressRouteAuthorizationKey:"er-authz-key-a20"}, {expressRouteCircuitId:"er-circuit-B",expressRouteAuthorizationKey:"er-authz-key-b20"}]' \
122+
--infra-er-connections '[{expressRouteCircuitId:"er-circuit-A,expressRouteAuthorizationKey:"er-authz-key-a20"},{expressRouteCircuitId:"er-circuit-B",expressRouteAuthorizationKey:"er-authz-key-b20"}]' \
123123
--debug
124124
```
125125
@@ -133,7 +133,7 @@ Run the following command to update the first workload authorization key:
133133
az networkfabric controller update \
134134
--resource-group 'nfc resource group' \
135135
--resource-name 'nfc_name' \
136-
--workload-er-connections '[{expressRouteCircuitId:"er-circuit-C",expressRouteAuthorizationKey:"er-authz-key-c20"}, {expressRouteCircuitId:"er-circuit-D",expressRouteAuthorizationKey:"er-authz-key-d1"}]' \
136+
--workload-er-connections '[{expressRouteCircuitId:"er-circuit-C",expressRouteAuthorizationKey:"er-authz-key-c20"},{expressRouteCircuitId:"er-circuit-D",expressRouteAuthorizationKey:"er-authz-key-d1"}]' \
137137
--debug
138138
```
139139
Post-check: Verify that the new connection for **er-circuit-C** is operational.
@@ -146,8 +146,7 @@ Run the following command to update the second workload authorization key:
146146
az networkfabric controller update \
147147
--resource-group 'nfc resource group' \
148148
--resource-name 'nfc_name' \
149-
--workload-er-connections '[{expressRouteCircuitId:"er-circuit-C",expressRouteAuthorizationKey:"er-authz-key-c20"},
150-
{expressRouteCircuitId:"er-circuit-D",expressRouteAuthorizationKey:"er-authz-key-d20"}]' \
149+
--workload-er-connections '[{expressRouteCircuitId:"er-circuit-C",expressRouteAuthorizationKey:"er-authz-key-c20"},{expressRouteCircuitId:"er-circuit-D",expressRouteAuthorizationKey:"er-authz-key-d20"}]' \
151150
--debug
152151
```
153152

0 commit comments

Comments
 (0)