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 … Read more