You have an Azure SQL Database that uses the Business Critical service tier with zone redundancy enabled. The database is deployed in a single region. You want to ensure that if a zone fails, the database remains available with minimal downtime. How does zone redundancy achieve this?
Zone redundancy uses synchronous replicas across zones for automatic failover.
Why this answer
Zone redundancy for Azure SQL Database Business Critical tier maintains multiple synchronous replicas in different availability zones within the same region. If one zone fails, another replica automatically becomes the primary, ensuring minimal downtime. Option B is incorrect because read-only replicas are not promoted to primary; all replicas are read/write capable and failover is automatic.
Option C is incorrect as it describes geo-replication to a secondary region, not zone redundancy. Option D is incorrect because replicas are kept synchronous, not asynchronous.