An administrator stores backup files in the Archive access tier of an Azure Storage account. The administrator now needs to read the contents of one of these files. What must the administrator do first?
- Rehydrate the file by copying or moving it to either the Hot or Cool access tier.Cevap
- BAccess the file directly using the storage account's primary blob endpoint URL.
- CSubmit a support request for Microsoft to patch the operating system of the storage host.
- DConfigure an Azure Backup policy to automatically make the archived file readable.
Cevap
Rehydrate the file by copying or moving it to either the Hot or Cool access tier.
Data in the Archive access tier is stored offline to reduce storage costs. To read or modify this data, it must first be rehydrated to an online tier (such as the Hot or Cool tier). Rehydration can be accomplished by changing the blob's tier or by copying the archived blob to a new blob in an online tier.
Adım Adım Çözüm
Anahtar Kavram
Azure Blob Storage Archive tier data is offline and must be rehydrated to the Hot or Cool tier before it can be read.