A company stores rarely accessed files in the Archive storage tier of Azure Blob Storage. An administrator needs to access one of these files. What must the administrator do before they can read the file?
- Rehydrate the blob to either the Hot or Cool storage tierCevap
- BAccess the file directly using the Archive tier, as it supports direct reading with high latency
- CMount the blob container as an OS disk on a Virtual Machine to bypass the tier restriction
- DChange the storage account redundancy to Zone-Redundant Storage (ZRS)
Cevap
Rehydrate the blob to either the Hot or Cool storage tier
The correct answer is to rehydrate the blob to either the Hot or Cool storage tier. The Archive tier is an offline tier used for storing data that is rarely accessed. Because the data is offline, it cannot be read directly. To read the blob, you must change its tier to Hot or Cool, which initiates a rehydration process.
Adım Adım Çözüm
Anahtar Kavram
Azure Blob Storage Archive tier data must be rehydrated to an online tier (Hot or Cool) before it can be read.