Skip to main content
Jorge Bernhardt Jorge Bernhardt

Network

2024

Bicep - Deploy Azure Firewall into Virtual Network
·1213 words·6 mins· 100 views · 5 likes
Bicep Microsoft Azure IaC Azure Firewall
Hey there! In another post, we discussed how you can use Terraform to deploy Azure Firewall and how it can make your cloud deployments more efficient and secure. Today, let’s explore how you can achieve similar results using Bicep, Azure’s language for resource declaration.

2023

Terraform - Deploy Azure Firewall into Virtual Network
·1425 words·7 mins· 100 views · 5 likes
Terraform Microsoft Azure IaC Azure Firewall
Hello everyone! Azure offers a variety of security solutions, and Azure Firewall is a particularly effective tool. It is a fully managed cloud-native network firewall that provides top-notch protection for our virtual network resources.
Terraform - Deploy Azure Bastion into Virtual Network
·1532 words·8 mins· 100 views · 5 likes
Terraform Microsoft Azure IaC Azure Bastion
Hi there! In a previous article, we discussed the deployment of an Azure Bastion host in an existing Virtual Network (VNet) using Azure CLI and PowerShell. While those methods are effective, there’s an opportunity to simplify the entire process.