Skip to content

Commit 24fe041

Browse files
authored
Updating vnetConfig and subnetId properties
1 parent cfe9fd4 commit 24fe041

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,14 @@ 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-
"VirtualNetworkConfig": {
62-
"name": "",
63-
"subnetName": "",
64-
"resourceGroupName": ""
61+
"vnetConfig": {
62+
"subnetId": ""
6563
},
6664
```
6765

6866
| Setting | Description |
6967
|---------|---------|
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. |
68+
| `subnetId` | Resource ID of a pre-existing subnet on which the build VM and validation VM is deployed. |
7369

7470
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).
7571

0 commit comments

Comments
 (0)