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) …
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. …
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 …
Automatic Forms data disposal
This is part two of my blog series on Data Privacy, accompanying my Sitecore modules developed for automatic disposal of personal data in Sitecore.Read part one if you’re new to this topic. An overview of Sitecore databases This is an overview of all non-content databases of a typical Sitecore installation. Mind that Cortex and the …
Sliding expiration & automatic disposal
TL;DR? Here’s a quick summary Sitecore doesn’t remove xDB data automatically. You will need to execute the Right to be Forgotten either manually from the dashboard or from custom code. Setting your cookie lifetime to match your privacy policy only removes the link between the visitor’s browser and his data in xDB. If you do …
Where did our Search go?
Azure Search will break your Sitecore 8.2 website A few days ago, one of our Azure production environments running Sitecore suddenly stopped working. At first it seemed to be just a ‘regular’ hick up and Azure reported auto-recovery:
1 2 3 4 5 6 |
"At {datetime}, the Azure monitoring system received the following information regarding your Website: We're sorry, your Web app is unavailable. We're working to automatically recover your Web App and to determine the source of the problem. No action is required from you at this time." |
The unavailability was correct. But it didn’t recover as it should. And the remark that no …
Sitecore Technology MVP 2020!
This year I am celebrating my fifth year anniversary as a Sitecore MVP! I am thrilled to announce that I have been named Most Valuable Professional (MVP) by Sitecore for 2020! As a Technology MVP I am one of only 154 Sitecore professionals worldwide that have been awarded with an MVP title in this category. …
Extending Sitecore using serverless architectures
Our universe is expanding, literally. But that also goes for both the Sitecore topology and the Azure stack. In this blog I want to take you on a trip through our Cloud galaxy to show you how you can manage this increased complexity and how you can leverage the potential of these new Azure services …
Symposium recap 2019
This year’s Sitecore Symposium in Orlando has been yet another vibrant edition, packed with inspiring keynotes, educational and in-depth breakout sessions, and a lot of interesting conversations with fellow Sitecore-minded developers, marketers and customers. The amount of breaking news announcements may not have been as high as last year, with Horizon, Cortex, Host, the Stylelabs …
Azure Gateway for Sitecore
Strong ciphers & SSL termination without ASE Multiple recent pen tests have shown us that Azure Web Apps by default do not support the (strong) SSL ciphers we desire. Not willing to make the jump to the Application Service Environment (ASE) right away, we decided to try and secure our Web Apps using an Application …