Valid 70-534 Dumps shared by ExamDiscuss.com for Helping Passing 70-534 Exam! ExamDiscuss.com now offer the newest 70-534 exam dumps, the ExamDiscuss.com 70-534 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-534 dumps with Test Engine here:
You design an Azure application that processes images. The maximum size of an image is 10 MB. The application includes a web role that allows users to upload images and a worker role with multiple instances that processes the images. The web role communicates with the worker role by using an Azure Queue service. You need to recommend an approach for storing images that minimizes storage transactions. What should you recommend?
Correct Answer: A
Explanation/Reference: Azure Queues provide a uniform and consistent programming model across queues, tables, and BLOBs - both for developers and for operations teams. Microsoft Azure blob storage can be used to store the image data, the application can use a worker role in Azure to perform background processing tasks on the images, how the application may use shared access signatures to control access to the images by users. Azure blobs provide a series of containers aimed at storing text or binary data. Block blob containers are ideal for streaming data, while page blob containers can be used for random read/write operations. Reference: https://msdn.microsoft.com/en-gb/library/ff803365.aspx Reference: https://msdn.microsoft.com/en-us/library/azure/hh767287.aspx