About in Ms Azure SQL DBA

Sagar Kumar Nayak 0 Reputation points
2025-06-16T20:50:16.3633333+00:00
  1. #azure training what iaas and paas in azure SQL database administrator

This question is related to the following Learning Module

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2025-06-16T21:53:05.49+00:00

    IAAS = Infrastructure-as-a-service.

    PAAS = Platform-as-a-service.

    With IAAS, Azure provides the virtual machine, but you are yourself responsible for maintaining the machine, that is patching of operating server, applying cumulative updates for SQL Server etc. You will also have to arrange for backups of database, rebuild of indexes etc. If you want HA, you need to set up that yourself.

    With PAAS, Microsoft manages the entire platform, and you have no control over when the operating system or SQL Server is upgraded. Azure takes backups. The service can also automatically and indexes it thinks it may be useful. But since your system better, you can do this part better yourself.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.