Azure Virtual Desktop VMs with custom apps

AdamLowe-7183 91 Reputation points
2024-08-27T21:32:35.7966667+00:00

Hi all, I am setting up a Win11 environment in AVD and am needing to install several apps while also keeping them updated. What is the best way to do this? Some of the apps include - Visual Studio Community Edition, VS Code, SSMS 2022, Notepad++, Azure Storage Explorer, etc. How do you guys typically do this?

Thanks!

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
0 comments No comments
{count} votes

Accepted answer
  1. Prrudram-MSFT 24,366 Reputation points
    2024-08-28T08:11:40.0566667+00:00

    Hi @AdamLowe-7183
    You can create a custom image with all the required applications pre-installed. https://video2.skills-academy.com/en-us/azure/virtual-desktop/set-up-customize-master-image
    Create an Azure Virtual Desktop image by using VM Image Builder and PowerShell
    https://video2.skills-academy.com/en-us/azure/virtual-machines/windows/image-builder-virtual-desktop?source=recommendations

    This approach can be time-consuming for once but it ensures that all the required applications are available in the environment.
    Other method i can think of is Use a script or configuration management tool

    You can use a script or configuration management tool like PowerShell DSC or Ansible to install and configure the required applications. This approach allows you to automate the installation and configuration process, making it easier to manage and update the applications.

    If I have answered your query, please click "Accept as answer" as a token of appreciation


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.