Novacare blog

When Azure DevOps deploy suddenly dies

Having done nothing but deploying from Azure Devops start failing with crypto.randomUUID is not a function? The code is the same, the pipeline is the same, the servers are the same. And yet one afternoon a release that had deployed cleanly for years fails on the IIS Web App…

Azure DevOps: Migrating to windows-latest

Microsoft is deprecating and removing the windows-2016 environments in DevOps in the coming months. Here's how to change the agent environment in your pipelines. YAML If you are using YAML for setup this is an easy fix. Just change the pool:vmImage setting to windows-2022 GUI…

Deploy Sanity Studio with Azure DevOps

Sanity.io is a headless CMS, which means the editor interface is very loosely coupled with the website or interface that is displaying the content to the end user. The editor interface for Sanity.io is called Sanity Studio and in most scenarios you will want to deploy this as…