Skip to content

Commit 61f9169

Browse files
committed
cleanup and add toc
1 parent 02ea085 commit 61f9169

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

articles/firewall/quick-create-multipleip-template.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: victorh
1313

1414
In this quickstart, you use a Resource Manager template to deploy an Azure Firewall with multiple public IP addresses.
1515

16-
NAT rule collection rules allows RDP connections to two Windows Server 2019 virtual machines.
16+
NAT rule collection rules allow RDP connections to two Windows Server 2019 virtual machines.
1717

1818
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1919

@@ -29,7 +29,7 @@ This template creates an Azure Firewall with two public IP addresses, along with
2929

3030
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)
3131

32-
:::code language="json" source="~/quickstart-templates/fw-docs-qs/azuredeploy.json" range="001-391" highlight="235-370":::
32+
:::code language="json" source="~/quickstart-templates/fw-docs-qs/azuredeploy.json" range="001-391" highlight="238-370":::
3333

3434
Multiple Azure resources are defined in the template:
3535

@@ -51,15 +51,11 @@ Deploy Resource Manager template to Azure:
5151

5252
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Ffw-docs-qs%2Fazuredeploy.json"><img src="./media/quick-create-multipleip-template/deploy-to-azure.png" alt="deploy to azure"/></a>
5353

54-
2. In the portal, on the **Create an Azure Firewall with IpGroups** page, type or select the following values:
54+
2. In the portal, on the **Create an Azure Firewall with multiple IP public addresses** page, type or select the following values:
5555
- Subscription: Select from existing subscriptions
5656
- Resource group: Select from existing resource groups or select **Create new**, and select **OK**.
5757
- Location: Select a location
58-
- Virtual Network Name: Type a name for the new virtual network (VNet)
59-
- IP Group Name 1: Type name for IP Group 1
60-
- IP Group Name 2: Type name for IP Group 2
6158
- Admin Username: Type username for the administrator user account
62-
- Authentication: Select sshPublicKey or password
6359
- Admin Password: Type an administrator password or key
6460

6561
3. Select **I agree to the terms and conditions stated above** and then select **Purchase**. The deployment can take 10 minutes or longer to complete.
@@ -68,7 +64,7 @@ Deploy Resource Manager template to Azure:
6864

6965
In the Azure portal, review the deployed resources. Note the firewall public IP addresses.
7066

71-
Use Remote Desktop Connection to connect to the firewall public IP addresses. A successful connection demonstrates the firewall NAT rules allowing the connection to the backend servers.
67+
Use Remote Desktop Connection to connect to the firewall public IP addresses. Successful connections demonstrates firewall NAT rules that allow the connection to the backend servers.
7268

7369
## Clean up resources
7470

articles/firewall/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- name: Deploy with IP Groups
2121
displayName: Resource Manager
2222
href: quick-create-ipgroup-template.md
23+
- name: Deploy with multiple addresses
24+
displayName: Resource Manager
25+
href: quick-create-multipleip-template.md
2326
- name: Samples
2427
items:
2528
- name: Azure PowerShell

0 commit comments

Comments
 (0)