Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Problem: I have a Azure project. The problem is that when I run the application it takes like 10-15 minutes to actually open the page in browser. The page & debugging works normaly.
I am working on an Azure demo to run Powershell in a worker role. In my web role I add the name of the Powershell script which is to be run to a CloudQueue object.
I have a LINQ to SQL/Unity/ASP.NET MVC/SQL Server application hosted on Azure. I am using Lazy Evaluation throughout the whole site. The Application is using a TCP connection to SQL Server and every s
Presently .Net 4.0 is not supported on Azure. This thread indicates that you will not be able to use .Net 4.0 with VS 2010 u开发者_如何转开发ntil it is supported in the cloud.
I am trying to signup to the Azure CTP but am finding the whole process real non user friendly. On this http://www.microsoft.com/windowsazure/getstarted/ web page it gives me a link to go to get a tok
I saw that Microsoft announced Java 开发者_StackOverflow中文版support on Azure today at PDC.Does that mean it will be able to run Clojure (and other JVM languages) as well?in short yes. clojure can di
Let say I have Table in Azure Table Storage public class MyTable { public string PK {get; set;} public string RowPK {get; set;}
Can I host an application in Windows Azure and have the database stored on different server? For example I want to keep my data on a server where I dont have to worry about privicy issues. And if this
I\'ve s开发者_如何转开发pent the prior week trying to get a secure form of WCF to work on Azure, but all to no avail!My use case is pretty simple.I want to call a WCF endpoint in the cloud and pass me