
Platform as a service (PaaS) database offerings in Azure require less setup and configuration effort than Infrastructure as a Service (IaaS) database offerings.
Yes
PaaS abstracts away the OS, patching, backups, and much of the infrastructure management. IaaS requires users to configure and manage VMs and databases manually.
Platform as a service (PaaS) database offerings in Azure provide end users with the ability to control and update the operating system version.
No
In PaaS, the OS and platform management are handled by Azure. Users cannot directly control or update the OS version. This is a responsibility difference between IaaS and PaaS.
All relational and non-relational platform as a service (PaaS) database offerings in Azure can be paused to reduce costs.
No
Not all PaaS database services support pausing. For example, Azure SQL Database serverless can auto-pause, but Azure Cosmos DB and provisioned SQL databases cannot. Hence this statement is incorrect.
Correct Responses:
Yes
No
No
Microsoft References
Azure SQL Database – PaaS overview
What is PaaS?
Serverless compute tier in Azure SQL Database (auto-pause)
Submit