Publishing Service as Azure App Service and Connection Strings

Azure App Services provide plenty of features and options but you probably alredy know that. One of the things that I like the most is the ability to configure things like Application Settings, Connection Strings at the App Service level and having these override the ones in Web.config or ConnectionStrings.config. And, why would you want … Ler mais

Sitecore announces 2020 MVPs

BAM! Another year starts, and as usual Sitecore announces their MVPs for 2020. And for the 4th time consecutive (2017, 2018, 2019 & 2020) I’ve been awarded as a Sitecore MVP. Let’s make another great year in the community and leading people through the Sitecore world! I am dignified, thrilled and eager to keep the … Ler mais

SSL/TLS error while rebuilding xDB index

During a troubleshoot session with Sitecore, I was asked to rebuild the xDB index and I thought “I should connect to Sitecore and be able to rebuild it, easy peasy”. Sitecore support provided me with the link, and there are some steps there in how to Rebuild the core You cannot trigger an index rebuild from … Ler mais

Why admin/b does not work anymore?

Recently I had to install Sitecore 9.2, and before get thousand of errors by using my Powershell scripts I decided to have a look in the Installation Guide As you may know, you can provision a Sitecore environment either sending parameters through Powershell script or you can modify directly in the JSON files and execute … Ler mais

Adding Publishing Targets in Sitecore 9.1

As you probably know Sitecore standards send the content from Master to Web database (or publishing database if you prefer), however, Sitecore also provides a way to add more publishing targets. Do you wonder why multiple publishing targets are required? Back in 2011, John West listed some good reasons to have multiple publishing targets Traffic, … Ler mais

Replace Sitecore license in Azure PaaS at once

You already went through changing Sitecore license either on-premises or PaaS, and if that’s the case you know how painful it can become, specially for scaled environments and since Sitecore 9 the license path has changed you should be careful to put everything where it belongs to Yesterday I was told to replace the Sitecore … Ler mais

[Solved] Application Insights not working on Sitecore 9.1 PaaS

A couple weeks ago I’ve asked a question in Sitecore Stackexchange explaining that the Sitecore 9.1 PaaS our team has provisioned in Azure was not providing data to the Application Insights. I went through the existing post Accessing log files in application insitghts for Sitecore 9 in Azure app service which allowed me to execute some … Ler mais

[Solved] Unicorn issue with Sitecore Identity

I’ve started to work at the Continuous Integration & Continuous Delivery part in a Sitecore project. As I am not familiarized with the process, I decided to create my very first Sitecore project/solution in Visual Studio, and also following the requirements of the project, installed Unicorn on it. While I was installing Visual Studio, I … Ler mais