Microsoft Azure VMs IaaS or PaaS?
Asked Answered
M

5

9

I would like some clarification on whether Azure VM's are strictly IaaS or can be PaaS depending on the amount responsibilities the creator/user has.

I've seen multiple different website saying VM are ONLY IaaS since you require an operating system, and others saying VM can be PaaS if a specific OS is specified on creation.

Any insight the community can provide will be very helpful, Thanks!

Musick answered 4/5, 2020 at 20:41 Comment(0)
A
4

A VM is generally considered Infrastructure-as-a-Service, as you retain responsibility for patching and managing the Virtual Machine Operating System.

And even though there are Marketplace VM offerings that are completely pre-configured and even auto-updating, the responsibility for maintaining those solutions after deployment is the main way IaaS and PaaS are distinguished.

At the end of the day IaaS and PaaS are not precise technical terms. You can have PaaS services that require significant configuration and ongoing maintenance, and IaaS services that are completely managed.

Adhesive answered 4/5, 2020 at 20:48 Comment(4)
My reason for asking this is because my team and I are studying for the AZ900 Azure Fundamentals exam. Some of the questions asked, are to group resources into IaaS, PaaS and SaaS. VM's are one of the items asked to be grouped, but as best we can tell it is dependent on the type of VM and cannot find a solid answer in which to service to group them under.Musick
For that purpose VMs would be classified as IaaS.Adhesive
Your last phrase isn't correct.... There is a difference between IaaS and PaaS. The difference lies in what you can or are allowed to manage. On a VM you can manage the OS or the software on the VM. So a VM is a IaaS solution.Encaenia
Right, but it's a little more complicated than that. On the below chart, App Services for Containers, ACI, and AKS would be IaaS as they are bring-your-own Runtime/Middleware. And there is managed patching and backup for Azure VMs.Adhesive
E
3

VM's are IAAS (Infrastructure as a service) because on a VM you can manage what operation system runs and what software is installed.

enter image description here

On a PAAS you only manage the software or application that runs in the cloud. (Like app services)

Encaenia answered 5/10, 2020 at 15:16 Comment(0)
G
0

I've just been through Microsoft's AZ900 training at it states:

Azure Virtual Machines (VM) are software emulations of physical computers.

  • Includes virtual processor, memory, storage, and networking.
  • IaaS offering that provides total control and customization.
Gourmandise answered 17/6, 2022 at 8:9 Comment(0)
H
-1

It's both. Like IaaS, PaaS includes infrastructure—servers, storage, and networking—but also middleware, development tools, business intelligence (BI) services, database management systems, and more. PaaS is designed to support the complete web application lifecycle: building, testing, deploying, managing, and updating. https://azure.microsoft.com/en-us/overview/what-is-paas/

Hypersthene answered 22/9, 2021 at 9:8 Comment(0)
D
-1

example Az900 test questions: VM with installed SQL is PaaS

Drone answered 1/11, 2022 at 15:53 Comment(1)
As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.Burdine

© 2022 - 2024 — McMap. All rights reserved.