Question

I am looking to build a new website using Windows Azure and SQL Azure. Does anyone know of any commerical or free CMS systems that I can use as the Web Role and that will connect and use SQL Azure as the storage?

Was it helpful?

Solution

Composite C1

Look at Composite C1, it runs well on Azure and has good support and migration tools. Its built in .NET and is open source (under the Mozilla Public License 1.1).

It supports a range of technologies of your choice of ASP.NET Razor, Web Forms and XSLT. The underlying datastore can be either local XML files or SQL server, and switching between the two is easy.

OTHER TIPS

Orchard

Orchard is a free, open source CMS built for Azure. You can download it at orchard.codeplex.com. It's written using .NET 4.0/ASP.NET MVC. You can learn more at Orchard's website.

While Orchard was the original for Web Roles/SQL Azure you can now also run..

(links are references to azure compatibility:

Keep in mind Azure also now offers VM Roles, where you can spin up a Windows Server instance or even Linux instances so there's basically no limit to what you can run on "Azure" today, it just depends on if you want to use the infrastructure as a service (VMs) or the platform as a service, like web roles/SQL Azure/Azure Websites.

You might take a look at mojoPortal http://mojoportal.codeplex.com/releases/view/43501 the zip file is mojoportal-2-3-4-2-sqlazure-deploymentfiles.zip

I have found what I have been seeking; The Orchard Project, an open source .NET MVC3 CMS by Microsoft employees. Check out the video where it even shows multi-tenancy capabilities for Azure and other powerful features; http://www.msteched.com/2010/NorthAmerica/WEB202 Here's it the documentation, under "Hosting and Deploying Websites" you will find how to deploy to Azure and how to enable multi-tenancy; http://www.orchardproject.net/docs/ From reading the reviews, I think Orchard CMS is shining already.

Kentico CMS is a .NET CMS that has both paid and free versions for both on premise and Azure deployments.

http://www.kentico.com/cms-asp-net-features/Windows-Azure.aspx

At PDC 2008 microsoft announced that share point would have a home in the cloud. I have always been conserned about performance with sharepoint

I am looking to build one. I have an idea that would allow me to use the new IUpdatable interface to version content as an auditing step in a work flow.

http://blogs.msdn.com/steve_fox/archive/2010/03/22/integrating-azure-sharepoint-2010.aspx

Galaxy Cloud CMS is a great CMS that runs on Azure. You can install your own instance on your Azure resources and manage multiple clients, or you can pay a monthly fee and just use the data feeds in your app: https://glxy.co

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top