AZ-900 Microsoft Azure Fundamentals 2020

Sign Up Free or Log In to participate!

Is “Azure SQL Server” IaaS or Saas?

In the video, the instructor says that O365, Azure SQL Server and Azure active directory are examples of Saas solutions. Why does "Azure SQL server" falls into the Saas category?

https://learn.acloud.guru/course/az-900-microsoft-azure-fundamentals/learn/cloud-concepts/cloud-services-models/watch
2:15 min

3 Answers

The term Azure SQL Server is mistakenly used here because there’s no official product name like that.

For solutions of running SQL Server DBMS on Azure, you have:

  • Azure SQL Databases, SQL Edge and Azure SQL Managed Instance, which are PaaS solutions.

  • SQL Server in Azure VM, which is a IaaS solution.

A SaaS solution is what you typically subscribe/rent and use it without any hassle of provisioning anything, which Microsoft 365 and Azure Active Directory are examples.

Azure SQL or SQL Managed Instances are usually referred to as PaaS i.e. Platform as a Service, somewhere between IaaS (where you have access to the OS) and SaaS (where you only have access to the front-end). PaaS allows you access to the DB platform, without access to the underlying OS.

Hi Marco,

Thanks a ton for bringing this glitch to my attention. I will fix it in the next round of updates 😊

Cheers,
Lars

Marco Pinto

Hi Lars, Thank you for providing such a great and enjoyable content for all of us.

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?