The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
2answers
119 views

Competitive cloud pricing for a “rent-a-supercomputer” scenario? [closed]

I was recently looking at the pricing of two widely available cloud computing providers - Windows Azure and Amazon EC2 and it seems that their pricing policies are not based on the actual CPU ...
0
votes
1answer
41 views

What is the proper and easy way to move a LocalDB to Azure using code first ?

The only way I could figure how to do it was create the schema on the localDB with code first and then manually change the database string to Azure and then run the code on Azure.. But that only ...
0
votes
1answer
197 views

Issue deploying Asp.Net MVC 4 website to Azure [closed]

How do you deploy your website in Azure so that it looks exactly like when you run it in your localhost? This is a very simple website that I created following the ASP.NET MVC4 tutorials. However, I ...
0
votes
1answer
163 views

Implementing a claims-based security model to secure a WCF service

Currently, all of our web applications (and the WCF services they interact with) are run internally. Nothing is exposed to the web. We want to open up our web applications to the Internet and will ...
4
votes
1answer
87 views

Is it good practice for Azure applications to self-administrate?

In a lot of examples for the Azure platform I'm seeing a lot of self-administration happening: an application will test for the presence of an external system such as a queue or database and create ...
1
vote
1answer
87 views

NoSQL (Azure Table Storage) RowKey design for ordered data

I store large quantities of GPS data in storage tables. Each partition can reach up to 1 million entities. Each GPS entity that is inserted into the table is actually sequential to the previous data ...
1
vote
1answer
47 views

Azure Storage Table design with multiple query points

I have the following Azure Storage Table. PositionData table: PartitionKey: ClientID + VehicleID RowKey: GUID Properties: ClientID, VehicleID, DriverID, Date, GPSPosition Each vehicle will log ...
1
vote
1answer
71 views

Storage Client Library 2.0 - Why is the API not as intuitive to use as 1.7?

I am migrating to using the new Storage Client Library for my Azure Table Storage. Querying with the previous Storage Client Library 1.7 namespace: var orders = serviceContext ...
1
vote
1answer
148 views

Table scaling with partitions or with separate databases?

Let's say I have a table (let's call it BigTable) which could experience 5,000,000 INSERTS per day (with possibly just as many SELECTs). Each row inserted is about 50kb. These daily INSERTs are ...
2
votes
1answer
102 views

Is MSDN / Azure Active Directory information available in different formats?

I'd like to read the documentation of Azure Active Directory on my kindle (or similar device), but don't want to use "Print to Kindle" for each and every page. Is the Microsoft documentation for this ...
7
votes
2answers
282 views

Shared Cache - Invalidation Best Practice

I'd like to know what would be a better approach to invalidate/update cache objects. Prerequisites Having remote memcached server (serving as cache for multiple applications) All servers are hosted ...
0
votes
2answers
116 views

Testing UI for azure web app on iPad

I am working on debugging my mobile application. There is a specific requirement/issue that I am having related to a drag and drop touch interface on an iPad. I am at the trial and error phase of ...
1
vote
2answers
53 views

Azure website that talks to third party services

I have website that crawls data from many third party services when user browse to webpage. This can be really slow because I hit third party server and process returned data before showing it to ...
4
votes
1answer
144 views

Licensing approach for .NET library that might be used desktop / web-service / cloud environment

I am looking for advice how to architect licensing for a .NET library. I am not asking for tool/service recommendations or something like that. My library can be used in a regular desktop ...
5
votes
1answer
175 views

Asynchronously returning a hierarchal data using .NET TPL… what should my return object “look” like?

I want to use the .NET TPL to asynchronously do a DIR /S and search each subdirectory on a hard drive, and want to search for a word in each file... what should my API look like? In this scenario I ...
4
votes
1answer
319 views

Reading and conditionally updating N rows, where N > 100,000 for DNA Sequence processing

I have a proof of concept application that uses Azure tables to associate DNA sequences to "something". Table 1 is the master table. It uniquely lists every DNA sequence. The PK is a load balanced ...
0
votes
2answers
452 views

Wrapping REST based Web Service

I am designing a system that will be running online under Microsoft Windows Azure. One component is a REST based web service which will really be a wrapper (using proxy pattern) which calls the REST ...
0
votes
0answers
86 views

Azure Drives, Azure Disks, Azure Images - What are the performance and cost tradeoffs?

I understand REST-based storage, and how xDrive (PDC 2209) works, but I'm confused by all the drive types specified in this MSDN blog post. That blog describes Drives -vs- Disks (which sound ...
0
votes
1answer
232 views

How to setup users for desktop app with SQL Azure as backend?

I'm considering SQL Azure as DB for a new application I'm developing. The reason I want to go with Azure is because I don't want to have to maintain yet another database(s) and I want my users to be ...
3
votes
1answer
567 views

Purpose of the csx folder in Azure projects?

I'm fairly new to Azure but I noticed that Visual Studio auto-creates the following folders (among others) ... /<nameOfAzureProject>/bin /<nameOfAzureProject>/obj ...
0
votes
1answer
147 views

SQL Azure and Development [duplicate]

Possible Duplicate: What tools do you use when working with Azure? I've just ran some test projects and deployed them to Azure (They all use SQL Azure via Dapper) How to people run ...
3
votes
1answer
122 views

Is there another name for Sql Azure's programming language?

According to this page on MSDN the sql language used on Sql Azure is called transact-sql (the same as on sql server). But is this the only way to refer to programming on Sql Azure? The Sql Azure ...
15
votes
5answers
561 views

Is cloud computing just a way of renting resources?

The company I work at recently hosted a web service in Windows Azure and announced that. Now trade online magazines say lots of meaningless stuff like "company X moves to the cloud", "company X drops ...
1
vote
1answer
107 views

How and when do you scale Azure instances?

When dealing with Azure instances that are under-performing, how do you decide when to scale the instances? Do you scale horizontally by adding more instances or vertically by making the existing ...
2
votes
1answer
81 views

How can you demonstrate scalabity and load balancing property of a cloud application on Windows Azure?

For my project I want to develop an web application with Windows Azure as the platform using C# language. The idea is to host the website of a University on the cloud. Whenever it announces the ...
7
votes
11answers
634 views

Is it practical to use Twitter for service logs?

Recently my boss suggested that we post logs of our service that is hosted on Windows Azure into twitter. His idea is that it's conveniently readable and if Azure cloud fails logs persist. He also ...
5
votes
2answers
445 views

Cloud service and IM protocol advice, for a backend to group chat mobile app

Overview I’m going to develop an app on Android and iOS. It will allow users to set up group ‘chat rooms’ and talk on chat rooms set up by other users. The service needs to be highly scalable, such ...
1
vote
1answer
452 views

Windows Azure vs GAE vs AWS - for process based application

I am writing an application that will crawl web pages and analyze data, and I'm wondering if I can host this as a cloud-based service. The main reason I'm looking at cloud hosting is that users may ...
5
votes
1answer
325 views

Does iCloud use windows Azure?

I just read this article on iCloud's use of Azure: http://www.zdnet.com/blog/microsoft/is-apple-really-using-windows-azure-to-power-icloud/9687 Anyone know if there is any truth in it?
2
votes
3answers
302 views

Credibility of Windows azure architect program from Sundblad & Sundblad

I am planning to attend the Windows Azure Architect Program from S&S. http://www.windowsazurearchitect.com/ Although the website says it is a Microsoft Training Program, not sure how much ...
1
vote
2answers
219 views

How to run a F# app in Windows Azure?

I have a project that requires me to write a library management system in F# and using Windows Azure for the development. I am quite new to Cloud concept and i don't know what to do as a next step. Is ...
0
votes
2answers
289 views

Looking for a Wiki that will run on Azure

I have previously used ScrewTurn Wiki and really like it but am going to start hosting more of my sites on Azure and would like to know if anyone found a good wiki software that can be deployed to ...
5
votes
1answer
298 views

Need clarification concerning Windows Azure

I basically need some confirmation and clarification concerning Windows Azure with respect to a Silverlight application using RIA Services. In a normal Silverlight app that uses RIA services you have ...
2
votes
1answer
309 views

What are some interesting uses of the Azure Service Bus? [closed]

I'm fascinated by WCF and the abilities of the Service Bus. What interesting implementations have you seen ?
7
votes
5answers
384 views

What tools do you use when working with Azure? [closed]

What are the best tools to use when targeting Windows Azure? This isn't supposed to be a duplicate of general windows development tools mentioned here, but is rather more focused on Azure ...