Azure Fundamental: IaaS, PaaS, SaaS

Jiadong Chen
The Programmer In Kiwiland
2 min readJul 19, 2020

--

When talking about the topic of cloud computing services, you must have heard of these concepts, Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). They are the three major service categories provided by cloud providers. It is important to understand what they are and what is the difference between them because they will appear on various occasions where cloud computing services are discussed.

Infrastructure as a Service (IaaS)

As you can see in the image above, IaaS is the most flexible category of cloud services. Instead of buying hardware, with IaaS, you rent IT infrastructure servers and virtual machines (VMs), storage, networks, and operating systems from Microsoft on a pay-as-you-go basis, and you are responsible for managing the operating systems, data, and applications.

Therefore, Azure virtual machines are Infrastructure as a Service (IaaS) and Azure page blobs are the backbone of the virtual disks platform for Azure IaaS.

Platform as a Service (PaaS)

As you can see in the image above, a PaaS solution requires less user management and does not provide access to the operating system. That means that the PaaS is a complete development and deployment environment in the cloud and…

--

--

Jiadong Chen
The Programmer In Kiwiland

Microsoft MVP, MCT | Azure Certified Solutions Architect & Cybersecurity Architect Expert | Member of .NET Foundation | Packt Author