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
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.
17
20
18
21
The firewall is in the *AzureFirewallSubnet* subnet, and has an application rule collection with a single rule that allows access to `www.microsoft.com`.
19
22
20
23
A user-defined route points network traffic from the *ServersSubnet* subnet through the firewall, where the firewall rules are applied.
For more information about Azure Firewall, see [Deploy and configure Azure Firewall using the Azure portal](tutorial-firewall-deploy-portal.md).
25
26
26
27
## Prerequisites
@@ -33,20 +34,20 @@ This template creates an Azure Firewall with Availability Zones, along with the
33
34
34
35
### Review the template
35
36
36
-
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).
37
+
The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/101-azurefirewall-with-zones-sandbox).
Copy file name to clipboardExpand all lines: articles/firewall/quick-create-ipgroup-template.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,14 @@ services: firewall
5
5
author: vhorne
6
6
ms.service: firewall
7
7
ms.topic: quickstart
8
+
ms.custom: subject-armqs
8
9
ms.date: 04/06/2020
9
10
ms.author: victorh
10
11
---
11
12
12
13
# Quickstart: Create an Azure Firewall and IP Groups - Resource Manager template
13
14
14
-
In this quickstart, you use a Resource Manager template to deploy an Azure Firewall with sample IP Groups used in a network rule and application rule.
15
-
16
-
An IP Group is a top-level resource that allows you to define and group IP addresses, ranges, and subnets into a single object. This is useful for managing IP addresses in Azure Firewall rules. You can either manually enter IP addresses or import them from a file.
15
+
In this quickstart, you use a Resource Manager template to deploy an Azure Firewall with sample IP Groups used in a network rule and application rule. An IP Group is a top-level resource that allows you to define and group IP addresses, ranges, and subnets into a single object. This is useful for managing IP addresses in Azure Firewall rules. You can either manually enter IP addresses or import them from a file.
@@ -27,22 +26,21 @@ This template creates an Azure Firewall and IP Groups, along with the necessary
27
26
28
27
### Review the template
29
28
30
-
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/blob/master/101-azurefirewall-create-with-ipgroups-and-linux-jumpbox/azuredeploy.json)
29
+
The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/101-azurefirewall-create-with-ipgroups-and-linux-jumpbox).
Copy file name to clipboardExpand all lines: articles/firewall/quick-create-multiple-ip-template.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,14 @@ services: firewall
5
5
author: vhorne
6
6
ms.service: firewall
7
7
ms.topic: quickstart
8
+
ms.custom: subject-armqs
8
9
ms.date: 04/14/2020
9
10
ms.author: victorh
10
11
---
11
12
12
13
# Quickstart: Create an Azure Firewall with multiple public IP addresses - Resource Manager template
13
14
14
-
In this quickstart, you use a Resource Manager template to deploy an Azure Firewall with multiple public IP addresses.
15
-
16
-
The deployed firewall has NAT rule collection rules that allow RDP connections to two Windows Server 2019 virtual machines.
15
+
In this quickstart, you use a Resource Manager template to deploy an Azure Firewall with multiple public IP addresses. The deployed firewall has NAT rule collection rules that allow RDP connections to two Windows Server 2019 virtual machines.
@@ -29,22 +28,21 @@ This template creates an Azure Firewall with two public IP addresses, along with
29
28
30
29
### Review the template
31
30
32
-
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/blob/master/fw-docs-qs/azuredeploy.json)
31
+
The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/fw-docs-qs).
0 commit comments