The azure tag has no wiki summary.
1
vote
1answer
25 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
37 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
49 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
116 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
80 views
+100
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
244 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
74 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
44 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
125 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 ...
3
votes
1answer
116 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
298 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
401 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
69 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
188 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 ...
2
votes
1answer
448 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
123 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
110 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
551 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
96 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
73 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
620 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
377 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
418 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
307 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
284 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
212 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
275 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
291 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 ...
5
votes
3answers
289 views
Recommendations for learning Microsoft Azure [closed]
Does anyone have any recommendations about a great book, great article, great video about MS Azure development? I'd love something for an experience developer in .NET technologies.
2
votes
1answer
296 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
6answers
351 views
What tools do you use when working with Azure?
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 ...