Content Hub API integrations

For quite a while, Action Scripts do not support the use of System.Net.Http.HttpClient anymore and I think that is a good measure to prevent action scripts from doing external (API) calls and enforce an implementation via either an API call action type, or an Azure event hub or service bus action. So what is the …

Continue reading

Focal point crop 2.0

Public links are pre-generated and cached on CDN, and transformations are generated on-the-fly. Also, public links can be custom cropped, thus the algorithm can be influenced to obtain the desired result of focal point cropping; while transformations can only be either cropped ‘smart’ or centered. Those two reasons steered me in the direction of basing …

Continue reading

Focal point crop v1.1

Within a few days after launching my focal point crop extension for Content Hub, I already improved my extension quite a bit. Originally, I replaced the original Entity image viewer component, with the idea to add this new focal point functionality as unobtrusive as possible. In practice, however, this proved to have some disadvantages: my …

Continue reading

Content Hub: Focal point crop

Content Hub has multiple cropping strategies as you might know: crop to center, smart crop and custom crop. Smart cropping is “a feature that intelligently examines the content of an image and automatically focuses on the most important part of an image for cropping”, as the documentation states. Although the result is often spot on, …

Continue reading

Sitecore Technology MVP 2021!

This year I am celebrating my sixth year anniversary as a Sitecore MVP! I am thrilled to announce that I have been named Most Valuable Professional (MVP) by Sitecore for 2021! As a Technology MVP I am one of only 170 Sitecore professionals worldwide that have been awarded with an MVP title in this category. …

Continue reading

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