Skip to content

Commit d92c449

Browse files
committed
fix
1 parent 7332618 commit d92c449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/files/storage-files-configure-s2s-vpn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ For more options, see the documentation for the [New-AzVirtualNetworkGatewayConn
436436

437437
Run the following commands to create the site-to-site VPN connection between your virtual network gateway and your on-premises device. Be sure to replace the values with your own. The shared key must match the value you used for your VPN device configuration.
438438

439-
For more options, see the documentation for the [az network vnet create](/cli/azure/network/vnet?view=azure-cli-latest#az-network-vnet-create) command.
439+
For more options, see the documentation for the [az network vnet create](/cli/azure/network/vnet#az-network-vnet-create) command.
440440

441441
```azurecli-interactive
442442
az network vpn-connection create --name VNet1toSite1 --resource-group <resource-group> --vnet-gateway1 MyVnetGateway -l eastus --shared-key abc123 --local-gateway MyLocalGateway

0 commit comments

Comments
 (0)