Skip to content

Commit a2e8bec

Browse files
authored
Merge pull request #126377 from HamzaBoukraa/master
Update howto-routing-cli.md
2 parents 59c317c + 872106d commit a2e8bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/expressroute/howto-routing-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ This section helps you create, get, update, and delete the Azure private peering
253253
If you choose to use an MD5 hash, use the following example:
254254

255255
```azurecli
256-
az network express-route peering create --circuit-name MyCircuit --peer-asn 100 --primary-peer-subnet 10.0.0.0/30 -g ExpressRouteResourceGroup --secondary-peer-subnet 10.0.0.4/30 --vlan-id 200 --peering-type AzurePrivatePeering --SharedKey "A1B2C3D4"
256+
az network express-route peering create --circuit-name MyCircuit --peer-asn 100 --primary-peer-subnet 10.0.0.0/30 -g ExpressRouteResourceGroup --secondary-peer-subnet 10.0.0.4/30 --vlan-id 200 --peering-type AzurePrivatePeering --shared-key "A1B2C3D4"
257257
```
258258

259259
> [!IMPORTANT]

0 commit comments

Comments
 (0)