Skip to content

Commit 1aca9e0

Browse files
committed
Update howto-update-expressroute-authorization-key.md
1 parent 178221e commit 1aca9e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ 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
56-
Replace <resource-group> and <circuit-name> with your specific resource group and circuit name.
56+
Replace `<resource-group>` and `<circuit-name>` with your specific resource group and circuit name.
5757
5858
#### Existing authorization keys
5959
@@ -80,6 +80,8 @@ Replace <resource-group> and <circuit-name> with your specific resource group an
8080
--name <authorization-name>
8181
```
8282

83+
Replace `<resource-group>` and `<circuit-name>` with your specific resource group and circuit name.
84+
8385
#### New Authorization Keys
8486

8587
| Type of Connectivity | ExpressRoute Circuit Name | Authorization Key |

0 commit comments

Comments
 (0)