Question

Difficulty: MediumConfigure Blob Storage Lifecycle and Replication

You have a standard General Purpose v2 (GPv2) storage account named storagedatagh in the North Europe region. The storage account is currently configured to use Locally-Redundant Storage (LRS).

You need to change the replication strategy of storagedatagh to Geo-Zone-Redundant Storage (GZRS) to protect against both zonal and regional failures. The solution must minimize administrative effort and avoid any data loss or storage downtime.

Which of the following actions should you perform?

  1. Request a live migration to transition the storage account to Zone-Redundant Storage (ZRS), and then modify the replication setting to Geo-Zone-Redundant Storage (GZRS).Answer
  2. B
    Directly modify the configuration settings of the storage account to change the replication setting from Locally-Redundant Storage (LRS) to Geo-Zone-Redundant Storage (GZRS).
  3. C
    Change the replication setting of the storage account from Locally-Redundant Storage (LRS) to Geo-Redundant Storage (GRS), and then change the replication setting to Geo-Zone-Redundant Storage (GZRS).
  4. D
    Create a new storage account configured with Geo-Zone-Redundant Storage (GZRS), and then configure a lifecycle management policy to migrate the blobs from the original storage account.

Answer

Request a live migration to transition the storage account to Zone-Redundant Storage (ZRS), and then modify the replication setting to Geo-Zone-Redundant Storage (GZRS).
To transition a standard GPv2 storage account from Locally-Redundant Storage (LRS) to Geo-Zone-Redundant Storage (GZRS) without downtime or data loss, you must first request a live migration to Zone-Redundant Storage (ZRS). After the live migration is complete, you can then perform a self-service upgrade of the replication configuration from ZRS to GZRS.

Step-by-Step Solution

1
Request a live migration from Microsoft support.
The storage account replication is updated from Locally-Redundant Storage (LRS) to Zone-Redundant Storage (ZRS) with no downtime.
Direct conversion from LRS to ZRS or GZRS requires a live migration to establish zonal redundancy first.
2
Update the replication setting of the newly migrated ZRS account in the Azure portal or via CLI/PowerShell.
The replication configuration is changed from Zone-Redundant Storage (ZRS) to Geo-Zone-Redundant Storage (GZRS).
Upgrading from ZRS to GZRS is a supported one-way self-service configuration update that does not require Microsoft support.

Key Concept

Azure Storage replication conversion paths and migration limitations
Estimated Time:1m 30s
Rate this question