Generating a static HTML site from a Sitecore site

Ever had the need to generate a Sitecore site as a static website package of html files? I had to, and I wanted to write about some of the nuiances to keep in mind if you needed to perform this task. Additional logic will be needed if wildcard nodes are in place. Note on setting… Read More Generating a static HTML site from a Sitecore site

Creating virtual applications in your Azure app service

While configuring deployments using Azure release pipelines, you might come across a scenario where you need to deploy files to a particular folder in your Azure app service. Selecting an app service to deploy to, simply deploys to the root folder. But if you wish to target a particular folder in your app service, you… Read More Creating virtual applications in your Azure app service