learn-terraform

Course outlines for learning terraform.

View the Project on GitHub robertdebock/learn-terraform

Build infrastructure firewall

expected time requirements
30 minutes a computer

Goal: Learn how to create Azure firewall using Terraform.

Explanation

An Azure firewall offer unique characteristics like the threat intel mode. This can help securing a set of resources.

Have a look at the relations you can make:

~Firewall dependencies

Be aware; experiments with an Azure Firewall can be expensive; the minimum amount of time for an Azure Firewall is 1 hour.

Howto

There are quite some configurable parameters, but these resources are required:

Demo

Have a look at this Azure firewall module.

There are many ways to configure an Azure firewall, your implementation likely differs.

Assignment

Questions

  1. Where does the Azure Firewall differ from a Network Security Group?
  2. What does a Standard and Premium Azure firewall cost per month?