Name two blobs used in Microsoft Azure

The two types of blobs in Azure are:

  • Block Blob
  • Page Blob

In Microsoft Azure, “Blob” typically refers to Azure Blob Storage, a scalable object storage solution. Within Azure Blob Storage, there are two main types of blobs:

  1. Block Blobs: These are optimized for streaming and storing cloud objects, and they are made up of blocks. Block blobs are ideal for large amounts of data, such as documents, images, and videos.
  2. Page Blobs: These are used for random read and write operations. Page blobs are commonly employed for VHD (Virtual Hard Disk) files that are used with Azure Virtual Machines.

So, the correct answer to your question would be “Block Blobs” and “Page Blobs” as two types of blobs used in Microsoft Azure.