Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.96 KB

File metadata and controls

34 lines (23 loc) · 1.96 KB

Custom Image Templates (CIT) Prerequisites

This solution will deploy the prerequisites for AVD Custom Image Templates as described in the following article:

Use custom image templates to create custom images in Azure Virtual Desktop | Microsoft Learn

Requirements

  • Permissions: below are the minimum required roles on the target subscription to deploy this solution.
    • Owner

Deployment Options

Azure Portal

Deploy to Azure Deploy to Azure Gov

PowerShell

New-AzDeployment `
    -Location '<Azure location>' `
    -TemplateFile 'https://raw.githubusercontent.com/jamasten/avdaccelerator/main/workload/arm/brownfield/deployCustomImageTemplatesPrerequisites.json' `
    -Verbose

Azure CLI

az deployment sub create \
    --location '<Azure location>' \
    --template-uri 'https://raw.githubusercontent.com/jamasten/avdaccelerator/main/workload/arm/brownfield/deployCustomImageTemplatesPrerequisites.json'