You administer an Azure subscription for your company.
You have an application that updates text files frequently. The text files will not exceed 20 gigabytes (GB) in
size. Each write operation must not exceed 4 megabytes (MB).
You need to allocate storage in Azure for the application.
Which three storage types will achieve the goal? Each correct answer presents a complete solution.

A.
page blob
B.
queue
C.
append blob
D.
block blob
E.
file share
append?
0
1
https://blogs.msdn.microsoft.com/windowsazurestorage/2015/04/13/introducing-azure-storage-append-blob/
“Append Blob is optimized for fast append operations, making it ideal for scenarios where the data must be added to an existing blob without modifying the existing contents of that blob (Eg. logging, auditing). In addition, Append Blob supports having multiple clients writing to the same blob without any need for synchronization (unlike block and page blob). An Append Blob has the same scalability targets as a block blob”
0
1
“Which three storage types will achieve the goal?”
It’s mentioned in the question. 3 storage types
0
1