Where should you create the files?

You are designing an Azure application that will use a worker role. The worker role will create temporary files.You need to minimize storage transaction charges.Where should you create the files?Local storage is temporary in Azure. So, if the virtual machine supporting your role dies and cannot recover, your local storage is lost! Therefore, Azure developers will tell you, only volatile data should ever be stored in local storage of Azure.Reference: http://www.intertech.com/Blog/windows-azure-local-file-storage-how-to-guide-and-warnings/Reference: http://blog.codingoutloud.com/2011/06/12/azure-fag-can-i-write-to-the-file-system-on-windows-azure/

Question:

Where should you create the files?

Options:

In Azure local storage

In Azure Storage page blobs

In OneDrive

In Azure Storage block blobs

Correct Answer

The Correct Answer for this Question is

In Azure local storage

Leave a Comment