Skip to content

Commit 60a9ee9

Browse files
committed
Update howto-update-expressroute-authorization-key.md
1 parent 88fab40 commit 60a9ee9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Replace `<Subscription ID>` with your Azure subscription ID.
4545
4646
### Step 2: Retrieve existing authorization keys
4747
48-
Retrieve the current authorization keys using the following command:
48+
- Retrieve the current authorization keys using the following command:
4949
5050
```Azure CLI
5151
az network express-route auth list \
@@ -71,14 +71,14 @@ Replace <resource-group> and <circuit-name> with your specific resource group an
7171
7272
## Step 3: Generate new authorization keys
7373
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:
7575
76-
```Azure CLI
76+
```Azure CLI
7777
az network express-route auth create \
7878
--resource-group <resource-group> \
7979
--circuit-name <circuit-name> \
8080
--name <authorization-name>
81-
```
81+
```
8282

8383
#### New Authorization Keys
8484

@@ -100,7 +100,7 @@ There are 4 ExpressRoute circuits, each with an existing connection. Follow thes
100100

101101
### Step 4.1: Update the First Infrastructure Authorization Key
102102

103-
Run the following command to update the first infrastructure authorization key:
103+
- Run the following command to update the first infrastructure authorization key:
104104

105105
```Azure CLI
106106
az networkfabric controller update \
@@ -109,11 +109,12 @@ Run the following command to update the first infrastructure authorization key:
109109
--infra-er-connections '[{expressRouteCircuitId:"er-circuit-A",expressRouteAuthorizationKey:"er-authz-key-a20"},{expressRouteCircuitId:"er-circuit-B",expressRouteAuthorizationKey:"er-authz-key-b1"}]' \
110110
--debug
111111
```
112+
112113
Post-check: Verify that the new connection for **er-circuit-A** is operational.
113114
114115
### Step 4.2: Update the Second Infrastructure Authorization Key
115116
116-
Run the following command to update the second infrastructure authorization key:
117+
- Run the following command to update the second infrastructure authorization key:
117118
118119
```
119120
az networkfabric controller update \
@@ -127,7 +128,7 @@ Post-check: Verify that the new connection for **er-circuit-B** is operational.
127128
128129
### Step 4.3: Update the First Workload Authorization Key
129130
130-
Run the following command to update the first workload authorization key:
131+
- Run the following command to update the first workload authorization key:
131132
132133
```Azure CLI
133134
az networkfabric controller update \
@@ -140,7 +141,7 @@ Post-check: Verify that the new connection for **er-circuit-C** is operational.
140141
141142
### Step 4.4: Update the Second Workload Authorization Key
142143
143-
Run the following command to update the second workload authorization key:
144+
- Run the following command to update the second workload authorization key:
144145
145146
```
146147
az networkfabric controller update \

0 commit comments

Comments
 (0)