Ultimate access to all questions.
In an Azure subscription with a storage account 'storage1' configured with lifecycle management rules, determine the state of a blob 'File1' stored on June 1 in the Hot access tier by June 7.
Explanation:
The correct answer is D. According to Azure lifecycle management rules, when multiple actions are defined for the same blob, the least expensive action is applied. Since deletion is cheaper than moving the blob to the Archive tier, and moving to the Archive tier is cheaper than moving to the Cool tier, the blob will be deleted on June 7.