From 5d6f295a0574e1c2702522fd682f50560fc2fcad Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Thu, 16 Dec 2021 21:30:00 +0300 Subject: [PATCH] Remove the title and move the block about Azure (#4759) --- docs/create-image-and-azure-resources.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/create-image-and-azure-resources.md b/docs/create-image-and-azure-resources.md index 1f2676b86..912def666 100644 --- a/docs/create-image-and-azure-resources.md +++ b/docs/create-image-and-azure-resources.md @@ -15,8 +15,7 @@ After successful image generation, a snapshot of the temporary VM will be conver - `Azure Az Powershell module` - https://docs.microsoft.com/en-us/powershell/azure/install-az-ps - `Git for Windows` - https://gitforwindows.org/ -### Azure DevOps self-hosted pool requirements -To connect to a temporary VM packer use WinRM or SSH connections on public IP interfaces. +> To connect to a temporary VM packer uses WinRM or SSH connections on public IP interfaces. If you use a build agent located in an Azure subscription, please make sure that HTTPS/SSH ports are allowed for incoming/outgoing connections. In case of firewall restrictions, prohibiting connections from public addresses, private virtual network resources can be deployed and passed as arguments to the packer. This approach allows virtual machines to use private connections inside VLAN.