...

/

Demo: Azure Firewall Testing

Demo: Azure Firewall Testing

Practice a hands-on demo on how to test Azure Firewall.

We’ve successfully deployed an Azure Firewall. Next, let’s create a default route, configure an application rule that allows access to Google, configure a network rule, and configure a NATnetwork address translation rule. Lastly, we will test the firewall.

We already have the following:

  • A “demo-exercise-gp” named resource group
  • A “vmFirewall” named VM
  • A “test_firewall” named firewall
  • A “Virtual_Network” named virtual network
  • Two “AzureFirewallSubnet(10.0.1.0/26)” and “Subnet_2(10.0.2.0/24)” named subnets

Let’s start the demo.

Setting up a default route

  1. Navigate over to Azure Portal and log in.

  2. On the Azure home page, click the “Create a resource” button. This will open a marketplace. Search for the “Route table” by typing it in the search box or scrolling down to find it.

  3. Click the “Create a route” option. This will open up a form to fill out the details. Select your subscription and an already existing resource group. If you don’t have any, create one and give it any desired name.

  4. After that, enter a unique name for the route table and select a region. Once you’re done with this, click the “Review + create” button. Once validation is passed, click the “Create” button.

  5. Once the resource is deployed, click ...