PaaS to AKS: more scripts!

A valuable update to our boilerplate This blog post is part of a series about building a production ready Continuous Integration setup for Sitecore using K8s containers on AKS. For more information and other articles on this subject check out the series index. As you might have read in my previous blog post, we are aiming …

Continue reading

PaaS to AKS: an overview

This blog post is part of a series about building a production ready Continuous Integration setup for Sitecore using K8s containers on AKS. For more information and other articles on this subject check out the series index. Setting up a new environment from A to Z Going over a complete provisioning, installation and deployment of …

Continue reading

PaaS to AKS: ARM for EDS

This blog post is part of a series about building a production ready Continuous Integration setup for Sitecore using K8s containers on AKS. For more information and other articles on this subject check out the series index. External Data Services A K8s deployment to AKS requires a number of so called external data services (EDS) …

Continue reading

PaaS to AKS: scripts & secrets

This blog post is part of a series about building a production ready Continuous Integration setup for Sitecore using K8s containers on AKS. For more information and other articles on this subject check out the series index. Secrets management In general it is a bad idea to store credentials or secrets in your code repository. …

Continue reading

From Sitecore PaaS to AKS – a series

From PaaS to AKS. Or actually, from running Sitecore on a full PaaS architecture using Web Apps, based on the Sitecore Azure Quickstart Templates (or my own ARM set derived from that), to a containerized Sitecore deployment using the Kubernetes specification files supplied by Sitecore, running on AKS (Azure Kubernetes Services). That’s the journey I …

Continue reading

Integrated DevOps

Integrated DevOps with Azure, Git, PowerShell & Slack At the Sitecore Symposium 2018 edition I hosted a session about how to optimize the DevOps process around your automated deployments using Azure DevOps, demoing how we got our development environment to the next level of maturity, increasing the developer productivity and fun of our Sitecore software …

Continue reading

Hot Swappin’

Deploy & swap your Sitecore Azure Web App without downtime This blog post is the product of my cooperation with Mark de Bruijne, senior lead developer at Colours. Mark extended my Azure ARM scripts with the optimizations shown below, based on his research to avoid downtime on swapping, and helped me tremendously with writing this …

Continue reading

Azure templates update

Since we’re using ARM style provisioning and Sitecore deployments for a while now at Colours, it’s time for an update. First of all, because there were some changes per Sitecore 8.2 Update 3, and secondly, because we have improved our scripts and want to share a few learnings. Check out the new scripts and templates …

Continue reading

Blue Green Sitecore Deployments on Azure

In my blog post and talks early december, I gave an extensive introduction on deploying and hosting your Sitecore solution on Azure Web Apps; right after the release of Sitecore 8.2 Update 1, which was the first Sitecore version to support Web Apps. Since then, a lot happened. Not only Sitecore released both Update 2 and …

Continue reading

The Staging slot EventQueue issue

Say what? Having the possibility of using staging slots when moving from on premises to the Cloud was one of the most promising and convenient improvements that could enhance the stability and uptime of our applications. Very exciting! But soon we ran into an issue, both with Cloud Services as with Web Apps: Where we could replicate …

Continue reading