Web アーキテクトは、会社の Web サイトのプレゼンスをクラウドに移行したいと考えています。管理チームの主な懸念事項の 1 つは、クラウド プロバイダーのデータ センターまたはネットワーク接続がダウンした場合の回復力です。この懸念に対処するために Web アーキテクトが考慮すべきことは、次のうちどれですか?
正解:D
Explanation
Availability zones are the most appropriate cloud feature to address the concern of resiliency in case a cloud provider's data center or network connection goes down. Availability zones are physically separate locations within an Azure region that have independent power, cooling, and networking. Each availability zone is made up of one or more data centers and houses infrastructure to support highly available, mission-critical applications. Availability zones are connected with high-speed, private fiber-optic networks. Azure services that support availability zones fall into two categories: Zonal services - you pin the resource to a specific zone (for example, virtual machines, managed disks, IP addresses), or Zone-redundant services - platform replicates automatically across zones (for example, zone-redundant storage, SQL Database). To achieve comprehensive business continuity on Azure, build your application architecture using the combination of availability zones with Azure region pairs. You can synchronously replicate your applications and data using availability zones within an Azure region for high-availability and asynchronously replicate across Azure regions for disaster recovery protection.