Welcome to the third post in the Private Link Reality Bites series! Big shoutout here to my esteemed colleague and oracle for Azure Networking Daniel Mauser. […]
As you may have seen on LinkedIn, throughout the months of January and February, myself and fellow blogger Jakub Fras will be posting every Friday on […]
Dive into the world of Windows Server with this comprehensive guide! In this video, we break down the key differences between Windows Server editions, including Standard, […]
Writing a lot of Terraform modules and trying to maintain accurate and up-to-date Terraform documentation becomes increasingly challenging. This is where terraform-docs along with GitHub actions […]
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 […]