|
66 | 66 | "uniqueStorageAccountContainerName": "[concat('sc', resourceGroup().name)]", |
67 | 67 | "imagePublisher": "MicrosoftWindowsServer", |
68 | 68 | "imageOffer": "WindowsServer", |
| 69 | + "vnetAddressRange": "10.0.0.0/16", |
| 70 | + "subnetAddressRange": "10.0.0.0/24", |
69 | 71 | "dnsServerPrivateIp": "10.0.0.4", |
70 | 72 | "subnet-id": "[concat(resourceId('Microsoft.Network/virtualNetworks',parameters('adVnetName')),'/subnets/',parameters('adSubnetName'))]", |
71 | 73 | "publicIpRef": "publicIp", |
|
123 | 125 | "apiVersion": "2015-06-15", |
124 | 126 | "type": "Microsoft.Compute/availabilitySets", |
125 | 127 | "name": "gw-availabilityset", |
126 | | - "location": "[resourceGroup().location]", |
127 | | - "properties": {} |
| 128 | + "location": "[resourceGroup().location]" |
128 | 129 | }, |
129 | 130 | { |
130 | 131 | "apiVersion": "2015-06-15", |
131 | 132 | "type": "Microsoft.Compute/availabilitySets", |
132 | 133 | "name": "cb-availabilityset", |
133 | | - "location": "[resourceGroup().location]", |
134 | | - "properties": {} |
| 134 | + "location": "[resourceGroup().location]" |
135 | 135 | }, |
136 | 136 | { |
137 | 137 | "apiVersion": "2015-06-15", |
138 | 138 | "type": "Microsoft.Compute/availabilitySets", |
139 | 139 | "name": "rdsh-availabilityset", |
140 | | - "location": "[resourceGroup().location]", |
141 | | - "properties": {} |
| 140 | + "location": "[resourceGroup().location]" |
142 | 141 | }, |
143 | 142 | { |
144 | 143 | "apiVersion": "2015-06-15", |
|
345 | 344 | "resources": [ |
346 | 345 | { |
347 | 346 | "apiVersion": "2015-06-15", |
348 | | - "type": "extensions", |
| 347 | + "type": "Microsoft.Compute/virtualMachines/extensions", |
349 | 348 | "name": "gw-vm/gateway", |
350 | 349 | "location": "[resourceGroup().location]", |
351 | 350 | "dependsOn": [ |
|
430 | 429 | "resources": [ |
431 | 430 | { |
432 | 431 | "apiVersion": "2015-06-15", |
433 | | - "type": "extensions", |
| 432 | + "type": "Microsoft.Compute/virtualMachines/extensions", |
434 | 433 | "name": "[concat('rdsh-', copyindex(),'/sessionhost')]", |
435 | 434 | "location": "[resourceGroup().location]", |
436 | 435 | "dependsOn": [ |
|
0 commit comments