I\'m struggling with a weird Azure problem after disabling remote desktop connections. I started upgrading from the Azure SDK 1.2 to 1.4 and had enabled remote desktop for easier debugging. However, o
I\'m toying with Windows Azure creating an ASP.NET MVC project, I\'ve chec开发者_高级运维ked the WAPTK (Windows Azure Platform Training Kit), Google, and here for answers to my question, but I couldn\
Where can I find a sample of managing connection retries using SQL Azure and EF 4.1 Code First DbContext? I have found plenty of information on what I should be doing and why, here are some ex开发者_S
I am new to working with Azure table Storage but I have being able to put together the code below that successfully allows my query to accept filterQuery (string) specified by the user -- for ex: (Amo
I am trying to run following SQL: INSERT INTO Suppliers ( 开发者_开发百科[SupplierID], [CompanyName])
I need the application pool in my Azure web role to run under a specific user. There\'s this code that restarts the application pool - I run it from OnStart() in my RoleEntryPoint descendant and it wo
I\'m looking to implement continuous deployment, pretty much as a proof of concept using Windows Azure, deploying the packages and switching staging <-> production is all fine, however, I would lik
I have a \"web\" and \"mobile\" site that I\'m launching within Azure of the same domain. Originally I was going to run each as a separate hosted service but this doubles the cost though it would allo
I\'m currently hosting my websites on Windows 2008 Servers through an old-school hosting company. I\'d like to switch to something like Windows Azure in hope that it\'ll be a better service.
Does anybody have any quick and clever ways to flip an MVC app running on Windows Azure into a \"maintenace mode\"