Skip to content

Commit 7873d2a

Browse files
authored
Updating container instance subnet ID property description
1 parent 2d6e3c1 commit 7873d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/image-builder-api-update-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ New portal functionality has been added for Azure Image Builder. Search “Image
125125
**Improvements**
126126
- New `autoRun` property which allows you to run the image build on template creation or update. For more information, see [Properties: autoRun](../virtual-machines/linux/image-builder-json.md#properties-autorun).
127127
- New `managedResourceTags` property which allows you to apply tags to the resource group and/or resources created by the Azure VM Image Builder service. For more information, see [Properties: managedResourceTags](../virtual-machines/linux/image-builder-json.md#properties-managedresourcetags).
128-
- New `containerInstanceSubnetId` property which allows you to specify a pre-existing subnet on which the build VM and validation VM will be deployed. For more information, see [
128+
- New `containerInstanceSubnetId` property which allows you to specify a subnet on which Azure Container Instance will be deployed for Isolated Builds. This field may be specified only if `subnetId` is also specified and must be on the same Virtual Network as the subnet specified in `subnetId`. For more information, see [
129129
Bring your own Build VM subnet and bring your own ACI subnet](./security-isolated-image-builds-image-builder.md#bring-your-own-build-vm-subnet-and-bring-your-own-aci-subnet).
130130
- Added support for updating the `vmProfile` property including the following fields:
131131
- `vmSize`

0 commit comments

Comments
 (0)