-1

I have a requirement of Windows version 1809/build 17763 VM on azure for some task. I choked and was not able to find the VM on azure. How can I setup windows VM with above version/build

so9868
  • 105
  • 10
  • `I have a requirement of Windows version 1809` why? That's an unsupported version. Windows 10 is a service offering, which means unless you run a Long-Term Support version, a version is only supported for around 18 months. What task do you want to run that requires an unsupported version of Windows 10? – Panagiotis Kanavos Apr 19 '21 at 06:23
  • How's going? Has your issue got resolved? – Stanley Gong Apr 20 '21 at 03:26

1 Answers1

0

You can create a VHD with Windows OS version you need locally then upload this VHD to Azure and use this VHD to create a managed image so that you can create VMs by this managed image.

For detailed steps see this official doc.

Btw, I noticed that there is a VM image based on windows server 1809, you can find it while creating VMs => see all images: enter image description here enter image description here

Stanley Gong
  • 11,522
  • 1
  • 8
  • 16
  • Windows 10 1809 is already out of support, so unless someone has an MSDN subscription or bought an LTS version, it's impossible to install 1809 – Panagiotis Kanavos Apr 19 '21 at 06:24