Tagged Questions
Windows Azure is a cloud service (often referenced as Platform As A Service, or PAAS) that enables you to build, host and scale applications in Microsoft datacenters. The services require no up-front expenses, no long term commitment, and enable you to pay only for the resources you use.
29
votes
6answers
4k views
When should one use the following: Amazon EC2, Google App Engine, Microsoft Azure and Salesforce.com?
I am asking this in very general sense. Both from cloud provider and cloud consumer's perspective. Also the question is not for any specific kind of application (in fact the intention is to know which ...
28
votes
13answers
6k views
To Azure or Not to Azure?
I don't know about you, but i'm rather excited by the newly developing 'Cloud' computing platform. In the past I have been rather hoo hum about it all, thinking it is going to be a passing fad.
I'm ...
21
votes
5answers
15k views
Recommend a C# Task Scheduling Library
I'm looking for a C# library, preferably open source, that will let me schedule tasks with a fair amount of flexibility. Specifically, I should be able to schedule things to run every N units of time ...
20
votes
4answers
6k views
What exactly is the Windows AppFabric?
Microsoft released a beta of Windows Server AppFabric that "makes it easier to build, scale and manage Web and composite applications that run on IIS".
MS has also said that you can deploy AppFabric ...
16
votes
4answers
729 views
When should i use Sql Azure and when should I use table Storage?
When should i use Sql Azure and when should I use table Storage?
I was thinking , use table storage for transaction processing scenarios e.g. debit credit accounts kind of scenario and use Sql Azure ...
16
votes
6answers
1k views
What are the challenges in porting your existing applications to Microsoft Azure?
What are the challenges in porting your existing applications to Azure?
Here are few points I'm already aware about.
1) No Support for Session Affinity (Azure is Stateless) - I'm aware that Azure ...
16
votes
8answers
14k views
Windows Azure for web developers vs Amazon EC2
I just watched the Windows Azure intro video and it left me feeling like it was a front end shell for hosted IIS instances. Can anyone who know more (possibily that was part of the beta) shed on why ...
15
votes
4answers
2k views
Azure connection string best practices
I have an application that I am just migrating to Azure. Currently I use web.config transformation to manage changing the database connecting string dev/staging/prod environments. How is it best to ...
14
votes
3answers
2k views
How to configure ELMAH to work with Windows Azure? I get a 404 on Elmah.axd
I have an ASP.NET MVC web role running on Windows Azure and have setup ELMAH properly in the web.config. I also have my global.asax ignore *.axd routes. Locally, I am able to load /elmah.axd, ...
14
votes
4answers
4k views
Azure and Microsoft ASP.NET MVC
I just got my azure invitation code...yay!
Are there any official samples for windows azure + MS asp.net MVC?
I still don't get the storage providers and services that come with Azure, it's a bit ...
13
votes
1answer
208 views
How to pass required claims to OpenID identity provider with Azure ACS?
When looking at the request urls that Azure ACS generates I can see that ACS includes email, fullname, firstname and lastname as required claims. Further, the fullname attribute is mapped to the ...
13
votes
6answers
326 views
Does a cloud service like Azure or EC2 exist which can run arbitrary workloads? (e.g. Client SKUs of Windows)
Azure and EC2 are optimized for running servers. Lots and lots of servers. Both platforms attempt to manage tons of things for you -- in Azure's case, it wants to manage even the target operating ...
13
votes
7answers
690 views
Which ORM to use with SQL Azure?
Just wondering what everyones thoughts on what ORM to use for SQL Azure?
I'm fairly comfortable using LINQ-to-SQL and I believe it is possible to get it working with SQL Azure. However, from my ...
13
votes
3answers
5k views
How does Microsoft Azure handle Session State?
Does anyone have any information on how state is managed in Azure when you choose to have multiple instances? It seems like InProc would be worthless and you would have to have another state server ...
12
votes
3answers
164 views
Python HTTPS against Azure service management API fails on Windows
I've recently extended a Python API for the Windows Azure storage APIs (PyAzure) to include support for the service management APIs. See https://github.com/bmb/pyazure.
I'm using a ...
12
votes
3answers
3k views
ASP.NET MVC 3 RC and Azure?
I keep running into problems creating a Windows Azure Cloud Service and trying to add an MVC 2 (which ends up being an MVC 3) Web Role. Initially it says MVC 2 but I was really hoping to get an MVC 3 ...
12
votes
3answers
990 views
What's the difference between Azure AppFabric and Windows Server AppFabric
Seems like there are two products with similar names, but isn't what I expect. I thought that Azure AppFabric was the "cloud" version of Windows Server AppFabric, but there doesn't seem to be much in ...
12
votes
11answers
813 views
Will there be other .NET providers of Cloud Computing services?
Cloud computing is about providing computing, storage and networking capacities on demand. It is a fresh but very compelling concept for solving some specific tasks, for example:
Running CPU heavy ...
11
votes
3answers
957 views
Why does Azure deployment take so long?
I'm trying to understand why it can take from 20-60min to deploy a small application to Azure (using the configuration/package upload method, not from within VS).
I've read through this situation and ...
11
votes
5answers
2k views
Windows Azure or Amazon EC2 for ASP.NET MVC Development?
If you want to build enterprise ASP.NET MVC applications that use MSSQL databases is it better to use Windows Azure or Amazon EC2?
I didn't find any satisfying answers.
So what are the advantages ...
11
votes
5answers
785 views
.NET Profiler for Azure?
Does anyone know of a .NET profiler which works with Azure to figure out code bottlenecks.
I have tried to integrate dotTrace profiler - but haven't had any success.
Does anyone know of any that ...
11
votes
3answers
2k views
How do I properly store data relationships with Microsoft Azure Table Storage?
Coming from a Relational world things are obviously very different with the Azure Table storage. The first major thing I've run into is how to properly store Many-to-Many relationships.
For example, ...
10
votes
5answers
2k views
Windows Azure Storage vs. SQL Azure
I saw that there was a similar question asked several months back, but it really didn't address my situation well. Here it goes...
I'm in the process of building from scratch a web-based, .NET ...
10
votes
2answers
1k views
Is it possible to edit web.config of cloud app deployed on windows Azure without redeploying my app?
Is it possible to edit web.config file of my cloud app deployed on Windows Azure without redeploying my app ?
Scenario is like-->
Cloud app is deployed on Azure with 3 instances.
web.config has ...
10
votes
9answers
3k views
9
votes
2answers
392 views
Real alternatives to Windows Azure PaaS (web role)?
I am looking for alternatives to the Windows Azure PaaS (Platform as a Service) offering, meeting the following requirements:
The platform should provide high availability and scalability.
The ...
9
votes
1answer
228 views
Why does IIS on Azure Web Roles need to recompile ASP.NET apps so often?
I have ASP.NET applications deployed on a number of different environments (AppHarbor, Azure, DiscountASP.NET, GoDaddy, etc...) and one thing that bothers me with my deployments on Azure is that my ...
9
votes
5answers
408 views
Why is virtualization needed for cloud computing?
Can anyone explain me why is virtualization needed for cloud computing? A single instance of IIS and Windows Server can host multiple web applications. Then why do we need to run multiple instances of ...
9
votes
9answers
4k views
azure performance
I've moved my app from a dedicated server to azure (and sql azure), and have noticed substantial performance degradation.
obviously not having the database and web server on the same piece of ...
9
votes
7answers
4k views
What is Windows Azure?
Announced today. Descriptions so far aren't super easy to wrap your mind around. Let's put together a good starting point for understanding Windows Azure.
Strongly related to ...
8
votes
2answers
155 views
EF with Azure - Mixing SQL Server and Windows Azure Storage
I want to use two different data sources in my Azure project:
a SQL Server that contains basic partial info regarding an item (allows indexable data and spatial search)
a Windows Azure Storage that ...
8
votes
5answers
648 views
Why and when do I need Azure?
I read plenty of articles about Azure and .NET Service Bus. I think I understand technical part but at the moment I'm missing the main point - some "cases studies" which should explain me what kind of ...
8
votes
2answers
161 views
Azure is not responding and/or busy, now what?
We have been experiencing some intermittent Windows Azure issues with our http://odata.stackexchange.com
Essentially this is what is happening:
We deploy it
Everything works fine for a few days
...
8
votes
2answers
551 views
how much of a challenge is it to port a asp.net application to azure?
I have a partly developed asp.net application, but now the client wants it to be developed in azure. How much of the existing code can be used in developing the application in azure.
What challenges ...
8
votes
2answers
2k views
Why am I getting SEHException when calling RoleEnvironment.GetConfigurationSettingValue(“MYKEY”)?
I'm trying to call RoleEnvironment.GetConfigurationSetting("SOMEKEY") like so:
public partial class AzureBasePage : System.Web.UI.Page
{
protected ChargifyConnect Chargify
{
get {
...
8
votes
5answers
4k views
Checking if a blob exists in Azure Storage
I've got a very simple question (I hope!) - I just want to find out if a blob (with a name I've defined) exists in a particular container. I'll be downloading it if it does exist, and if it doesn't ...
8
votes
6answers
2k views
Azure Pricing / Hosting Question - will hosting a simple site cost $0.12/hour + data use?
My question is pretty simple: does hosting a website on Windows Azure, require 24 "compute" hours per day?
That is, what would it cost me to host a website for a month, storing 1GB data, with 1GB ...
7
votes
1answer
104 views
Is this a valid way to simplify my inherited classes?
I have many Azure classes containing fields for date and modified by tracking. Fields such as:
[DisplayName("Created By")]
public string CreatedBy { get; set; }
[DisplayName("Modified By")]
public ...
7
votes
7answers
266 views
How to achieve high-performance REST API on Azure with .NET?
We have a .NET Web Role hosted on Windows Azure that only serves a REST API with only a hand few web methods.
API is used rather aggressively by other cloud hosted apps (not browsers). Each method ...
7
votes
1answer
453 views
Azure Blob storage vs Azure Drive
I am looking at moving to Windows Azure rather than typical hosting however I'm unsure how best to store images. After searching I've found that there are 2 possible solutions - Blob storage or Azure ...
7
votes
2answers
159 views
How paranoid should I be about my Azure application binary files being stolen?
I need to migrate a huge application to Windows Azure. The application depends on a third-party library that requires an activation key stored in a special binary file on the role instance filesystem.
...
7
votes
4answers
918 views
Visual Studio Database Project and SQL Azure
I'm really struggling with the best approach for managing a SQL Azure database which is based on a Visual Studio 2010 Database Project. I figured it would be easy enough to use VSDBCMD to create diff ...
7
votes
3answers
390 views
Azure SDK 1.3 opens two browser windows (or tabs)
Why is it that when run I website using Azure SDK 1.3 it opens two browser windows (or tabs) despite the fact that I have only defined one end point:
<Sites>
<Site name="Web">
...
7
votes
1answer
618 views
Basic SSL Certificate Questions
It has been a long time since I purchased a SSL Certificate for a web site and I am confused on what I need. There are a lot of options and I can't filter out what is really needed verse what are ...
7
votes
2answers
1k views
Best practice for http redirection for Windows Azure
I have an azure website which is named:
http://myapp.cloudapp.net
Of-course this URL is kind of ugly so I set up a CNAME that points http://www.myapp.com to the azure url.
All is well up until ...
7
votes
3answers
2k views
Azure Tables or SQL Azure?
I am at the planning stage of a web application that will be hosted in Azure with ASP.NET for the web site and Silverlight within the site for a rich user experience. Should I use Azure Tables or SQL ...
7
votes
3answers
247 views
Tools for viewing and managing Azure storage tables and queues
What tools are available for viewing and managing Azure storage tables and queues - and which do you recommend?
7
votes
1answer
1k views
NHibernate with Sql Azure and Sharding
Does anyone have any good sources of information of using NHibernate with Sql Azure with the implications of sharding (because of the 10gb cap)? I know there are posts on the internet that reference a ...
7
votes
2answers
1k views
Choosing between .NET Service Bus Queues vs Azure Queue Service
Just a quick question regarding an Azure application. If I have a number of Web and Worker roles that need to communicate, documentation says to use the Azure Queue Service.
However, I've just read ...
7
votes
4answers
1k views
Auto-increment on Azure Table Storage
I am currently developing an application for Azure Table Storage. In that application I have table which will have relatively few inserts (a couple of thousand/day) and the primary key of these ...