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.Cevap
- 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.
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage replication conversion paths