Skip to content

Commit fb724ab

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guide provides step-by-step instructions for updating authorization keys fo
1717

1818
Before proceeding with the key update, ensure the following prerequisites are met:
1919

20-
- **Identify the Network Fabric Controller (NFC):** Locate the NFC for which you want to update the ExpressRoute authorization keys.
20+
- **Identify the Network Fabric Controller (NFC):** Locate the Network Fabric Controller (NFC) for which you want to update the ExpressRoute authorization keys.
2121

2222
- **Verify ExpressRoute Connections:** Ensure there are 4 operational ExpressRoute connections (2 for infrastructure ER GW and 2 for tenant ER GW) to 4 ExpressRoute circuits.
2323

@@ -66,12 +66,12 @@ Replace <resource-group> and <circuit-name> with your specific resource group an
6666
6767
> [!NOTE]
6868
> There are 4 ExpressRoute circuits, each with an existing connection.<br>
69-
> Repeat the above step for each circuit that requires a new authorization key.<br>
69+
> This step must be repeated for each circuit to generate a new authorization key for each circuit.<br>
7070
> The authorization keys provided here are sample values and should not be used as real keys.
7171
7272
## Step 3: Generate new authorization keys
7373
74-
- Generate new authorization keys for the ExpressRoute circuits using the command below:
74+
- Use the command below to generate new authorization keys for the ExpressRoute circuits:
7575
7676
```Azure CLI
7777
az network express-route auth create \
@@ -91,7 +91,7 @@ Replace <resource-group> and <circuit-name> with your specific resource group an
9191

9292
> [!NOTE]
9393
> There are 4 ExpressRoute circuits, each with an existing connection.<br>
94-
> Repeat the above step for each circuit that requires a new authorization key.<br>
94+
> This step must be repeated for each circuit to generate a new authorization key for each circuit.<br>
9595
> The authorization keys provided here are sample values and should not be used as real keys.
9696
9797
### Step 4: Update Authorization Keys
@@ -159,8 +159,8 @@ Use metrics from the ExpressRoute gateway to monitor the health of connections d
159159
160160
### Key Metric: Count of Routes Learned from Peer
161161
162-
During the update, you may observe a temporary dip in the count of routes learned. This should recover once the update is complete.
162+
During the update, you may observe a temporary dip in the count of routes learned. The count of routes learned should recover once the update is complete.
163163
164-
Each connection has 2 peers. By filtering metrics for BGP peers, you can confirm the specific connections impacted during the update.
164+
Each connection has 2 peers. By filtering metrics for BGP (Border Gateway Protocol) peers, you can confirm the specific connections impacted during the update
165165
166166
For additional details on monitoring, refer to the [Monitoring data reference for Azure ExpressRoute](/azure/expressroute/monitor-expressroute.md).

0 commit comments

Comments
 (0)