terraform-azure/quickstart/201-azfw-with-avzones
2023-09-25 13:38:56 -04:00
..
2023-09-25 10:39:55 -04:00
2023-09-24 21:13:18 -04:00
2023-09-24 21:13:18 -04:00
2023-09-25 13:38:56 -04:00
2023-09-24 21:13:18 -04:00

Deploying Azure Firewall in Availability Zones

This template deploys a test network environment with Azure Firewall in Availability Zones. The network has one virtual network (VNet) with three subnets: AzureFirewallSubnet, ServersSubnet, and JumpboxSubnet. The ServersSubnet and JumpboxSubnet subnet each have a single, two-core Windows Server virtual machine.

The firewall is in the AzureFirewallSubnet subnet, and has an application rule collection with a single rule that allows access to www.microsoft.com.

A user-defined route points network traffic from the ServersSubnet subnet through the firewall, where the firewall rules are applied.

Terraform resource types

Variables

Name Description Default value
resource_group_location location for your resources eastus
firewall_sku_tier Sku size for your Firewall and Firewall Policy Premium
resource_group_name_prefix Prefix for your resource group rg
virtual_machine_size Sku size for your jump and workload vms Standard_D2_v3
admin_username admin username for the jump and workload vms azureuser

Example