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
- Permissions: below are the minimum required roles on the target subscription to deploy this solution.
- Owner
New-AzDeployment `
-Location '<Azure location>' `
-TemplateFile 'https://raw.githubusercontent.com/jamasten/avdaccelerator/main/workload/arm/brownfield/deployCustomImageTemplatesPrerequisites.json' `
-Verbose
az deployment sub create \
--location '<Azure location>' \
--template-uri 'https://raw.githubusercontent.com/jamasten/avdaccelerator/main/workload/arm/brownfield/deployCustomImageTemplatesPrerequisites.json'