Skip to content

Commit 12bd0ba

Browse files
authored
Merge pull request #48861 from vhorne/fw-ps-upd
updatefw ps links
2 parents 1a36a8b + 2ccae1c commit 12bd0ba

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/firewall/scripts/sample-create-firewall-test.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ title: Azure PowerShell script sample - Create Azure Firewall test environment
33
description: Azure PowerShell script sample - Create Azure Firewall test enviroment.
44
services: virtual-network
55
author: vhorne
6-
76
ms.service: firewall
87
ms.devlang: powershell
98
ms.topic: sample
10-
ms.date: 7/11/2018
9+
ms.date: 8/13/2018
1110
ms.author: victorh
12-
1311
---
1412

1513
# Create an Azure Firewall test environment
@@ -78,10 +76,10 @@ This script uses the following commands to create a resource group, virtual netw
7876
| [New-AzureRmVMConfig](/powershell/module/azurerm.compute/new-azurermvmconfig) | Creates a VM configuration. This configuration includes information such as VM name, operating system, and administrative credentials. The configuration is used during VM creation. |
7977
| [New-AzureRmVM](/powershell/module/azurerm.compute/new-azurermvm) | Create a virtual machine. |
8078
|[Remove-AzureRmResourceGroup](/powershell/module/azurerm.resources/remove-azurermresourcegroup) | Removes a resource group and all resources contained within. |
81-
|New-AzureRmFirewall| Creates a new Azure Firewall.|
82-
|Get-AzureRmFirewall|Gets an Azure Firewall object.|
83-
|New-AzureRmFirewallApplicationRule|Creates a new Azure Firewall application rule.|
84-
|Set-AzureRmFirewall|Commits changes to the Azure Firewall object.|
79+
|[New-AzureRmFirewall](https://github.com/Azure/azure-powershell/blob/Networking-AzureFirewall/src/ResourceManager/Network/Commands.Network/help/New-AzureRmFirewall.md)| Creates a new Azure Firewall.|
80+
|[Get-AzureRmFirewall](https://github.com/Azure/azure-powershell/blob/Networking-AzureFirewall/src/ResourceManager/Network/Commands.Network/help/Get-AzureRmFirewall.md)|Gets an Azure Firewall object.|
81+
|[New-AzureRmFirewallApplicationRule](https://github.com/Azure/azure-powershell/blob/Networking-AzureFirewall/src/ResourceManager/Network/Commands.Network/help/New-AzureRmFirewallApplicationRule.md)|Creates a new Azure Firewall application rule.|
82+
|[Set-AzureRmFirewall](https://github.com/Azure/azure-powershell/blob/Networking-AzureFirewall/src/ResourceManager/Network/Commands.Network/help/Set-AzureRmFirewall.md)|Commits changes to the Azure Firewall object.|
8583

8684

8785
## Next steps

0 commit comments

Comments
 (0)