A multinational e-commerce company uses an Azure General Purpose v2 (GPv2) storage account to store product catalog images. The account is configured with Read-Access Geo-Zone-Redundant Storage (RA-GZRS). The primary region is East US (which supports availability zones) and the secondary paired region is West US (which does not support availability zones for standard GPv2 storage accounts).
The company's application is designed with a connection string that reads from the primary endpoint (catalog.blob.core.windows.net) and automatically falls back to the read-only secondary endpoint (catalog-secondary.blob.core.windows.net) if a primary read request fails.
A major disaster causes a complete outage of the East US region. The operations team initiates a customer-managed failover for the storage account. The last sync time reported prior to the outage was 8 minutes ago.
What is the state of the storage account and the application endpoints after the failover completes?
- The storage account redundancy is converted to Locally Redundant Storage (LRS) in West US. The primary endpoint resolves to West US, and the secondary endpoint is no longer accessible.Answer
- BThe storage account redundancy is converted to Zone-Redundant Storage (ZRS) in West US. The primary endpoint resolves to West US, and the secondary endpoint is no longer accessible.
- CThe storage account redundancy remains Read-Access Geo-Zone-Redundant Storage (RA-GZRS). The primary endpoint remains inactive, and the application must be updated to write directly to the secondary endpoint.
- DThe storage account redundancy is converted to Geo-Redundant Storage (GRS) in West US, replicating back to East US. Both the primary and secondary endpoints remain active, with their roles reversed.