You need to design a highly available Azure SQL database that meets the following requirements: ✑ Failover between replicas of the database must occur without any data loss. ✑ The database must remain available in the event of a zone outage. ✑ Costs must be minimized. Which deployment option should you use? A. Azure SQL Managed Instance Business Critical B. Azure SQL Database Premium C. Azure SQL Database Basic D. Azure SQL Database Hyperscale Suggested Answer: B Azure SQL Database Premium meets the requirements and is the least expensive. Note: There are two high availability architectural models: * Standard availability model that is based on a separation of compute and storage. It relies on high availability and reliability of the remote storage tier. This architecture targets budget-oriented business applications that can tolerate some performance degradation during maintenance activities. * Premium availability model that is based on a cluster of database engine processes. It relies on the fact that there is always a quorum of available database engine nodes. This architecture targets mission-critical applications with high IO performance, high transaction rate and guarantees minimal performance impact to your workload during maintenance activities. Note: Zone-redundant configuration for the general purpose service tier is offered for both serverless and provisioned compute. This configuration utilizes Azure Availability Zones ג€‰to replicate databases across multiple physical locations within an Azure region.ג€‰By selecting zone-redundancy, you can make yourג€‰new and existing serverless and provisioned generalג€‰purpose single databases and elastic pools resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes of the application logic. Incorrect: Not A: Azure SQL Managed Instance Business Critical is more expensive. Not C: Azure SQL Database Basic, and General purpose provide only locally redundant availability. Reference: https://docs.microsoft.com/en-us/azure/azure-sql/database/high-availability-sla This question is in AZ-305 Exam For getting Azure Solutions Architect Expert Certificate
Please login or Register to submit your answer