Forum Discussion
DrewKling
Apr 17, 2020Copper Contributor
Deploy applications to WVD Host Pool
I'm looking for a way to deploy applications to the host pool virtual machines. I haven't had much luck finding a scalable way to do this. Do the applications have to be on the image I use already? A...
virtualmanc
Apr 19, 2020Iron Contributor
DrewKling How do you manage applications in your existing environment?? Use a similar method in WVD to install the applications inside your master image.
So say if you do manual install, just create a VM in Azure from the gallery, install your required applications into that master image and then use that master image to deploy your WVD Host pool with.
DrewKling
Apr 20, 2020Copper Contributor
virtualmanc thanks for the reply. I know that's possible but what about when a host pool is already created, how do I add applications to the current VMs. Is a manual install the only way?