Skip to content

Instantly share code, notes, and snippets.

@alventech
Last active April 23, 2021 11:30
Show Gist options
  • Save alventech/ce64a9869ab9bce749f03fa4236d0012 to your computer and use it in GitHub Desktop.
Save alventech/ce64a9869ab9bce749f03fa4236d0012 to your computer and use it in GitHub Desktop.
Azure VM Image Builder Task
steps:
- task: AzureImageBuilder.devOps-task-for-azure-image-builder.custom-build-release-task.AzureImageBuilderTask@1
displayName: 'Azure VM Image Builder Task'
inputs:
managedIdentity: '/subscriptions/0000-0000-000-0000-00000000/resourceGroups/AIB_Managed_Identity/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id-aib-poc'
imageSource: marketplace
baseImage: 'MicrosoftWindowsDesktop:Windows-10:19h1-evd'
baseImagePubOfferSku: 'MicrosoftWindowsDesktop:windows-10:20h2-evd '
provisioner: powershell
windowsUpdateProvisioner: true
packagePath: '$(System.DefaultWorkingDirectory)/_WVD_POC/WVD'
inlineScript: '''& set-executionpolicy remotesigned -scope Process -Force; c:\BuildArtifacts\WVD\win10.ps1'''
storageAccountName: aibstagstor1594899547
distributeType: sig
galleryImageId: '/subscriptions/0000-0000-000-0000-00000000/resourceGroups/aib/providers/Microsoft.Compute/galleries/SIGmvp/images/win10images'
replicationRegions: 'westeurope,northeurope'
ibSubscription: 'ALVENTECH (0000-0000-000-0000-00000000)'
ibAzureResourceGroup: aib-poc-rg
ibLocation: westeurope
vmSize: 'Standard_D2s_v3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment