Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cshea-msft committed Sep 25, 2023
1 parent 06cb833 commit 295ee5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion quickstart/201-azfw-with-avzones/readme.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 295ee5a

Please sign in to comment.