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
Copy file name to clipboardExpand all lines: articles/firewall/quick-create-multiple-ip-template.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: 'Quickstart: Create an Azure Firewall with multiple public IP addresses - Resource Manager template'
3
-
description: In this quickstart, you learn how to use a Azure Resource Manager template (ARM template) to create an Azure Firewall with multiple public IP addresses.
3
+
description: In this quickstart, you learn how to use an Azure Resource Manager template (ARM template) to create an Azure Firewall with multiple public IP addresses.
4
4
services: firewall
5
5
author: vhorne
6
6
ms.service: firewall
@@ -67,11 +67,11 @@ Deploy the ARM template to Azure:
67
67
68
68
In the Azure portal, review the deployed resources. Note the firewall public IP addresses.
69
69
70
-
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.
70
+
Use Remote Desktop Connection to connect to the firewall public IP addresses. Successful connections demonstrate firewall NAT rules that allow the connection to the backend servers.
71
71
72
72
## Clean up resources
73
73
74
-
When you no longer need the resources that you created with the firewall, delete the resource group. This removes the firewall and all the related resources.
74
+
When you no longer need the resources that you created with the firewall, delete the resource group. Deleting the resource group removes the firewall and all the related resources.
75
75
76
76
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
0 commit comments