Refer to the exhibit. You are reviewing the JSON configuration of an Azure SQL Database in the Business Critical tier. What is the primary benefit of setting highAvailabilityReplicaCount to 2?
Additional replicas increase read capacity.
Why this answer
Option B is correct. Setting highAvailabilityReplicaCount to 2 in Business Critical tier creates two additional readable replicas (total of 3 replicas including primary). This improves read performance by allowing more read-only connections to be offloaded to replicas.
Option A (zero data loss) is achieved by synchronous replication, not replica count. Option C (automatic failover) is inherent to Business Critical. Option D (zone redundancy) is determined by the zoneRedundant property, not replica count.