Forum Discussion
Subodh_Sohoni
May 13, 2020Copper Contributor
WVD - Visual Studio 2019 on Windows 10 - Image not available.
I am trying to create a host pool (in Southeast Asia) and add VMs to it using portal. I have selected the VM Image of Visual Studio 2019 (Tried with Community and Enterprise) on Windows 10. This imag...
- Jun 02, 2020
Subodh_Sohoni if you run
$locName="southeastasia"Get-AzVMImagePublisher -Location $locName | Select microsoftvisualstudioyou will see that there are no images from that publisher in Southeastasia region. I would advise to escalate to Azure support and file a bug on the images not being available outside. Alternatively deploy a windows 10 enterprise and manually install VS.
Stefan Georgiev
Jun 02, 2020Former Employee
Subodh_Sohoni if you run
$locName="southeastasia"
Get-AzVMImagePublisher -Location $locName | Select microsoftvisualstudio
you will see that there are no images from that publisher in Southeastasia region. I would advise to escalate to Azure support and file a bug on the images not being available outside. Alternatively deploy a windows 10 enterprise and manually install VS.