Tag: Azure
Migrating .NET in-process Azure Functions to the isolated model
Introduction: With Microsoft announcing the retirement of the .NET in-process Azure Functions model by November 10, 2026, it’s time for developers to start planning their…
Fixing Blazor Server reconnects behind Azure Application Gateway (WebSocket issue)
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…
Building a Complete Model Context Protocol (MCP) Implementation with .NET and Microsoft Graph API
Introduction: The Model Context Protocol (MCP) represents a standardized approach for AI systems to interact with external data sources and services. In enterprise environments, where…
Accidentally Deleted Your Azure Key Vault? Here’s How to Recover It Using Azure CLI and Portal
Introduction Azure Key Vault is a cloud service provided by Microsoft to store securely and access secrets, including API keys, passwords, certificates, and cryptographic keys.…
Secure Data Copy from Google BigQuery to Azure SQL Database using Azure Data Factory
Introduction: As organizations increasingly rely on multi-cloud strategies, the ability to move data seamlessly between cloud platforms becomes essential. An everyday use case is transferring…
Azure Application Gateway path-based routing with App Services
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…
Microsoft Entra ID Authentication Context
Introduction: Microsoft Entra ID’s Authentication Context combined with Conditional Access Policies provides a powerful mechanism to enforce granular access control for applications and resources. By…
Azure application gateway – Path based URL routing
Introduction: In today’s digital landscape, ensuring efficient and secure traffic management for web applications is crucial. An application gateway is vital in this process, acting…
