An administrator manages an Azure storage account named `storage1` that is configured to use Geo-Redundant Storage (GRS). Due to a severe regional outage in the primary region, the administrator decides to initiate a customer-managed failover for `storage1`. Which replication configuration will `storage1` have immediately after the failover completes?
- AGeo-Redundant Storage (GRS) in the secondary region, with replication automatically established back to the primary region
- BZone-Redundant Storage (ZRS) in the secondary region
- Locally Redundant Storage (LRS) in the secondary regionAnswer
- DRead-Access Geo-Redundant Storage (RA-GRS) in the secondary region
Answer
Locally Redundant Storage (LRS) in the secondary region.
When you initiate a failover for a Geo-Redundant Storage (GRS) account, the secondary region becomes the new primary region. During this process, the storage account is automatically converted to Locally Redundant Storage (LRS) in the new primary region. If you want to restore geo-redundancy, you must manually reconfigure the replication settings to GRS or RA-GRS after the failover completes.
Step-by-Step Solution
Key Concept
When a customer-managed failover is initiated for an Azure storage account configured with Geo-Redundant Storage (GRS), the secondary region becomes the new primary region, and the storage account's replication configuration is automatically converted to Locally Redundant Storage (LRS).