Azure · Database
Azure SQL Database
Managed SQL Server with auto-tuning.
Official docsOverview
Fully managed SQL Server engine with serverless tier, geo-replication and PITR.
When to use it
- OLTP
- Migrated SQL Server workloads
- Test fixtures with PITR
Setup
- Create logical server + DB.
- Configure firewall + AAD admin.
- Add private endpoint for VNet access.
How to use
Copy DB for tests
az sql db copy -g qa-rg -s prod-sql -n prod --dest-name prod-copy-pr42 --dest-server qa-sqlQA use cases
- Clone prod-like snapshot for performance test runs.
