Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which of the following are the types of blobs in azure storage? each co…

Question

which of the following are the types of blobs in azure storage?
each correct answer represents a complete solution. choose all that apply.
a block
b append
c page
d disk

Explanation:

Brief Explanations

Azure Storage has three main types of blobs: Block blobs (used for streaming data), Append blobs (for append - only operations like logging), and Page blobs (for random read - write operations, often used for VHDs). Disk is not a type of blob in Azure Storage.

Answer:

A. Block, B. Append, C. Page