You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Deploy Azure Firewall using a template. The created network has one VNet with three subnets. Two, two-core Windows Server virtual machines are deployed.
2
+
title: 'Quickstart: Create an Azure Firewall with Availability Zones - Resource Manager template'
3
+
description: Deploy Azure Firewall using a template. The virtual network has one VNet with three subnets. TwoWindows Server virtual machines are deployed; a jump box and a server.
4
4
services: firewall
5
5
author: vhorne
6
6
ms.service: firewall
7
-
ms.topic: article
8
-
ms.date: 11/19/2019
7
+
ms.topic: quickstart
8
+
ms.date: 04/30/2020
9
9
ms.author: victorh
10
10
---
11
11
12
-
# Deploy Azure Firewall using a template
12
+
# Quickstart: Deploy Azure Firewall with Availability Zones - Resource Manager template
13
13
14
-
The [Create AzureFirewall sandbox setup template](https://github.com/Azure/azure-quickstart-templates/tree/master/101-azurefirewall-with-zones-sandbox) creates a test network environment with a firewall. 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.
14
+
In this quickstart, you use a Resource Manager template to deploy an Azure Firewall in three Availability Zones.
15
+
16
+
The template creates a test network environment with a firewall. 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.
15
17
16
18
The firewall is in the *AzureFirewallSubnet* subnet, and has an application rule collection with a single rule that allows access to `www.microsoft.com`.
17
19
18
20
A user-defined route points network traffic from the *ServersSubnet* subnet through the firewall, where the firewall rules are applied.
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/blob/master/101-azurefirewall-with-zones-sandbox/azuredeploy.json).
1. Access the template at [https://github.com/Azure/azure-quickstart-templates/tree/master/101-azurefirewall-with-zones-sandbox](https://github.com/Azure/azure-quickstart-templates/tree/master/101-azurefirewall-with-zones-sandbox).
32
-
33
-
1. Read the introduction, and when ready to deploy, select **Deploy to Azure**.
34
-
35
-
1. Sign in to the Azure portal if necessary.
51
+
### Deploy the template
36
52
37
-
1. In the portal, on the **Create a sandbox setup of AzureFirewall** page, type or select the following values:
38
-
53
+
Deploy Resource Manager template to Azure:
54
+
55
+
1. Select **Deploy to Azure** to sign in to Azure and open the template. The template creates an Azure Firewall, the network infrastructure, and two virtual machines.
56
+
57
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-azurefirewall-with-zones-sandbox%2Fazuredeploy.json)
58
+
59
+
2. In the portal, on the **Create a sandbox setup of Azure Firewall with Zones** page, type or select the following values:
39
60
-**Resource group**: Select **Create new**, type a name for the resource group, and select **OK**.
40
61
-**Virtual Network Name**: Type a name for the new VNet.
41
62
-**Admin Username**: Type a username for the administrator user account.
42
63
-**Admin Password**: Type an administrator password.
43
-
44
-
1. Read the terms and conditions, and then select **I agree to the terms and conditions stated above**.
45
-
46
-
1. Select **Purchase**.
47
-
48
-
It will take a few minutes to create the resources.
49
-
50
-
1. Explore the resources that were created with the firewall.
64
+
65
+
3. Read the terms and conditions, and then select **I agree to the terms and conditions stated above** and then select **Purchase**. The deployment can take 10 minutes or longer to complete.
66
+
67
+
## Review deployed resources
68
+
69
+
Explore the resources that were created with the firewall.
51
70
52
71
To learn about the JSON syntax and properties for a firewall in a template, see [Microsoft.Network/azureFirewalls](/azure/templates/microsoft.network/azurefirewalls).
53
72
@@ -58,11 +77,10 @@ When you no longer need them, you can remove the resource group, firewall, and a
58
77
```azurepowershell-interactive
59
78
Remove-AzResourceGroup -Name MyResourceGroup
60
79
```
61
-
Don't remove the resource group and firewall yet, if you plan to continue on to the firewall monitoring tutorial.
80
+
Don't remove the resource group and firewall if you plan to continue on to the firewall monitoring tutorial.
0 commit comments