Skip to content

Commit 9afb99f

Browse files
authored
Merge pull request #91730 from basnijholt/patch-3
VNET is now supported for Azure Image Builder DevOps task
2 parents 6c2ab3b + 6055840 commit 9afb99f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ 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/azure/virtual-machines/linux/image-builder-networking for more information.
8587
8688
### Source
8789

0 commit comments

Comments
 (0)