An organization is planning to use Azure Storage services for different workloads, including file sharing and long-term data backup. Which of the following statements are correct regarding Azure Storage services and access tiers? (Select two)
- Azure Files supports sharing files using the industry-standard Server Message Block (SMB) protocol.Cevap
- Data stored in the Archive access tier of a Blob storage account must be rehydrated to the Hot or Cool tier before it can be read.Cevap
- CData in the Archive access tier can be read immediately with millisecond-level latency, but it incurs a higher retrieval cost than the Hot or Cool tiers.
- DWhen deploying an IaaS Virtual Machine, Microsoft automatically manages and optimizes disk storage costs by transitioning inactive operating system disks to the Archive access tier.
Cevap
Azure Files supports sharing files using the industry-standard Server Message Block (SMB) protocol, and data stored in the Archive access tier of a Blob storage account must be rehydrated to the Hot or Cool tier before it can be read.
The correct options are the statements regarding Azure Files and the Archive access tier. Azure Files provides serverless file shares that support the SMB protocol, making it suitable for standard file-sharing workloads. The Archive access tier is designed for rarely accessed data, storing it offline at a low cost, which necessitates rehydration to Hot or Cool before the data can be read.
Adım Adım Çözüm
Anahtar Kavram
Understanding the protocols supported by Azure Files and the accessibility/rehydration requirements of the Archive storage tier.