What is the primary benefit of enabling geo-replication for an Azure SQL Database?
Think about what happens if the main region fails.
Geo-replication creates a readable secondary database in a different region to provide disaster recovery in case the primary region becomes unavailable.
Which Azure SQL Database setting controls the retention period for automated backups?
It defines how long backups are kept before deletion.
The Backup Retention Period setting specifies how many days automated backups are stored, allowing point-in-time restore within that window.
You need to design an Azure SQL Database solution that ensures minimal downtime during a regional outage. Which architecture best achieves this?
Consider automatic failover and multiple regions.
Active geo-replication with failover groups provides automatic failover to a secondary region, minimizing downtime during outages.
Which practice ensures data security when using geo-replication for Azure SQL Databases?
Think about protecting data at rest.
Transparent Data Encryption (TDE) encrypts data at rest on both primary and secondary databases, ensuring data security during geo-replication.
During a failover event in an Azure SQL Database failover group, what happens to the DNS endpoint used by applications?
Consider how applications maintain connectivity without changes.
The failover group DNS endpoint automatically redirects to the new primary database after failover, allowing applications to connect without changing connection strings.