terraform/quickstart/201-azfw-multi-addresses
github-actions[bot] 0b42c09bc4 Update TestRecord
2024-11-03 03:44:41 +00:00
..
2023-10-02 21:32:54 -04:00
2023-10-05 14:04:10 -04:00
2023-10-04 15:02:11 -04:00
2023-10-05 15:33:57 -04:00
2024-11-03 03:44:41 +00:00
2023-10-05 15:33:57 -04:00

Deploy Azure Firewall with multiple public IP addresses

This template deploys an Azure Firewall with multiple Public IP Address from a public IP address prefix. The deployed firewall has NAT rule collection rules that allow RDP connections to two Windows Server 2019 virtual machines.

Terraform resource types

Variables

Name Description Default value
resource_group_location Location of the resource group eastus
firewall_sku_tier SKU size for your Firewall and Firewall Policy. Possible values: Standard, Premium Premium
resource_group_name_prefix Prefix of the resource group name that's combined with a random ID so that name is unique in your Azure subscription. rg
virtual_machine_size SKU size for your jump and workload VMs Standard_D2_v3
admin_username THe admin username for the jump and workload VMs azureuser