0
votes
0answers
8 views
Live meeting/Shared view like real time screen sharing service on top of Azure?
What might be the considerations for building a real time screen sharing service (some where close to shared view or live meeting) on top of Windows Azure?
For this, it is obviou …
2
votes
7answers
181 views
Querying table storage data with Windows Azure
This question has 2 parts.
Is there a way to view the data that is stored locally. I understand that local table storage is actually done using SQLExpress behind the scenes. Wh …
0
votes
0answers
7 views
Azure Table Storage data Consistency
Let say I have Table in Azure Table Storage
public class MyTable
{
public string PK {get; set;}
public string RowPK {get; set;}
public double Amount {get; set;}
}
And mes …
4
votes
1answer
87 views
Will Clojure run on Azure Now?
I saw that Microsoft announced Java support on Azure today at PDC. Does that mean it will be able to run Clojure (and other JVM languages) as well?
1
vote
2answers
98 views
Convert C# Silverlight App To AZURE CLOUD Platform?!?!
The Scenario
I've been following Brad Abrams Silverlight tutorial on his blog....
I have tried following Brads "How to deploy your app to the Cloud" tutorial however i'm struggli …
4
votes
1answer
55 views
Is ASP.NET MVC on Windows Azure a sane choice for a production envirnoment?
There are quite a few blog articles describing what to do in order to get on ASP.NET MVC to run on Windows Azure. The procedure does not look too complicated, but at the same time, …
0
votes
1answer
17 views
Windows Azure Cloud computing application with IIS 5.0 or 6.0.
I am newbie to Windows Azure application. I have downloaded the Microsoft Visual Studio express edition 2010 BETA and want to develop Window Azure application. My PC is having Micr …
0
votes
1answer
95 views
WCF + Azure = Nightmare!
Hi! I've spent 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 …
0
votes
3answers
111 views
Azure - Unable To Get SQL Azure Invitation Code!
Scenario
I'm trying to convert my Silverlight Business Application over to the cloud with the help of Azure. I have been following this link from Brad Abrams blog.
Both the links …
1
vote
2answers
41 views
How do I auto-start an Azure queue?
Hi! I want to build an Azure application that has two worker roles and NO web roles. When the worker roles first start up I want ONLY ONE of the roles to do the following a singl …
1
vote
2answers
18 views
Windows Azure not generating aspx files
I setup my first Azure Cloude Service as well as Web Role. When I build and then publish application I can only see bin directory with all my dlls. I don't have any folders or aspx …
0
votes
1answer
17 views
Where do I find my AccountSharedKey in Windows Azure?
Its been awhile since I had used Azure and I forgot where to find my account shared key and I cannot find it on the portal. Where should I be looking?
3
votes
1answer
34 views
I Need Azure WorkerRole Error Handling Guidance
Hi! Does anyone have a set of best practices they'd like to share related to Azure WorkerRole error handling? I'd particulalry like any ideas you may have on how to deal with per …
0
votes
0answers
36 views
Can’t create a new Windows Azure Project - “Requested registry access is not allowed “
When I attempt to create a new Cloud Service project, after it prompts me for 'Roles', I get the following error message and VS just stops:
"Requested registry access is not allow …
0
votes
1answer
26 views
Microsoft Azure based Audio conversion?
Does anyone know if its feasible to convert PCM/FLAC files to some compressed format (mp3/wma/ogg, not picky), with the conversion process running on Azure?
An Amazon EC2 based so …
