In order to control traffic flow within our Azure virtual networks, we can use custom routes, and configure the routes to direct traffic through a network […]
The Azure Developer CLI (azd) is an open-source tool that accelerates provisioning and deploying app resources on Azure, it is great for deploying resources quickly and […]
Parameters are essential when authoring Bicep configuration files. They make your template reusable and polyvalent. In this blog post, I will explore ways to manage parameters […]
Reading Time: 2 minutesAzure Kubernetes Service (AKS) has rolled out a new feature in preview: the AKS Security Dashboard. This dashboard centralizes security insights, making it […]
Welcome to this new series of blog posts in which I will be explaining some not-so-well-known facts about Azure Private Link and some associated technologies! This […]
In today’s rapidly evolving threat landscape, protecting enterprise environments from sophisticated cyberattacks demands a comprehensive and proactive approach. Microsoft Sentinel, a scalable, cloud-native SIEM (Security Continue […]
Sometimes, deploying a Bicep template using the preferred main.bicep method is not possible due to insufficient deployment permissions, especially when deploying across different subscriptions. This requires […]
In distributed Azure architectures, it’s necessary to split up your virtual network infrastructure into different parts. This may happen over different Azure regions, or different subscriptions. […]
In a previous blog post I introduced Audio Notes Batch Transcription. If you’re not familiar with Audio Notes Batch Transcription, it helps save you hours of […]
To facilitate communication between resources in Azure deployed in virtual networks, we can use domain name resolution over relying on IP address, making the communication process […]
To facilitate communication between resources in Azure deployed in virtual networks, we can use domain name resolution over relying on IP address, making the communication process […]
Azure Document Intelligence client library for .NET, Azure.AI.DocumentIntelligence 1.0.0 was released few weeks ago with some significant refactoring to existing beta packages, and it has some breaking changes. […]