Soru

Zorluk: OrtaAzure Storage Accounts, Blob, Disk, Files, and Storage Tiers

A company is planning to migrate an on-premises workload to Azure. The workload has the following two storage requirements:

* A shared file repository that must be concurrently accessible by multiple virtual machines using standard file sharing protocols.
* An archive of historical transaction data that will be accessed less than once a year, must be retained for seven years, and can tolerate a retrieval latency of several hours.

Which two Azure Storage options should the company select to meet these requirements?

  1. Azure Files to host the shared file repository.Cevap
  2. Azure Blob storage configured with the Archive access tier for the historical transaction data.Cevap
  3. C
    Azure Blob storage configured with the Archive access tier to allow immediate, low-latency querying of the historical transaction data.
  4. D
    Azure Disk storage to host the shared file repository for multiple virtual machines.

Cevap

Azure Files to host the shared file repository, and Azure Blob storage configured with the Archive access tier for the historical transaction data.
Azure Files is the correct choice for the shared file repository because it supports standard file sharing protocols (SMB and NFS) and allows concurrent connections from multiple virtual machines. Azure Blob storage with the Archive access tier is the correct choice for the historical data because it provides the most cost-effective storage for offline data that is rarely accessed and can tolerate retrieval times of several hours.

Adım Adım Çözüm

1
Analyze the first requirement: a shared file repository accessible concurrently by multiple VMs using standard protocols.
Identify that Azure Files provides fully managed file shares accessible via SMB/NFS, supporting concurrent access from multiple VMs.
Matches the shared file sharing protocol and concurrent VM access requirements.
2
Analyze the second requirement: cold historical transaction data with low access frequency and tolerance for latency.
Identify that the Archive tier of Azure Blob storage offers the lowest storage cost for offline data that can tolerate retrieval times of several hours.
Matches the archival requirement at the lowest possible cost.

Anahtar Kavram

Azure Storage services offer distinct solutions for file sharing (Azure Files) and low-cost data archiving (Azure Blob Storage Archive tier) based on concurrency, protocol, access frequency, and retrieval latency.
Bu soruyu puanla