Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

an organization plans to deploy numerous virtual machines on azure. whi…

Question

an organization plans to deploy numerous virtual machines on azure. which azure storage service should be used to store the data disks of the virtual machine?
a ○ premium storage
b ○ azure cosmos db
c ○ azure page blobs
d ○ azure files

Explanation:

Brief Explanations

To determine the correct Azure storage service for virtual machine data disks:

  • Option A: Premium storage is a type of storage account, not a specific service for data disks.
  • Option B: Azure Cosmos DB is a NoSQL database service, not for storing VM data disks.
  • Option C: Azure Page Blobs are used to store virtual machine disks (both OS and data disks) in Azure. They are optimized for random read/write operations, which is suitable for VM disks.
  • Option D: Azure Files provides file shares, not for VM data disks.

Answer:

C. Azure Page Blobs