@@ -106,7 +106,7 @@ Run the following command to update the first infrastructure authorization key:
106
106
az networkfabric controller update \
107
107
--resource-group 'nfc resource group' \
108
108
--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"}]' \
110
110
--debug
111
111
```
112
112
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:
119
119
az networkfabric controller update \
120
120
--resource-group 'nfc resource group' \
121
121
--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"}]' \
123
123
--debug
124
124
```
125
125
@@ -133,7 +133,7 @@ Run the following command to update the first workload authorization key:
133
133
az networkfabric controller update \
134
134
--resource-group 'nfc resource group' \
135
135
--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"}]' \
137
137
--debug
138
138
```
139
139
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:
146
146
az networkfabric controller update \
147
147
--resource-group 'nfc resource group' \
148
148
--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"}]' \
151
150
--debug
152
151
```
153
152
0 commit comments