We are thinking of speparate Queues for: Request (RequestQueue) Response (ResponseQueue) Scenario: Worker role will putMessage to RequestQueue e.g. Ge开发者_如何学CtOrders
probably a simple question here but here we go: I\'m trying to publish a sample application to windows azure. I entered the connection string for my blob storage account in the ServiceConfiguration a
Could anyone please whether it\'s a good idea to expose messages via Azure Queue storage or via WCF Services?
I am developing an azure application which needs at some point to upload(download) a large amount of small blobs to a single container (more than 1k blobs, less than 1 Mb each). In order to speed up t
I\'ve read conflicting information as to whether or not the WADLogsTable table used by the DiagnosticMonitor in Windows Azure will automatically prune old log entries.
I\'m pretty sure this is a limitation of the Windows Azure SDK (Using the latest, 1.4), but there has got to be a way around this without using manual REST...
Pretty new to Windows Azure. I\'ve followed this tutorial: tutorial. It works perfectly however o开发者_Python百科ne limitation is that for the application I have in mind, it would need to be possible
currently I\'m playing around with Azure and thinking about a multi-tanent web app where users can create an instance of the app, where more users can register to upload and share files within this in
I want to setup a Windows Azure development storage on my dev machine but I don\'t want to install SQL server on it because I want to use an existing one on another machine. Is it开发者_如何学Python p
Our ASP.NET MVC 3 application is running on Azure and using Blob as file storage. I have the upload part figured out.