@@ -45,7 +45,7 @@ Replace `<Subscription ID>` with your Azure subscription ID.
45
45
46
46
### Step 2: Retrieve existing authorization keys
47
47
48
- Retrieve the current authorization keys using the following command:
48
+ - Retrieve the current authorization keys using the following command:
49
49
50
50
```Azure CLI
51
51
az network express-route auth list \
@@ -71,14 +71,14 @@ Replace <resource-group> and <circuit-name> with your specific resource group an
71
71
72
72
## Step 3: Generate new authorization keys
73
73
74
- Generate new authorization keys for the ExpressRoute circuits using the command below:
74
+ - Generate new authorization keys for the ExpressRoute circuits using the command below:
75
75
76
- ```Azure CLI
76
+ ```Azure CLI
77
77
az network express-route auth create \
78
78
--resource-group <resource-group> \
79
79
--circuit-name <circuit-name> \
80
80
--name <authorization-name>
81
- ```
81
+ ```
82
82
83
83
#### New Authorization Keys
84
84
@@ -100,7 +100,7 @@ There are 4 ExpressRoute circuits, each with an existing connection. Follow thes
100
100
101
101
### Step 4.1: Update the First Infrastructure Authorization Key
102
102
103
- Run the following command to update the first infrastructure authorization key:
103
+ - Run the following command to update the first infrastructure authorization key:
104
104
105
105
``` Azure CLI
106
106
az networkfabric controller update \
@@ -109,11 +109,12 @@ Run the following command to update the first infrastructure authorization key:
109
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
113
Post-check: Verify that the new connection for **er-circuit-A** is operational.
113
114
114
115
### Step 4.2: Update the Second Infrastructure Authorization Key
115
116
116
- Run the following command to update the second infrastructure authorization key:
117
+ - Run the following command to update the second infrastructure authorization key:
117
118
118
119
```
119
120
az networkfabric controller update \
@@ -127,7 +128,7 @@ Post-check: Verify that the new connection for **er-circuit-B** is operational.
127
128
128
129
### Step 4.3: Update the First Workload Authorization Key
129
130
130
- Run the following command to update the first workload authorization key:
131
+ - Run the following command to update the first workload authorization key:
131
132
132
133
```Azure CLI
133
134
az networkfabric controller update \
@@ -140,7 +141,7 @@ Post-check: Verify that the new connection for **er-circuit-C** is operational.
140
141
141
142
### Step 4.4: Update the Second Workload Authorization Key
142
143
143
- Run the following command to update the second workload authorization key:
144
+ - Run the following command to update the second workload authorization key:
144
145
145
146
```
146
147
az networkfabric controller update \
0 commit comments