I cannot find any high level discussion docs that describe how URLs are mapped to Azure WebRoles in the case where an application has multiple WebRoles.
If I have a class like this: public class Facet : TableServiceEntity { public Guid ParentId { get; set; }
I know this is a beginner question, but I\'ve been banging my head against a wall for two hours now trying to figure this out.
Where can I see the resources I\'ve been 开发者_如何学编程consumed (like hours of processing, bandwidth, etc ... ) in windows azure?
I\'v开发者_Python百科e looked at the Introductory Special Offer, but you still need to provide a credit card because when you go over your limits, you do have to pay. Man, I\'m just a developer and I
I have two instances of a worker role. I want to run a sub-task (on a Thread Pool thread) only on one of the Worker Role 开发者_JAVA百科instances.
My company currently has some serious problem. We\'ve got an application as showcase on Azure which makes use of 1 web role, 1 worker role, a message queue and table storage, but in very moderate rate
I\'m wrestling with the Azure Deployment process.I have an application (many applications) that have run very-well-thank-you-very-much on my local machine, but when I publish and run them they often a
I have the following TableServiceContext class for books, I want to query the table Books by the partitionKey, please ignore the fact that
I\'m trying to get SSL, WCF and REST under Azure, but the page won\'t even load. Here are the steps I followed: