Skip to content

Commit 8287191

Browse files
authored
VNET is now supported for Azure Image Builder DevOps task
1 parent 72bbd4f commit 8287191

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/virtual-machines/linux/image-builder-devops-task.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,12 @@ Image Builder requires a Managed Identity, which it uses to read source custom i
8181
8282
### VNET Support
8383
84-
Currently the DevOps task does not support specifying an existing Subnet, this is on the roadmap, but if you want to utilize an existing VNET, you can use an ARM template, with an Image Builder template nested inside, please see the Windows Image Builder template examples on how this is achieved, or alternatively use [AZ AIB PowerShell](../windows/image-builder-powershell.md).
84+
The VM that is created can be configured to be in a specific VNET.
85+
Provide the resource id of a pre-existing subnet in the 'VNet Configuration (Optional)' input field when configuring the task.
86+
Omit if no specific virtual network needs to be used. Review https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-networking for more information.
87+
88+
89+
does not support specifying an existing Subnet, this is on the roadmap, but if you want to utilize an existing VNET, you can use an ARM template, with an Image Builder template nested inside, please see the Windows Image Builder template examples on how this is achieved, or alternatively use [AZ AIB PowerShell](../windows/image-builder-powershell.md).
8590
8691
### Source
8792

0 commit comments

Comments
 (0)