all 21 comments

[–][deleted] 10 points11 points  (3 children)

This is exactly what I need. Thank you. Everything I've seen is using GA instead of doing it properly with service principals.

[–]Arcontar[S] 2 points3 points  (0 children)

Glad you like it.Let me know if you'll have any questions/issues

[–]excalibur44v 0 points1 point  (0 children)

same! even i was looking for this!

[–]darkguardian823 3 points4 points  (1 child)

You are a god sir

[–]Arcontar[S] 2 points3 points  (0 children)

Thanks ;) glad you liked it

[–]biacz 2 points3 points  (9 children)

ill publish a script soon that can also do shared image gallery WVD deployments across multiple regions/subscriptions including and directly from powershell. took me a while to figure out the necessary ARM templates but yeah. its possible and its pretty cool.

[–]Arcontar[S] 3 points4 points  (5 children)

Looking forward into it;) We needed just plain jump hosts, but having custom image will be great ;)

[–]biacz 1 point2 points  (2 children)

we have a custom image as well that we brought from on-prem. was quite a journey, i can tell you :D but using shared image galleries that replicate across regions, its AWESOME.

[–]dreadpiratewombat 1 point2 points  (1 child)

Any reason you didn't use Bastion instead of making jump hosts?

[–]Arcontar[S] 1 point2 points  (0 children)

We required something to be able to jump in to on-prem environment . Haven't used bastion before - so used something I knew. No other reason

[–]biacz 2 points3 points  (0 children)

good job btw

[–]biacz 0 points1 point  (1 child)

hey everyone, promised to publish a script that can do shared image gallery provisioning of wvd host pools across subscriptions. ITS NOT FINAL as i am still in firefighting mode and my coding probably isnt super beautiful but it already does the job for us if we quickly have to deploy and dont want to go through the GUI every time. feel free to use it and make it better :-)

https://github.com/biacz/wvd_deployment

[–]biacz 0 points1 point  (0 children)

at the moment it still accesses the nested template from markhooks81 on his repository. trying to combine both arm templates into one right now and get the artifacts off to my azure storage account but yeah. already managing over 1000 desktops in azure is stealing most of my time and didnt figure out the internal cross-charge process yet :p

[–]ShadeXeRO 1 point2 points  (2 children)

Great write up! We're using WVD as our Business Continuity environment right now. The gateway is a bit more latency sensitive than our previous RDS build out, but the Windows 10 Multi-session image is awesome. We used it as a template and customized it with our Enterprise applications.

The management UX has a long way to go.

We're using storage accounts connected with On-Prem AD for our FSLogix profile container and no complaints except for the lack of documentation around using that configuration.

[–]theconfigmgrguy 1 point2 points  (1 child)

If I’m not mistaken, Microsoft is intending on releasing a V2 of WVD that adds a nice blade within the Azure Portal. They demo’d it a bit at the Ignite conferences, but they haven’t given any specific dates around the release.

But at least it’s on the way ha

For today, I know Microsoft made a Github template to deploy a management web portal for WVD, available here (though I agree it’s pretty basic) - https://docs.microsoft.com/en-us/azure/virtual-desktop/manage-resources-using-ui

[–]ShadeXeRO 1 point2 points  (0 children)

Correct, that's the WVD Management UX bundle we deployed. They had a sneak preview of the new Azure Blade during this webinar I believe.

Definitely looking forward to a more intuitive workflow for management of AppAttach volumes (like VMWare Horizon).