Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion avm/1.1.0/res/compute/gallery/image/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ resource image 'Microsoft.Compute/galleries/images@2024-03-03' = {
osState: osState
osType: osType
privacyStatementUri: privacyStatementUri
purchasePlan: purchasePlan ?? null
//purchasePlan: purchasePlan ?? null
recommended: { vCPUs: vCPUs, memory: memory }
releaseNoteUri: releaseNoteUri
}
Expand Down
15 changes: 3 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,11 @@ The brownfield, add-ons and tools section, contains templates to deploy addition

### Custom image build

[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:
[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.

- Windows 10 22H2 (Gen 2)
- Windows 11 22H2 (Gen 2)
- Windows 11 23H2 (Gen 2)
- Windows 11 24H2 (Gen 2)
- Windows 10 22H2 with O365 (Gen 2)
- Windows 11 22H2 with O365 (Gen 2)
- Windows 11 23H2 with O365 (Gen 2)
- Windows 11 24H2 with O365 (Gen 2)
You can select to enable the Trusted Launch or Confidential VM security type feature on the Azure Compute Gallery image definition.

You can also select to enable the Trusted Launch or Confidential VM security type feature on the Azure Compute Gallery image definition.

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.
Custom image is patched with the latest Windows updates.

| Deployment Type | Link |
|:--|:--|
Expand Down
Loading
Loading