Skip to content

Commit 4623a07

Browse files
authored
Merge pull request #205559 from davidsmatlak/ds-vnet-combo-0721
Updates sample output
2 parents bd44ece + 5c58771 commit 4623a07

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/azure-resource-manager/managed-applications/microsoft-network-virtualnetworkcombo.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,22 @@ When the user picks an existing virtual network, the user must map each subnet t
8181
```json
8282
{
8383
"name": "vnet01",
84-
"resourceGroup": "rg01",
85-
"addressPrefixes": ["10.0.0.0/16"],
84+
"resourceGroup": "demoRG",
85+
"addressPrefixes": [
86+
"10.0.0.0/16"
87+
],
88+
"addressPrefix": "10.0.0.0/16",
8689
"newOrExisting": "new",
8790
"subnets": {
8891
"subnet1": {
8992
"name": "subnet-1",
9093
"addressPrefix": "10.0.0.0/24",
91-
"startAddress": "10.0.0.1"
94+
"startAddress": "10.0.0.4"
9295
},
9396
"subnet2": {
9497
"name": "subnet-2",
9598
"addressPrefix": "10.0.1.0/26",
96-
"startAddress": "10.0.1.1"
99+
"startAddress": "10.0.1.4"
97100
}
98101
}
99102
}

0 commit comments

Comments
 (0)