You are planning a storage solution. The solution must meet the following requirements: - Support at least 500 requests per second. - Support a large image, vid...
Microsoft AZ-305 Exam
Questions Number: 171 out of 268 Questions
63.81%
Question 171
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?
Use Azure Blobs if you want your application to support streaming and random access scenarios. It's ideal for applications that require high transaction rates or consistent low-latency storage. Incorrect: Not A: Standard storage accounts has a default maximum request rate per storage account 20,000 requests per second1, but is not optimized for video and audio streams. Not C: Page blobs is best suited for random reads and random writes. Not D: FileStorage storage accounts (premium) has a maximum concurrent request rate of 100,000 IOPS. Maximum file size is 4 TB, but is not optimized for video and audio streams. Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-introduction https://docs.microsoft.com/en-us/azure/storage/files/storage-files-scale-targets