You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/image-builder-json.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1729,14 +1729,9 @@ Resource id of a pre-existing subnet on which the build VM and validation VM wil
1729
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.
1730
1730
1731
1731
This field may be specified only if `subnetId` is also specified and must meet the following requirements:
1732
-
- It must not be the same subnet as the one specified in `subnetId`.
1733
-
- It must be on the same Virtual Network as the subnet specified in `subnetId`.
1734
-
- There must be a network path from the ACI subnet to the Build VM subnet. This is required so that the container instance running in the ACI can connect to the Build VM over ssh/WinRM to perform customizations & validations. Specifically, if there are Network Security Groups (NSGs) associated with the ACI and Build VM subnets then they must allow access from the ACI subnet to the Build VM subnet on port 5986 (for Windows) or port 22 (for Linux).
1735
-
- This subnet needs to be delegated to the ACI service so that it can be used to deploy ACI resources . This can be achieved in one of the two ways:
1736
-
- You manage the delegation: The subnet must be delegated to ACI and must contain no resources (or only other ACI resources).
1737
-
- AIB manages the delegation: The subnet must not be delegated to any service and must contain no resources.
1738
-
1739
-
You can read more about subnet delegation for Azure services [here](../../virtual-network/manage-subnet-delegation.md). ACI specific subnet delegation information is available [here](../../container-instances/container-instances-virtual-network-concepts.md).
1732
+
- This subnet must be on the same Virtual Network as the subnet specified in `subnetId`.
1733
+
- This subnet must not be the same subnet as the one specified in `subnetId`.
1734
+
- This subnet must be delegated to the ACI service so that it can be used to deploy ACI resources. You can read more about subnet delegation for Azure services [here](../../virtual-network/manage-subnet-delegation.md). ACI specific subnet delegation information is available [here](../../container-instances/container-instances-virtual-network-concepts.md).
1740
1735
1741
1736
#### proxyVmSize (optional)
1742
1737
Size of the proxy virtual machine used to pass traffic to the build VM and validation VM. This must not be specified if `containerInstanceSubnetId` is specified because no proxy virtual machine is deployed in that case. Omit or specify empty string to use the default (Standard_A1_v2).
0 commit comments