Skip to content

Commit d5b13d3

Browse files
authored
Merge pull request #767 from Azure/custom-image-fix
Custom Image deployment fixes and Q2 2025 updates
2 parents 900a536 + d037280 commit d5b13d3

File tree

5 files changed

+7025
-2730
lines changed

5 files changed

+7025
-2730
lines changed

avm/1.1.0/res/compute/gallery/image/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ resource image 'Microsoft.Compute/galleries/images@2024-03-03' = {
180180
osState: osState
181181
osType: osType
182182
privacyStatementUri: privacyStatementUri
183-
purchasePlan: purchasePlan ?? null
183+
//purchasePlan: purchasePlan ?? null
184184
recommended: { vCPUs: vCPUs, memory: memory }
185185
releaseNoteUri: releaseNoteUri
186186
}

readme.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,11 @@ The brownfield, add-ons and tools section, contains templates to deploy addition
7070

7171
### Custom image build
7272

73-
[Getting Started](/workload/docs/getting-started-custom-image-build.md) deploying a custom image based on the latest version of the Azure marketplace image to an Azure Compute Gallery. The following images are offered:
73+
[Getting Started](/workload/docs/getting-started-custom-image-build.md) deploying a custom image based on the latest version of the Azure marketplace image to an Azure Compute Gallery.
7474

75-
- Windows 10 22H2 (Gen 2)
76-
- Windows 11 22H2 (Gen 2)
77-
- Windows 11 23H2 (Gen 2)
78-
- Windows 11 24H2 (Gen 2)
79-
- Windows 10 22H2 with O365 (Gen 2)
80-
- Windows 11 22H2 with O365 (Gen 2)
81-
- Windows 11 23H2 with O365 (Gen 2)
82-
- Windows 11 24H2 with O365 (Gen 2)
75+
You can select to enable the Trusted Launch or Confidential VM security type feature on the Azure Compute Gallery image definition.
8376

84-
You can also select to enable the Trusted Launch or Confidential VM security type feature on the Azure Compute Gallery image definition.
85-
86-
Custom image is optimized using [Virtual Desktop Optimization Tool (VDOT)](https://github.com/The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool) and patched with the latest Windows updates.
77+
Custom image is patched with the latest Windows updates.
8778

8879
| Deployment Type | Link |
8980
|:--|:--|

0 commit comments

Comments
 (0)