Hi,
I have the following requirements for a Azure VM that I must spin up at the end of every CI build from Azure DevOps and then domain join this VM on my intranet for running continuous tests (CT). I want to do all this using powershell Az cmdlets
OS
- Windows Server 2016 Data Center Edition
Software:
- IIS
- .Net Core 2.2
- Visual Studio 2017 latest edition
- JRE latest edition
- Google chrome latest edition
How do I go about setting this up? What is the closest available virtual machine image suitable for my requirement?
At the moment I am referring to this article, but I still have lots of ground to cover here:
Thanks,