Azure
-
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
-
Azure API Management for Microservices Architecture and Azure Functions Integration
In this blog post, I will give an overview of the role of Azure API Management in a microservices architecture, and how it can help manage, secure, and route requests to multiple microservices. What is Azure API Management? Azure API… 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
-
Overcoming Access Issues between Same-Region Azure Virtual Machines and PaaS Services
When working with Microsoft Azure, you might encounter a situation where your Azure Virtual Machines (VMs) are unable to access your Storage Account or other Platform as a Service (PaaS) services when using IP Whitelisting Network Rules. This particular issue… Continue reading
-
Application Gateway Listener – Error when referencing a certificate in a Private Endpoint protected Key Vault.
I recently came across an error when setting up an Application Gateway instance that uses Key Vault certificate references in my Listener TLS Certificates store. I was adding this to enable the termination of client TLS connection at the gateway.… Continue reading





