Skip to content

Commit ea6397b

Browse files
committed
Update howto-update-expressroute-authorization-key.md
1 parent f05a502 commit ea6397b

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
@@ -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 @@ Retrieve the current authorization keys using the following command:
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.
@@ -75,9 +75,9 @@ Generate new authorization keys for the ExpressRoute circuits using the command
7575
7676
```Azure CLI
7777
az network express-route auth create \
78-
--resource-group <resource-group> \
79-
--circuit-name <circuit-name> \
80-
--name <authorization-name>
78+
--resource-group <resource-group> \
79+
--circuit-name <circuit-name> \
80+
--name <authorization-name>
8181
```
8282
8383
#### New Authorization Keys

0 commit comments

Comments
 (0)