Azure SQL
- Azure offers SQL Server as Azure SQL which comes in 3 flavors
- Azure SQL: PaaS Offering
- This is almost equivelent to SQL Server
- AzureSQL is not part of your vnet, if you want private connectivity we need add a private endpoint

- Two modes are available
- DTU
- vCore
- In addition to Azure SQL has serverless offering
- Azure SQL Managed Instance:
- This is exact equivelent of SQL Server
- Azure SQL Managed instance will be part of your vnet.
- Azure SQL: PaaS Offering
Azure SQL for mysql and Postgres
- This is database as a service offering for mysql and postgres.
- Azure SQL for mysql and postgres creates databases in your subnets.
- Azure SQL calls this flexible server
