title | description | services | author | ms.service | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|
Tutorial: Deploy and configure Azure Firewall using the Azure portal |
In this tutorial, you learn how to deploy and configure Azure Firewall using the Azure portal. |
firewall |
vhorne |
firewall |
tutorial |
11/15/2018 |
victorh |
mvc |
Controlling outbound network access is an important part of an overall network security plan. For example, you may want to limit access to web sites, or the outbound IP addresses and ports that can be accessed.
One way you can control outbound network access from an Azure subnet is with Azure Firewall. With Azure Firewall, you can configure:
- Application rules that define fully qualified domain names (FQDNs) that can be accessed from a subnet.
- Network rules that define source address, protocol, destination port, and destination address.
Network traffic is subjected to the configured firewall rules when you route your network traffic to the firewall as the subnet default gateway.
For this tutorial, you create a simplified single VNet with three subnets for easy deployment. For production deployments, a hub and spoke model is recommended, where the firewall is in its own VNet, and workload servers are in peered VNets in the same region with one or more subnets.
- AzureFirewallSubnet - the firewall is in this subnet.
- Workload-SN - the workload server is in this subnet. This subnet's network traffic goes through the firewall.
- Jump-SN - The "jump" server is in this subnet. The jump server has a public IP address that you can connect to using Remote Desktop. From there, you can then connect to (using another Remote Desktop) the workload server.
In this tutorial, you learn how to:
[!div class="checklist"]
- Set up a test network environment
- Deploy a firewall
- Create a default route
- Configure an application to allow access to msn.com
- Configure a network rule to allow access to external DNS servers
- Test the firewall
If you don't have an Azure subscription, create a free account before you begin.
First, create a resource group to contain the resources needed to deploy the firewall. Then create a VNet, subnets, and test servers.
The resource group contains all the resources for the tutorial.
- Sign in to the Azure portal at http://portal.azure.com.
- On the Azure portal home page, click Resource groups > Add.
- For Resource group name, type Test-FW-RG.
- For Subscription, select your subscription.
- For Resource group location, select a location. All subsequent resources that you create must be in the same location.
- Click Create.
This VNet will contain three subnets.
- From the Azure portal home page, click All services.
- Under Networking, click Virtual networks.
- Click Add.
- For Name, type Test-FW-VN.
- For Address space, type 10.0.0.0/16.
- For Subscription, select your subscription.
- For Resource group, select Use existing > Test-FW-RG.
- For Location, select the same location that you used previously.
- Under Subnet, for Name type AzureFirewallSubnet. The firewall will be in this subnet, and the subnet name must be AzureFirewallSubnet.
- For Address range, type 10.0.1.0/24.
- Use the other default settings, and then click Create.
Note
The minimum size of the AzureFirewallSubnet subnet is /26.
Next, create subnets for the jump server, and a subnet for the workload servers.
- On the Azure portal home page, click Resource groups > Test-FW-RG.
- Click the Test-FW-VN virtual network.
- Click Subnets > +Subnet.
- For Name, type Workload-SN.
- For Address range, type 10.0.2.0/24.
- Click OK.
Create another subnet named Jump-SN, address range 10.0.3.0/24.
Now create the jump and workload virtual machines, and place them in the appropriate subnets.
-
On the Azure portal, click Create a resource.
-
Click Compute and then select Windows Server 2016 Datacenter in the Featured list.
-
Enter these values for the virtual machine:
- Test-FW-RG for the resource group.
- Srv-Jump - for the name of the virtual machine.
- azureuser - for the administrator user name.
- Azure123456! for the password.
-
Under Inbound port rules, for Public inbound ports, click Allow selected ports.
-
For Select inbound ports, select RDP (3389).
-
Accept the other defaults and click Next: Disks.
-
Accept the disk defaults and click Next: Networking.
-
Make sure that Test-FW-VN is selected for the virtual network and the subnet is Jump-SN.
-
For Public IP, click Create new.
-
Type Srv-Jump-PIP for the public IP address name and click OK.
-
Accept the other defaults and click Next: Management.
-
Click Off to disable boot diagnostics. Accept the other defaults and click Review + create.
-
Review the settings on the summary page, and then click Create.
Repeat this process to create another virtual machine named Srv-Work.
Use the information in the following table to configure the Srv-Work virtual machine. The rest of the configuration is the same as the Srv-Jump virtual machine.
Setting | Value |
---|---|
Subnet | Workload-SN |
Public IP | None |
Public inbound ports | None |
Deploy the firewall into the VNet.
-
From the portal home page, click Create a resource.
-
Click Networking, and after Featured, click See all.
-
Click Firewall > Create.
-
On the Create a Firewall page, use the following table to configure the firewall:
Setting Value Name Test-FW01 Subscription <your subscription> Resource group Use existing: Test-FW-RG Location Select the same location that you used previously Choose a virtual network Use existing: Test-FW-VN Public IP address Create new. The Public IP address must be the Standard SKU type. -
Click Review + create.
-
Review the summary, and then click Create to create the firewall.
This will take a few minutes to deploy.
-
After deployment completes, go to the Test-FW-RG resource group, and click the Test-FW01 firewall.
-
Note the private IP address. You'll use it later when you create the default route.
For the Workload-SN subnet, configure the outbound default route to go through the firewall.
-
From the Azure portal home page, click All services.
-
Under Networking, click Route tables.
-
Click Add.
-
For Name, type Firewall-route.
-
For Subscription, select your subscription.
-
For Resource group, select Use existing, and select Test-FW-RG.
-
For Location, select the same location that you used previously.
-
Click Create.
-
Click Refresh, and then click the Firewall-route route table.
-
Click Subnets > Associate.
-
Click Virtual network > Test-FW-VN.
-
For Subnet, click Workload-SN. Make sure that you select only the Workload-SN subnet for this route, otherwise your firewall will not work correctly.
-
Click OK.
-
Click Routes > Add.
-
For Route name, type FW-DG.
-
For Address prefix, type 0.0.0.0/0.
-
For Next hop type, select Virtual appliance.
Azure Firewall is actually a managed service, but virtual appliance works in this situation.
-
For Next hop address, type the private IP address for the firewall that you noted previously.
-
Click OK.
This is the application rule that allows outbound access to msn.com.
- Open the Test-FW-RG, and click the Test-FW01 firewall.
- On the Test-FW01 page, under Settings, click Rules.
- Click the Application rule collection tab.
- Click Add application rule collection.
- For Name, type App-Coll01.
- For Priority, type 200.
- For Action, select Allow.
- Under Rules, Target FQDNs, for Name, type AllowGH.
- For Source Addresses, type 10.0.2.0/24.
- For Protocol:port, type http, https.
- For Target FQDNS, type msn.com
- Click Add.
Azure Firewall includes a built-in rule collection for infrastructure FQDNs that are allowed by default. These FQDNs are specific for the platform and can't be used for other purposes. For more information, see Infrastructure FQDNs.
This is the network rule that allows outbound access to two IP addresses at port 53 (DNS).
-
Click the Network rule collection tab.
-
Click Add network rule collection.
-
For Name, type Net-Coll01.
-
For Priority, type 200.
-
For Action, select Allow.
-
Under Rules, for Name, type AllowDNS.
-
For Protocol, select UDP.
-
For Source Addresses, type 10.0.2.0/24.
-
For Destination address, type 209.244.0.3,209.244.0.4
-
For Destination Ports, type 53.
-
Click Add.
For testing purposes in this tutorial, you configure the primary and secondary DNS addresses. This is not a general Azure Firewall requirement.
- From the Azure portal, open the Test-FW-RG resource group.
- Click the network interface for the Srv-Work virtual machine.
- Under Settings, click DNS servers.
- Under DNS servers, click Custom.
- Type 209.244.0.3 in the Add DNS server text box, and 209.244.0.4 in the next text box.
- Click Save.
- Restart the Srv-Work virtual machine.
Now test the firewall to confirm that it works as expected.
-
From the Azure portal, review the network settings for the Srv-Work virtual machine and note the private IP address.
-
Connect a remote desktop to Srv-Jump virtual machine, and from there open a remote desktop connection to the Srv-Work private IP address.
-
Open Internet Explorer and browse to http://msn.com.
-
Click OK > Close on the security alerts.
You should see the MSN home page.
-
Browse to http://www.msn.com.
You should be blocked by the firewall.
So now you have verified that the firewall rules are working:
- You can browse to the one allowed FQDN, but not to any others.
- You can resolve DNS names using the configured external DNS server.
You can keep your firewall resources for the next tutorial, or if no longer needed, delete the Test-FW-RG resource group to delete all firewall-related resources.
[!div class="nextstepaction"] Tutorial: Monitor Azure Firewall logs