An administrator needs to change the configuration of an existing Azure Storage account from locally-redundant storage (LRS) to geo-redundant storage (GRS). Which of the following describes the correct process for performing this configuration change?
- ACreate a new storage account configured with GRS and manually copy the existing blob data.
- Update the replication setting directly in the configuration settings of the existing storage account.Answer
- CAssign the Storage Blob Data Owner role at the subscription level to authorize the configuration change.
- DGenerate a Shared Access Signature (SAS) token with a custom lifetime to authorize the replication update.
Answer
Update the replication setting directly in the configuration settings of the existing storage account.
Changing a storage account's replication configuration from locally-redundant storage (LRS) to geo-redundant storage (GRS) is a supported in-place operation that can be executed directly within the Azure portal, PowerShell, or Azure CLI without any data loss or downtime.
Step-by-Step Solution
Key Concept
Azure Storage replication conversion paths