Database backup and geo-replication
📖 Scenario: You are managing a cloud database for a global company. To ensure data safety and availability, you need to set up automatic backups and geo-replication to another region.
🎯 Goal: Build an Azure SQL Database resource with automated backups enabled and configure geo-replication to a secondary region.
📋 What You'll Learn
Create an Azure SQL Server resource with a specific name and location
Create an Azure SQL Database on the server with a defined edition and compute size
Enable automated backups with a retention period of 7 days
Configure geo-replication to a secondary region
💡 Why This Matters
🌍 Real World
Cloud databases need backups and geo-replication to protect data and ensure availability across regions.
💼 Career
Database administrators and cloud engineers often configure backups and geo-replication to meet business continuity requirements.
Progress0 / 4 steps