Skip to content

Commit a6e6621

Browse files
authored
Merge pull request #180424 from ryanborMSFT/patch-10
Fixed typo in Route Server CLI docs
2 parents e001387 + 19810a2 commit a6e6621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/route-server/quickstart-configure-route-server-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Azure Route Server requires a dedicated subnet named *RouteServerSubnet*. The su
7979
--name RouteServerSubnet \
8080
--resource-group myRouteServerRG \
8181
--vnet-name myVirtualNetwork \
82-
--address-prefix 10.0.0.0/24)
82+
--address-prefix 10.0.0.0/24
8383
```
8484
8585
1. Make note of the RouteServerSubnet ID. To obtain and store the resource ID of the *RouteServerSubnet* to the `subnet_id` variable, use [az network vnet subnet show](/cli/azure/network/vnet/subnet#az_network_vnet_subnet_show):

0 commit comments

Comments
 (0)