Introduction

When we need to control traffic to our Azure virtual machines, we can configure Network Security Groups (NSG) or Azure Firewall. Azure Firewall is a Microsoft-managed Network Virtual Appliance (NVA). This appliance allows us to centrally create, enforce and monitor network security policies across Azure subscriptions and virtual networks. In this article, we will learn how to configure Azure Firewall.

Network Security Groups (NSG) features include

Azure Firewall features include

Pre-request

Implementing Azure Firewall

Step 1

Search for “firewall” in the Search box, click on Firewalls, and click the Create button.

Step 2

In the instance section, provide all the necessary values below.

Step 3

Create a new Firewall policy, select Add new.

Step 4

Choose a Virtual network, select the existing and select the Virtual Network, create a new public IP address, and then click Ok.

Step 5

Click Review + create button to start the deployment.

Step 6

Now we have successfully deployed the Azure Firewall in the Firewall, we can notice the Firewall Private IP, Firewall SKU, and the Firewall subnet.

Implementing Azure Firewall

Summary

In this article, we learned how to deploy the Azure Firewall; in our next article, we will continue configuring the NAT rule, Application rule, and configure a route.