File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ Replace `<Subscription ID>` with your Azure subscription ID.
49
49
50
50
```Azure CLI
51
51
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>"
54
54
```
55
55
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.
57
57
58
58
#### Existing authorization keys
59
59
@@ -80,6 +80,8 @@ Replace <resource-group> and <circuit-name> with your specific resource group an
80
80
--name <authorization-name>
81
81
```
82
82
83
+ Replace ` <resource-group> ` and ` <circuit-name> ` with your specific resource group and circuit name.
84
+
83
85
#### New Authorization Keys
84
86
85
87
| Type of Connectivity | ExpressRoute Circuit Name | Authorization Key |
You can’t perform that action at this time.
0 commit comments