According to MSDN, an azure service can conatins any number of worker roles. According to my knowledge a worker role can be recycled at any time by Windows Azure Fabric. If it is the true, then:
I am interested in developing a site similar to youtube. I want to have a site that users upload videos.
Does anyone know of any good resources or tutorials on how to write files to Windows Azure and read the files using Objective C? (for an iPhone ap开发者_StackOverflowp)
I have some large images (in MB\'s) that I would like to view as thumbnails quickly (in KB\'s). I would like to avoid storing 2 images on the server (one for the large image and one for the thumbnail)
I\'ve got a web开发者_C百科 app that converts text to audio using Microsoft .NET Speech library (System.Speech).
In windows azure CTP evaluation, i got invitation to open 19 hosted services. I have utilized about 10 of them to put small cloud sample (non-commercial) application. When the azure goes into producti
Does anyone know of a .NET profiler which works with Azure to figure out code bottlenecks. I have tried to integrate dotTrace profiler - but haven\'t had any success.
I have an ASP.NET application that is deployed in Windows Azure. The application has a lot of images and static content, due to which the开发者_如何学C package file is big in size. If just add a new a
开发者_开发百科I am trying to generate LiveID acess keys on the Azure Services Developer Portal but I cant find where the Live Services Tab is gone so I can retrieve the application id and secret key.
In mssql2005 when I want to get size of table in MBs, I use EXEC sp_spaceused \'table开发者_如何学JAVA\'.