I\'m a little perplexed. How can I programmatically get the absolute URI to a resource in a Windows Azure Web application? I know the relative address, but in my specific case I need to provide a pub
I am writing some code against the Azure Table Storage REST API. The API uses OData, which is normally handled by the .net client. However, I am not using the client, so I need to figure out another w
I m hosting some adaptive streaming video on windows azure and I have noticed that at the beginning the video start with the lowest avaiable bitrate. That is a big issue.
Worker role is pretty simple and runs in emulator OK. After uploading up to Windows Azure instances seem开发者_如何学JAVAs to initialize, become busy then restart and start over again. Azure Diagnosti
If I have the following CNAME records set up: www.custom1.comCNAMEwww.myapp.com www.myapp.comCNAMEmyapp.cloudapp.net
I\'ve ran into an interesting problem using the Azure Service Management API. Specifically, when I try any operation, I get a \"Server Error in \'/\' Application.
Is there any way to effectively customize the serialization of an azure table storage entity? I already read many posts/topics about ReadingEntity/WritingEntity events, but I think that isn\'t suffici
I have an Azure worker role running that, among other functions, makes some HTTP requests once every 80 seconds or so. This happens continuously. As we scale up, it might be making a lot more HTTP req
Some background.... We\'re venturing into Azure for the first time and are trying to do it in baby steps. For now, our first apps are going to be worker roles monitoring queues to process requests (s
The application I work on contains a web role: it\'s a simple web application.I needed to host the application in Windows Azure, so I created a web role.I actually want to know what these roles are fo