⏱︎
Read time:
Introduction: When building enterprise-grade serverless applications with Microsoft Azure Functions, it is common to secure APIs with Microsoft Azure Application Gateway rather than exposing the Function App endpoint directly to the internet. Using Application Gateway provides several advantages: One common…
⏱︎
Read time:
Introduction: Recently, I faced an interesting challenge while deploying a .NET Blazor Server application in an IIS Windows Server that sits behind an Azure Application Gateway. The app appeared to load fine at first, but after about 20 seconds, it…
⏱︎
Read time:
Introduction In my previous article on Azure Application Gateway Path-Based URL Routing, I walked through setting up path-based routing for Azure App Services behind an Application Gateway. In this article, I will discuss a critical configuration aspect: the “Override with…