⏱︎
Read time:
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 data from Google BigQuery, a fully-managed, serverless data warehouse on Google Cloud, to Azure SQL…
⏱︎
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…
⏱︎
Read time:
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 leveraging authentication context, organizations can apply step-up authentication based on specific conditions, ensuring that sensitive…
⏱︎
Read time:
Introduction: Azure Virtual Network (VNet) peering is an essential networking feature that allows seamless communication between virtual networks. Whether you are designing a multi-region network architecture or setting up secure communication between VNets, understanding VNet peering is crucial. Virtual Network…
⏱︎
Read time:
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 as a reverse proxy that manages client requests and distributes them to various backend services.…
⏱︎
Read time:
Introduction To build and deploy our code or application using a CI/CD pipeline, we need an agent pool in Azure DevOps. This agent is computing infrastructure with all required software pre-installed for the build and deployment. There are four types…