A company is planning to deploy Azure virtual machines (IaaS) and configure storage solutions for different workloads. Which two statements describe the correct configuration or behavior of Azure storage? (Select two)
- Azure Disk Storage is used to host the operating system disks for Azure virtual machines.Answer
- Blobs stored in the Archive access tier must be rehydrated to an active tier before they can be read.Answer
- CBlobs stored in the Archive access tier can be accessed directly by application servers to maintain low-latency access.
- DMicrosoft is responsible for managing the software configurations and data stored on the virtual machine disks.
Answer
Azure Disk Storage is used to host the operating system disks for Azure virtual machines, and blobs stored in the Archive access tier must be rehydrated to an active tier before they can be read.
Azure Disk Storage is the correct service for hosting virtual machine operating system disks because it provides persistent block storage. Additionally, the Archive tier of Azure Blob Storage is an offline storage tier designed for rarely accessed data, which requires a rehydration process to either the Hot or Cool tier before it can be read or accessed.
Step-by-Step Solution
Key Concept
Azure storage options differ by latency, access tier capability, and shared responsibility bounds.