azure

Unmarshalling a list using JAXB

Hi everyone. 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. I've got XML coming back from a REST service (Windows Azure Management API) that looks like the following: <HostedServices xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www....

Running .NET 1.1 on Windows Azure

Is it possible to run ASP.NET 1.1 on the Windows Azure? Thanks! ...

Any ideas on what to do by cloud computing?

Hi, I've a university project in which I should find and implement a proper development topic for Azure. In Azure there are Web Roles and Worker Roles and I would like to find something, that burdens relatively big load on both roles. (web role is for serving the users by webpages, worker roles are for background processing data that w...

Silverlight - Chrome keeps loading cached files instead of the latest ones.

Pretty lame problem: I have an xml file that gets updated everyday on a server. Chrome keeps on getting the original cached xml file and not the updated version. The file is hosted on azure. Any ideas how I could force Chrome to get the latest version instead? (obviously, asking the user the clear the cache isn't an option) ...

How does Windows Azure perform load balancing?

Hey folks, I was trying to read up on load balancing in Windows Azure, and all the information about it is extremely vague and non-specific. All I really want is a simple answer: how does Azure perform load balancing? Many applications use sessions or in-memory data to increase performance. With Azure, I'm not sure if this is possible,...

Azure Tables and SQL Server Management Studio

Is there a way to view Azure Tables form SQL Server Management Studio or some similar tool? ...

Guide for creating ASP.NET MVC RESTful API on Azure

I want to create a simple ASP.NET MVC RESTful API, but I want to create it on Azure. Any recommendations, tips & tricks, or examples on how to do this? ...

Mapping of URLs to Azure WebRoles.

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. Is it: roleA.myApp.com to WebRoleA roleB.myApp.com to WebRoleB or: www.myApp.com/roleA to WebRoleA www.myApp.com/roleB to WebRoleB The answer to this question will help me decide ...

How do you exclude a property from being persisted in Azure Table storage?

If I have a class like this: public class Facet : TableServiceEntity { public Guid ParentId { get; set; } public string Name { get; set; } public string Uri{ get; set; } public Facet Parent { get; set; } } Parent is derived from the ParentId Guid, and that relationship is intended to be filled in by my reposi...

How do I insert CData value into azure table storage row

Hi geeks, I just can't insert a CData value into table row. my new table entity is like new Book { Description = new XCData("Asp.net<What>XXXXX</What>").ToString(), CreatedOn = DateTime.Now, }) and then I insert the book via context. THe result: <Properties><CreatedOn>2010-02-18T10:17:10.953Z</CreatedOn><Name>&lt;![CDATA[Asp.net&...

Can the same web app exist on Windows Azure as on Windows Server?

Will we need to support two different code bases once we migrate our web app to Azure if we want to keep the old deployment still up in Windows Server or can the same exact web app be run on both? ...

I need a walkthrough or steps of how to deploy ASP.NET Website on Windows Azure.

I need a walkthrough or steps of how to deploy ASP.NET Website on Windows Azure. ...

"Initializing - Busy - Stopping" LOOP issue in Azure deployement

Hi folks, I am trying to deploy an azure cloud application on Windows Azure. Application specifications are --> It has one WebRole - ASP.Net MVC Application (ASP.Net charting control is used in this MVC application) It does not contain any worker role. Third party references are set with property "copy Local" to "true"(MVC,ASP Chartin...

SQL Azure only returning one row in sys.dm_exec_sessions

In on-premises Microsoft SQL Server, when I issue this query: SELECT * FROM sys.dm_exec_sessions I get one record per window in SSMS. If I open several query windows in SSMS, I get a record for each of those, even if they're not doing anything. In Azure, when I issue that same query, I only get one record back. Here's the kicker - I...

perform join on Azure StorageClient

whats the easiest way to replicate the join behavior when I am using Storageclient for windows Azure ...

Access Windows Azure API via Silverlight?

I am interested in the best practices to access Windows Azure API from a Silverlight application? I am pretty sure as an experienced developer it will require me to build a back end web service that silverlight can then use as an interface between Azure API and Silverlight. But I am concerned with speed and security...For instance I am...

cloud Storage Account Connection String

How to Make Connection String In Cloud Storage Account For Watching Tables ,Blobs and Queues Please Give Me Best Sample Without configure Setting in Webrole Right Click Propertis. ...

Windows Azure Subdomain Re-Routing with ASP.NET MVC

I have the following issue, lets say I create an A record with my domain like *.mydomain.com, my main domain has a CNAME record pointing to my Windows Azure given domain name. So it goes as follows: A record: *.mydomain.com 127.0.0.1 CNAME record: mydomain.com myservice.cloudapp.net Now I want the ability to control custom subdomain i...

#SEQ keyword in Asp.Net Charting control with multiple Azure Cloud app instances

I am having a simple Azure cloud app(WebRole=ASP.Net MVC) which draws charts using ASP.Net Charting control. Specifications--> Chart RenderType = ImageMap Chart ImageLocation = "/Images/Chart_#SEQ(1000,1)" Number of app instances deployed on Windows Azure = 5 App contains a button which draws charts as per users parameters. When user ...

Is their a definitive list for the differences between the current version of SQL Azure and SQL Server 2008?

I am a relative newbie when it comes to SQL Azure!! I was wondering if there was a definitive list somewhere regarding what is and is not supported by SQL Azure in regards to SQL Server 2008? I have had a look through google but I've noticed some of the blog posts are missing things which I have found through my own testing: For example...