Skip to content

Commit ba5f72f

Browse files
committed
Update howto-update-expressroute-authorization-key.md
1 parent 3fdf79a commit ba5f72f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Before proceeding with the key update, ensure the following prerequisites are me
3838
3. Set the active subscription for your Azure CLI session:
3939

4040
```Azure CLI
41-
az account set -s "<Subscription ID>"
41+
az account set -s <Subscription ID>
4242
```
4343
4444
Replace `<Subscription ID>` with your Azure subscription ID.
@@ -49,8 +49,8 @@ Replace `<Subscription ID>` with your Azure subscription ID.
4949
5050
```Azure CLI
5151
az network express-route auth list \
52-
--resource-group "<resource-group>" \
53-
--circuit-name "<circuit-name>"
52+
--resource-group <resource-group> \
53+
--circuit-name <circuit-name>
5454
```
5555
5656
Replace `<resource-group>` and `<circuit-name>` with your specific resource group and circuit name.
@@ -100,6 +100,9 @@ Replace `<resource-group>` and `<circuit-name>` with your specific resource grou
100100

101101
There are 4 ExpressRoute circuits, each with an existing connection. Follow these steps to update the keys one at a time for infrastructure and workload connections.
102102

103+
> [!NOTE]
104+
> Authorization key rotation will cause temporary network connectivity loss. Plan the updates carefully to minimize disruptions.
105+
103106
### Step 4.1: Update the First Infrastructure Authorization Key
104107

105108
- Run the following command to update the first infrastructure authorization key:

0 commit comments

Comments
 (0)