terraform/quickstart/201-azfw-with-ipgroups
github-actions[bot] 0b42c09bc4 Update TestRecord
2024-11-03 03:44:41 +00:00
..
2024-07-26 08:18:14 -07:00
2023-09-23 15:42:30 -04:00
2023-10-05 16:52:15 -04:00
2023-10-05 16:52:15 -04:00
2024-07-02 13:53:46 +08:00
2024-11-03 03:44:41 +00:00
2023-10-05 16:54:59 -04:00

Deploying Azure Firewall with IP Groups

This template deploys an Azure Firewall with IP Groups used in a network rule and application rule. An IP Group is a top-level resource that allows you to define and group IP addresses, ranges, and subnets into a single object. IP Group is useful for managing IP addresses in Azure Firewall rules.

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

Example