Designing Azure Infrastructure Solutions — Question 126
You are planning a storage solution. The solution must meet the following requirements:
✑ Support at least 500 requests per second.
✑ Support a large image, video, and audio streams.
Which type of Azure Storage account should you provision?
Answer options
- A. standard general-purpose v2
- B. premium block blobs
- C. premium page blobs
- D. premium file shares
Correct answer: B
Explanation
The correct answer is B, premium block blobs, as they are optimized for streaming large amounts of data and can handle high request rates. Options A and D do not provide the performance needed for high throughput, while C, premium page blobs, are more suited for virtual disks rather than streaming media.