0
votes
0answers
7 views
Is there any feature that allows for the site being hosted to Auto-Scale under load?
What actually happens when a site reaches its capacity in terms of being able to service requests well under unexpected load?
Does the service "spin up" additional virtual machine …
0
votes
1answer
62 views
Why does Windows Azure have worker roles and web roles? What is the difference
I keep hearing how Windows Azure has "Web roles" and "Worker Roles", what is the reason for this? Am I meant to structure my code differently for these things?
0
votes
3answers
33 views
What do cloud computing data centers look like?
What do the cloud computing data centers look like. Are they banks of server racks?
0
votes
3answers
135 views
Where is the Role manager class in the new Azure SDK?
I installed Windows Azure Tools for Microsoft Visual Studio (November 2009). While playing around with the labs, they reference Microsoft.ServiceHosting.ServiceRuntime, which is su …
0
votes
2answers
27 views
What is the pricing of Windows Azure?
What is the pricing of Windows Azure? is it based on CPU time?
0
votes
1answer
52 views
Does Windows Azure have different sized Virtual Machines I can use?
Other cloud providers let me choose the configuration of my Virtual Machines. Am I able to choose how much CPU power or Memory my instances have?
0
votes
1answer
14 views
What programming platforms does Windows Azure support?
Can you only use .Net code inside Windows Azure, or is it possible to use other development platforms to create your applications?
Can I use Java or PHP? How about native C++ code? …
0
votes
2answers
5 views
Do Azure have data centers in Europe?
Having experimented with Amazon and runnning some websites there we still had some issues with the latency created by the distance to the data centers.
Do Azure feature data cente …
0
votes
3answers
6 views
How can I get an Azure token
I am looking to try out the Nov CTP of Azure and realise I don't have a token (I thought I did but can't find it). Where can I get a token to register and create a project?