From 295ee5a644d4de5972236dca03bdcdea640148ab Mon Sep 17 00:00:00 2001 From: cshea15 Date: Mon, 25 Sep 2023 13:38:56 -0400 Subject: [PATCH] update readme --- quickstart/201-azfw-with-avzones/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/quickstart/201-azfw-with-avzones/readme.md b/quickstart/201-azfw-with-avzones/readme.md index 7b97df5f..3100d5d3 100644 --- a/quickstart/201-azfw-with-avzones/readme.md +++ b/quickstart/201-azfw-with-avzones/readme.md @@ -1,6 +1,12 @@ # Deploying Azure Firewall in Availability Zones -This template deploys an [Azure Firewall](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/firewall) in Availability Zones +This template deploys a test network environment with [Azure Firewall](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/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