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 […]
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. […]
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 […]
Introduction In this blog, I’ll detail how you can integrate GitHub Dependabot with Azure DevOps at no cost, ensuring you can proactively monitor vulnerabilities in […]
Azure Virtual Networks use private IP addresses which aren’t routable on public networks. To enable support networks that exist both in Azure and on-prem environments, we […]
Azure Virtual Networks (or VNETs) are the fundamental building block for private networks in Azure. We can built Azure VNETs that are similar to on-prem networks, […]
[Azure Updates] Azure Container Storage is a cloud-based volume management, deployment and orchestration service and works with Azure Kubernetes Service (AKS) to effectively scale across storage […]
2024 is the year when Generative AI entered the Azure operations and DevOps world. Generative AI has eaten the world since the first apparition of ChatGpt […]
Introduction In a customer’s environment, we have made a decision to use Git tags in Azure DevOps IaC pipelines to deploy Azure resources into the production […]
Infrastructure as Code (IaC) has changed the way we manage and deploy cloud environments. By combining Terraform with CI/CD tools like GitHub Actions, we can automate […]