Back to all articles

SDL Tridion and Windows Azure Cloud

Brian Robinson
Brian Robinson
Managing Director UK
Length
5 min read
Date
28 July 2013

As a follow-up to my previous post, Can Tridion Fly? I wanted to dive a little deeper and show how it could be done in the context of Windows Azure. So, armed with an SDL Tridion 2013 license file and the Building Blocks MSDN account, I set about creating a one box solution in Azure.

Choosing your virtual machine

Tridion, due to its power, needs to live in an Infrastructure as a Service (IaaS) environment, which Azure offers in several types.

So, the first step in creating a Tridion environment in Azure is to determine the architecture you want to create, and the types of machine needed to realise it.
Azure offers four high level server types, of which two are relevant to this post

Next you need to choose the specifics; the desired OS and SQL versions, as well as the size of the instance. This largely depends on your architectural decisions and usage expectations (the beauty of the Cloud is you can increase this later, when required).

An important note, you cannot use Azure SQL Databases, as this runs a custom version of SQL Server not supported by SDL Tridion 2013.

I have deliberately not gone into more adFor this proof of concept, I chose to run a single machine environment (CME, CD & DB all on one server), and to use one of the gallery images available within Azure:

An important note, you cannot use Azure SQL Databases, as this runs a custom version of SQL Server not supported by SDL Tridion 2013.

I have deliberately not gone into more advanced techniques, like building a machine based on a pre-configured Virtual Hard Drive (VHD) or cloning machines. For now let’s keep it simple.

Building your virtual machine

Once chosen, the server takes a couple of minutes to provision and then you are ready to begin. No more waiting weeks for IT to create your virtual machine! Once familiar with the Azure interface, you can create a virtual machine and be working in less than 5 minutes.

Installing

Before jumping to the new Tridion 2013 PowerShell database scripts, there are a couple of things you need to do first.

1. Install Microsoft .NET Framework 4.0 or higher

2. Create an ‘MTSUser’ local user account

3. Follow ‘Configuring Microsoft SQL Server database server’ section of the Tridion 2013 install manual

4. Enable the SQL Server ‘sa’ user login; again, out of the box this is disabled

5. If using Windows Server 2008: Upgrade to PowerShell 3.0

Once all the prerequisites are out of the way, it is time to run the PowerShell scripts as described in the install manual.

Installing The Content Manager Server is a simple process, again, following the install manual. A couple of points to note:

1. Install the legacy pack (only if required)

2. If you allow the Tridion 2013 installer to add the IIS server role, then avoid port 80 with no hostname, as you will get an install error due to a clash with the default IIS website. My preferred approach is, to manually add the IIS server role before installation, and delete the default website.

3. Personally, I also would add in a step, to install the Razor Mediator, but that is my preference.

Finally, after following the steps to install content delivery, you are all set, with a Tridion 2013 environment in the Azure Cloud.

Publishing

In this POC, I am keeping it simple; I will be publishing directly to the same server as the CME. Other publishing options are on my agenda and discussed later in the post, but for now they are only in the idea phase.
What else is possible?

This is a very simple architecture, and only to prove that Tridion 2013 can be hosted in Windows Azure as well as Amazon EC2 and most other IaaS Cloud platforms.

At DEPT®, we have much more complex infrastructures hosted, and managed, in the Cloud in all sorts of different configurations, as discussed in Can Tridion Fly?

I am planning several followup posts, exploring Tridion in the Cloud, in which I will be investigating what is possible on the content delivery and authentication side of things. My initial thoughts are:

  • Extending this solution to publish from the Cloud hosted Tridion 2013 environment to Windows Azure Web Sites, Cloud Services and Mobile Services platforms. These platforms provide the effortless (even automated) scalability which is the Cloud’s crowning glory, and integrating it with the Tridion CMS will be a winning combination. This approach should also be transferable to internally hosted CME environments using the Cloud for content delivery only.
  • Integrate local and Cloud active directories to allow seamless transition between internal and external hosting.

More Insights?

View all Insights

Questions?

Managing Director UK

Brian Robinson