Forum Discussion
garlandtech
Sep 08, 2020Copper Contributor
How do I view the WVD image license?
I created my infrastructure, and can't remember what image I used from the gallery for the hosts in the host pool. I can't, for the life of me, see what they are licensed for, and I need to add Outl...
Stefan Georgiev
Nov 03, 2020Iron Contributor
garlandtech the best way to see what has been deployed is to go to the Resource Group where the session host VMs are. Click on deployments and look at the log. You must see entry starting with vmCreation-linkedTemplate click on that click the Template and then Parameters in there you will see the image being referenced
"artifactsLocation": {
"value": "https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration_10-26-2020.zip"
},
"vmImageVhdUri": {
"value": ""
},
"storageAccountResourceGroupName": {
"value": ""
},
"vmGalleryImageOffer": {
"value": "Windows-10"
},
"vmGalleryImagePublisher": {
"value": "MicrosoftWindowsDesktop"
},
"vmGalleryImageSKU": {
"value": "20h1-evd"
},