Skip to content

Commit 5cde482

Browse files
committed
Updating field description
1 parent 55838f7 commit 5cde482

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,9 @@ vnetConfig: {
17261726
Resource id of a pre-existing subnet on which the build VM and validation VM will be deployed.
17271727

17281728
#### containerInstanceSubnetId (optional)
1729-
Resource id of a pre-existing subnet on which Azure Container Instance (ACI) will be deployed for [Isolated Builds](../security-isolated-image-builds-image-builder.md). This property is only available in API versions `2024-02-01` or newer though existing templates created using earlier API versions can be updated to specify this property.
1729+
Resource id of a pre-existing subnet on which Azure Container Instance (ACI) will be deployed for [Isolated Builds](../security-isolated-image-builds-image-builder.md). If this field is not specified then a temporary Virtual Network, along with subnets and Network Security Groups, will be deployed in the staging resource group in addition to other networking resources (Private Endpoint, Private Link Service, Azure Load Balancer, and the Proxy VM) to enable communication between the ACI and the build VM.
1730+
1731+
*[This property is only available in API versions `2024-02-01` or newer though existing templates created using earlier API versions can be updated to specify this property.]*
17301732

17311733
This field may be specified only if `subnetId` is also specified and must meet the following requirements:
17321734
- This subnet must be on the same Virtual Network as the subnet specified in `subnetId`.

0 commit comments

Comments
 (0)