Skip to content

Commit d7b74c1

Browse files
Merge pull request #239387 from RoseHJM/mdb-image-builder
MDB - updates to image builder
2 parents ec10757 + 50e6956 commit d7b74c1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/dev-box/how-to-customize-devbox-azure-image-builder.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ To reduce the complexity of creating VM images, VM Image Builder:
3131

3232
- Can be integrated with Azure Compute Gallery, which creates an image management system for distributing, replicating, versioning, and scaling images globally. Additionally, you can distribute the same resulting image as a virtual hard disk or as one or more managed images, without having to rebuild them from scratch.
3333

34+
> [!IMPORTANT]
35+
> Microsoft Dev Box supports only images that use the security type [Trusted Launch](/azure/virtual-machines/trusted-launch-portal?tabs=portal%2Cportal2) enabled.
36+
3437
## Prerequisites
3538

3639
To provision a custom image that you created by using VM Image Builder, you need:
@@ -41,7 +44,7 @@ To provision a custom image that you created by using VM Image Builder, you need
4144

4245
## Create a Windows image and distribute it to Azure Compute Gallery
4346

44-
The next step is to use Azure VM Image Builder and Azure PowerShell to create an image version in Azure Compute Gallery (formerly Shared Image Gallery) and then distribute the image globally. You can also do this by using the Azure CLI.
47+
The next step is to use Azure VM Image Builder and Azure PowerShell to create an image version in Azure Compute Gallery and then distribute the image globally. You can also do this by using the Azure CLI.
4548

4649
1. To use VM Image Builder, you need to register the features.
4750

@@ -71,7 +74,7 @@ The next step is to use Azure VM Image Builder and Azure PowerShell to create an
7174
'Az.ImageBuilder', 'Az.ManagedServiceIdentity' | ForEach-Object {Install-Module -Name $_ -AllowPrerelease}
7275
```
7376
74-
3. Create variables to store information that you'll use more than once.
77+
3. Create variables to store information that you use more than once.
7578
7679
Copy the following sample code. Replace `<Resource group>` with the resource group that you used to create the dev center.
7780

0 commit comments

Comments
 (0)