A company stores compliance archives in an Azure Blob Storage account named stlogscollector in the East US region. The storage account is configured for Read-access geo-redundant storage (RA-GRS) and has an active lifecycle management policy that transitions block blobs to the Archive tier after 30 days of inactivity. Due to a prolonged outage in the primary region, a customer-managed failover is successfully completed. What is the replication configuration and lifecycle policy status of the storage account immediately after the failover process finishes?
- AThe replication type remains Read-access geo-redundant storage (RA-GRS), but the lifecycle management policy is paused until a failback operation is executed.
- BThe replication type is upgraded to Geo-zone-redundant storage (GZRS), and the lifecycle management policy is permanently disabled.
- The replication type becomes Locally-redundant storage (LRS), and the lifecycle management policy continues to function normally.Answer
- DThe replication type becomes Locally-redundant storage (LRS), but the lifecycle management policy is disabled until the administrator is assigned the Storage Blob Data Contributor role in the new primary region.
Answer
The replication type becomes Locally-redundant storage (LRS), and the lifecycle management policy continues to function normally.
The correct option explains that when a failover is initiated for a Geo-redundant storage (GRS) or Read-access geo-redundant storage (RA-GRS) account, the storage account replication type is automatically converted to Locally-redundant storage (LRS) in the new primary region. Additionally, lifecycle management policies are part of the storage account configuration and are preserved during failover, meaning they will continue to run normally in the new primary region.
Step-by-Step Solution
Key Concept
Storage account replication failover behavior and lifecycle policy persistence