Your team uploads historical application logs to the Archive access tier of an Azure Storage account. To troubleshoot a newly reported issue, a developer needs to analyze a log file from three months ago. When trying to download the file directly, the download fails. What is required to read the contents of this log file?
- The blob must be rehydrated to either the Hot or Cool access tier.Cevap
- BThe developer must wait for the direct download to complete, as the Archive tier allows direct reads but with a high latency delay.
- CThe developer must configure the guest operating system and database engines on the storage account.
- DThe administrator must log in to the virtual machine hosting the storage account to manually patch its guest operating system.
Cevap
The blob must be rehydrated to either the Hot or Cool access tier.
Data in the Archive access tier is stored offline and is not directly readable. To read or download the data, the blob must first be rehydrated by shifting it to either the Hot or Cool access tier, or by copying it to a new blob in an online tier.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage Access Tiers and Archive Rehydration