Skip to content

Commit 1bada22

Browse files
authored
Merge pull request #204341 from cherylmc/patch-1
Update create-routebased-vpn-gateway-cli.md
2 parents c104f47 + 5e7ca1d commit 1bada22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/vpn-gateway/create-routebased-vpn-gateway-cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,21 @@ The response looks similar to this:
108108
"etag": "W/\"6c61f8cb-d90f-4796-8697\"",
109109
"gatewayDefaultSite": null,
110110
"gatewayType": "Vpn",
111-
"id": "/subscriptions/<subscription ID>/resourceGroups/TestRG11/providers/Microsoft.Network/virtualNetworkGateways/VNet1GW",
111+
"id": "/subscriptions/<subscription ID>/resourceGroups/TestRG1/providers/Microsoft.Network/virtualNetworkGateways/VNet1GW",
112112
"ipConfigurations": [
113113
{
114114
"etag": "W/\"6c61f8cb-d90f-4796-8697\"",
115-
"id": "/subscriptions/<subscription ID>/resourceGroups/TestRG11/providers/Microsoft.Network/virtualNetworkGateways/VNet1GW/ipConfigurations/vnetGatewayConfig0",
115+
"id": "/subscriptions/<subscription ID>/resourceGroups/TestRG1/providers/Microsoft.Network/virtualNetworkGateways/VNet1GW/ipConfigurations/vnetGatewayConfig0",
116116
"name": "vnetGatewayConfig0",
117117
"privateIpAllocationMethod": "Dynamic",
118118
"provisioningState": "Updating",
119119
"publicIpAddress": {
120-
"id": "/subscriptions/<subscription ID>/resourceGroups/TestRG11/providers/Microsoft.Network/publicIPAddresses/VNet1GWIP",
120+
"id": "/subscriptions/<subscription ID>/resourceGroups/TestRG1/providers/Microsoft.Network/publicIPAddresses/VNet1GWIP",
121121
"resourceGroup": "TestRG1"
122122
},
123123
"resourceGroup": "TestRG1",
124124
"subnet": {
125-
"id": "/subscriptions/<subscription ID>/resourceGroups/TestRG11/providers/Microsoft.Network/virtualNetworks/VNet1/subnets/GatewaySubnet",
125+
"id": "/subscriptions/<subscription ID>/resourceGroups/TestRG1/providers/Microsoft.Network/virtualNetworks/VNet1/subnets/GatewaySubnet",
126126
"resourceGroup": "TestRG1"
127127
}
128128
}
@@ -151,7 +151,7 @@ To view the public IP address assigned to your gateway, use the following exampl
151151
```azurecli-interactive
152152
az network public-ip show \
153153
--name VNet1GWIP \
154-
--resource-group TestRG11
154+
--resource-group TestRG1
155155
```
156156

157157
The value associated with the **ipAddress** field is the public IP address of your VPN gateway.

0 commit comments

Comments
 (0)