Skip to content

Commit 737d970

Browse files
Merge pull request #246257 from ericd-mst-github/erd-aib-updates
AIB SQL WinRM connection configuration updates
2 parents c8bd5d4 + 32da4c3 commit 737d970

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

articles/virtual-machines/image-builder-overview.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure VM Image Builder overview
33
description: In this article, you learn about VM Image Builder for virtual machines in Azure.
44
author: sumit-kalra
55
ms.author: sukalra
6-
ms.date: 05/30/2023
6+
ms.date: 07/31/2023
77
ms.topic: conceptual
88
ms.service: virtual-machines
99
ms.subservice: image-builder
@@ -151,6 +151,20 @@ VM Image Builder supports the following Azure Marketplace base operating system
151151
> [!NOTE]
152152
> You can now use the Azure Image Builder service inside the portal as of March 2023. [Get started](https://ms.portal.azure.com/#create/Microsoft.ImageTemplate) with building and validating custom images inside the portal.
153153
154+
## Confidential VM and Trusted Launch Support
155+
156+
VM Image Builder has extended support for TrustedLaunchSupported and ConfidentialVMSupported images, with certain constraints. Below is the list of constraints:
157+
158+
| SecurityType | Support status |
159+
|--------------|----------------|
160+
| TrustedLaunchSupported | Support as a source image for image builds |
161+
| ConfidentialVMSupported | Support as a source image for image builds |
162+
| TrustedLaunch | Not supported as a source image |
163+
| ConfidentialVM | Not supported as a source image |
164+
165+
> [!NOTE]
166+
> When using TrustedLaunchSupported images, it's important that the source and distribute must both be TrustedLaunchSupported for it to be supported. If the source is normal and the distribute is TrustedLaunchSupported, or if the source is TrustedLaunchSupported and the distribute is normal Gen2, it's not supported.
167+
154168
## How it works
155169

156170
VM Image Builder is a fully managed Azure service that's accessible to Azure resource providers. Resource providers configure it by specifying a source image, a customization to perform, and where the new image is to be distributed. A high-level workflow is illustrated in the following diagram:

articles/virtual-machines/linux/image-builder-networking.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Azure VM Image Builder networking options
33
description: Understand the networking options available to you when you deploy the Azure VM Image Builder service.
44
author: kof-f
55
ms.author: kofiforson
6-
ms.reviewer: cynthn
7-
ms.date: 08/10/2020
6+
ms.reviewer: erd
7+
ms.date: 07/25/2023
88
ms.topic: article
99
ms.service: virtual-machines
1010
ms.subservice: image-builder
@@ -46,6 +46,9 @@ If you use an existing virtual network, VM Image Builder deploys an additional V
4646
> The virtual network must be in the same region as the VM Image Builder service region.
4747
>
4848
49+
> [!IMPORTANT]
50+
> The Azure VM Image Builder service modifies the WinRM connection configuration on all Windows builds to use HTTPS on port 5986 instead of the default HTTP port on 5985. This configuration change can impact workflows that rely on WinRM communication.
51+
4952
### Why deploy a proxy VM?
5053

5154
When a VM without a public IP is behind an internal load balancer, it doesn't have internet access. The load balancer used for the virtual network is internal. The proxy VM allows internet access for the build VM during builds. You can use the associated network security groups to restrict the build VM access.

0 commit comments

Comments
 (0)