Installing software on Azure VDI VMs

AdamLowe-7183 91 Reputation points
2023-06-06T15:05:22.67+00:00

Hi all, I just setup several Azure Virtual Desktops (VDI) and am needing to install several programs on all of them, such as SSMS, Visual Studio Code, Notepad++, etc. I have a list of about 10 different programs that users are going to use on the VDI's, so I want to try and make this automated the best I can. Can anyone help me with a way to do this? Or if there is a video or guide that would be good to follow? Thanks!!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,790 questions
Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,516 questions
{count} votes

Accepted answer
  1. Luke Murray 11,076 Reputation points MVP
    2023-06-07T00:48:28.2233333+00:00

    Hi, Adam

    You can use PowerShell to do the installation, or even install Chocolatey, then you can create a script 'choco install visual studio' that can run in Custom Extensions.

    Ideally, these will be installed on your AVD image, then the AVD hosts rolled out from that - to keep consistency. Do you create custom images now, or just use the marketplace Windows 11/10 images?

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.