devops
-
Let’s Encrypt Powered TLS: Creating a GitHub Action Automated System for Azure Web Applications
TLDR– Github solution to set this up: https://github.com/AddEleven/lets-encrypt-azure-automation I recently set up an Azure App Service with an Application Gateway frontend. Everything was working smoothly with Azure App Service Managed Certificates until I hit a major roadblock: you can’t export… Continue reading
-
Simplifying String Replacement in Azure Bicep using User-Defined Functions
In this blog post, I’ll provide a way of replacing multiple values in a string in Azure Bicep. We will first look at the traditional way of doing this, which can be quite tedious and repetitive. Then, we will introduce… Continue reading
-
Intermittent Failures in Azure DevOps Pipeline with Zip Deploy of Azure Functions
Azure Functions, Microsoft’s serverless computing service, allows developers to focus on writing and improving their application code without the overhead of managing infrastructure. However, deploying Azure Functions using Azure DevOps Pipeline’s AzureFunctionApp@ task can sometimes result in intermittent failures. This blog post… Continue reading


