EcoSphere Energy is designing a disaster recovery strategy for its energy consumption reporting application. The application stores monthly PDF reports in a general-purpose v2 Azure Storage account configured with Read-Access Geo-Redundant Storage (RA-GRS). During normal operations, the application writes reports to the primary region and reads them from both the primary and secondary regions.
During a prolonged outage in the primary region, the engineering team decides to initiate a customer-managed failover to the secondary region.
Which of the following describes the write capabilities and redundancy state of the storage account immediately after the customer-managed failover is completed?
- AThe storage account remains configured as geo-redundant storage, enabling write operations to be processed directly at the secondary endpoint while the primary region is offline without changing the redundancy configuration.
- BThe storage account allows write operations to the secondary region's endpoint while it is in a read-access geo-redundant (RA-GRS) state before the customer-managed failover is initiated.
- The storage account configuration is converted to locally redundant storage (LRS) in the new primary region, and write operations are supported at the new primary endpoint.Cevap
- DThe storage account is automatically configured with Geo-Zone-Redundant Storage (GZRS) to maintain regional resilience, allowing read and write operations across both regions.
Cevap
The storage account configuration is converted to locally redundant storage (LRS) in the new primary region, and write operations are supported at the new primary endpoint.
When a customer-managed failover is initiated for an Azure Storage account configured with Read-Access Geo-Redundant Storage (RA-GRS), the secondary region is promoted to become the new primary region. Immediately after the failover is completed, the storage account's redundancy type is automatically converted to locally redundant storage (LRS), and write operations are enabled on the new primary endpoint. To restore geo-redundancy, the account must be manually reconfigured to GRS or RA-GRS.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage Account Customer-Managed Failover Behavior