A company stores rarely accessed backup files in the Archive access tier of Azure Blob Storage. An administrator needs to retrieve one of these files to restore a database. Which action must be performed before the administrator can read the data in the file?
- AGenerate a Shared Access Signature (SAS) token to download the file directly from the Archive tier.
- Rehydrate the blob by copying it to a Hot or Cool tier, or by changing its tier configuration.Answer
- CMap the Archive tier container as a network drive on the database server.
- DConfigure a lifecycle management policy to automatically read the file directly.
Answer
Rehydrate the blob by copying it to a Hot or Cool tier, or by changing its tier configuration.
The correct answer is correct because the Archive tier is an offline storage tier. In order to read the data, the blob must first be rehydrated to an active online tier (such as Hot or Cool) either by changing its tier or by copying it to a new blob in an online tier.
Step-by-Step Solution
Key Concept
Azure Storage Archive access tier requires rehydration to an online tier (Hot or Cool) before data can be read or accessed.