1 Answers
Hi Leyden,
A virtual machine on Azure is Infrastructure as a Service, which means you don’t worry about the infrastructure (hardware, connectivity, power etc.), but you are responsible for everything that runs on the VM, in terms of software. That includes the OS, any application, any patches to these, any security settings and all configuration.
If you want Azure to manage the version of software, you need Platform as a Service, such as Azure SQL or Azure DevOps.
I hope this helps.
Cheers,
Lars