Alexander Haneng
Jul 8, 2014
  7331
(5 votes)

Running EPiServer CMS in Azure

As of version 7.5 you can run EPiServer CMS as an Windows Azure Web Site (WAWS), and there are good reasons to do so: cheap hosting (pay only for what you use), automatic scaling, quick and easy setup, simple to deploy new code and easy to set up (and take down) test environments.

image

The smallest Azure Web Site plan is free. If you have a MSDN subscription you also got a monthly credit that you can use to pay for other Azure services.

What are Azure Web Sites?
The quick answer is that is a cloud based IIS instance where you can deploy your site. You don’t have to think about the OS (or patching, anti-virus, etc.) and Azure ensures that at least one instance is always running no matter what might happen to the OS host or the hardware.

What about the SQL database?
Azure offers an “SQL Server in the cloud” so we simply create and use that for our EPiServer database.


What about the VPP files?
As of version 7.5 of EPiServer CMS files are no longer stored as VPP files, but as Media (IContent). EPiServer provides an AzureBlobProvider that lets us store the Media files in Azure BLOB storage. It sounds complicated, but it is really easy.

What about event broadcasting?
Historically EPiServer has used event messages broadcasted on a network to notify all servers in a cluster to events (e.g. a page having been updated). In 7.5 they have added support for the Azure Service Bus to send event messages to all the servers in a cluster, so we no longer need to configure a private network between the servers.

How do I get my first site running in Azure?

Getting a site up and running is fairly easy since EPiServer has a very good article that will get you started.

You can also read about how I created the “Cloud Clinic” demo site in Azure in this blog post.

Jul 08, 2014

Comments

Please login to comment.
Latest blogs
Opti ID overview

Opti ID allows you to log in once and switch between Optimizely products using Okta, Entra ID, or a local account. You can also manage all your use...

K Khan | Jul 26, 2024

Getting Started with Optimizely SaaS using Next.js Starter App - Extend a component - Part 3

This is the final part of our Optimizely SaaS CMS proof-of-concept (POC) blog series. In this post, we'll dive into extending a component within th...

Raghavendra Murthy | Jul 23, 2024 | Syndicated blog

Optimizely Graph – Faceting with Geta Categories

Overview As Optimizely Graph (and Content Cloud SaaS) makes its global debut, it is known that there are going to be some bugs and quirks. One of t...

Eric Markson | Jul 22, 2024 | Syndicated blog

Integration Bynder (DAM) with Optimizely

Bynder is a comprehensive digital asset management (DAM) platform that enables businesses to efficiently manage, store, organize, and share their...

Sanjay Kumar | Jul 22, 2024

Frontend Hosting for SaaS CMS Solutions

Introduction Now that CMS SaaS Core has gone into general availability, it is a good time to start discussing where to host the head. SaaS Core is...

Minesh Shah (Netcel) | Jul 20, 2024

Optimizely London Dev Meetup 11th July 2024

On 11th July 2024 in London Niteco and Netcel along with Optimizely ran the London Developer meetup. There was an great agenda of talks that we put...

Scott Reed | Jul 19, 2024