Azure SQL Database
- Azure SQL supports the following database engines
- Microsoft SQL Server
- mysql (Mariadb)
- Postgres
- For running Microsoft SQL Server
- Azure SQL Database
- Azure SQL Vm
- Azure SQL Managed Instances
- For mysql and Postgres Azure SQL supports flexible servers
SQL Server Database
- Azure SQL Database Purchasing options:
- DTU (Database Transaction Unit)
- vCore Model
- Azure SQL execution
- Single
- Elastic Pool Refer Here
Create a single database free tier in Azure
-
Watch classroom video
-
Azure SQL will create
- SQL Server (infra)
- SQL Database (data)
-
Azure SQL Databases support
- Failover groups: Each failover group will have an endpoint (Server operation)
- Replicas (Database Operation)
- Sync (Database Operation)
-
Refer Here for SQL Single database quick start
SQL Server Managed INstance
- Refer Here for sql server managed instance quick start
