Skip to content

Commit 86bed3f

Browse files
authored
Reverting changes to image-builder-networking.md
Reverting back to original to avoid potential merge conflicts with Sumit's PR.
1 parent b2dfb91 commit 86bed3f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/virtual-machines/linux/image-builder-networking.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,18 @@ The deployed proxy VM size is *Standard A1_v2*, in addition to the build VM. The
5858
### Image template parameters to support the virtual network
5959

6060
```json
61-
"vnetConfig": {
62-
"subnetId": "",
61+
"VirtualNetworkConfig": {
62+
"name": "",
63+
"subnetName": "",
64+
"resourceGroupName": ""
6365
},
6466
```
6567

6668
| Setting | Description |
6769
|---------|---------|
68-
| `subnetId` | The resource id of a pre-existing subnet on which the build VM and validation VM will be deployed. |
70+
| `name` | (Optional) The name of a pre-existing virtual network. |
71+
| `subnetName` | The name of the subnet within the specified virtual network. You must specify this setting if, and only if, the `name` setting is specified. |
72+
| `resourceGroupName` | The name of the resource group containing the specified virtual network. You must specify this setting if, and only if, the `name` setting is specified. |
6973

7074
Private Link requires an IP from the specified virtual network and subnet. Currently, Azure doesn’t support network policies on these IPs. Hence, you must disable network policies on the subnet. For more information, see the [Private Link documentation](../../private-link/index.yml).
7175

0 commit comments

Comments
 (0)