An administrator is configuring storage replication and blob lifecycle management policies for several standard General Purpose v2 (GPv2) storage accounts in an Azure subscription.
Which two of the following statements correctly describe the behavior or requirements of these configurations? (Select two.)
- A live migration from Locally Redundant Storage (LRS) to Zone-Redundant Storage (ZRS) cannot begin if the storage account contains any blobs currently in the Archive tier.Cevap
- A lifecycle policy rule designed to transition base blobs to the Archive tier will fail to transition a blob if the blob has associated snapshots that are not also transitioned to the Archive tier.Cevap
- CChanging the replication setting of a storage account from Locally Redundant Storage (LRS) to Geo-Redundant Storage (GRS) automatically creates a new storage account with a unique name, requiring all client application connection strings to be updated.
- DAfter a customer-managed failover of a Geo-Redundant Storage (GRS) account to the secondary region, the replication configuration automatically remains GRS, and data replication to the original primary region resumes immediately.
- ETo execute a lifecycle policy rule that deletes blobs, you must assign the Storage Blob Data Owner Role-Based Access Control (RBAC) role to the storage account's system-assigned managed identity.
Cevap
A live migration from Locally Redundant Storage (LRS) to Zone-Redundant Storage (ZRS) cannot begin if the storage account contains any blobs currently in the Archive tier, and a lifecycle policy rule designed to transition base blobs to the Archive tier will fail to transition a blob if the blob has associated snapshots that are not also transitioned to the Archive tier.
The statement about LRS to ZRS live migration is correct because Azure prohibits ZRS migration while blobs remain in the Archive tier. The statement about lifecycle policy rules is correct because a base blob cannot be transitioned to the Archive tier if its associated snapshots are in Hot or Cool; both the base blob and its snapshots must be transitioned together using the rule actions.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage replication transition paths, failover mechanics, and lifecycle management policy rules concerning the Archive tier.