Hi,
What type of projects/software applications are suitable for Azure and why?
Thanks
Hi,
What type of projects/software applications are suitable for Azure and why?
Thanks
You can make most of the .NET projects working in Azure. Azure has support of following project types: web site (both ASP.NET and ASP.NET MVC), worker (background application) and wcf service.
Rather than thinking of what can be supported in Azure, it might be more helpful to think about its challenges as you decide to port your app over:
That's just a quick braindump of some challenges you might run into - I'm sure there are others.
Just keep in mind that Azure is providing Windows 2008 Server images for your app to run on, so if your app can run in that environment today, and doesn't require things I listed, you should be in pretty good shape.
Don't forget security too - there's various ways of authenticating onto Azure but none are as simple as just setting IIS/ASP to windows auth.