Skip to content

Commit 293eb74

Browse files
committed
tweak
1 parent 7399343 commit 293eb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/firewall/deploy-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Multiple Azure resources are defined in the template:
5050

5151
### Deploy the template
5252

53-
Deploy Resource Manager template to Azure:
53+
Deploy the Resource Manager template to Azure:
5454

5555
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.
5656

@@ -72,7 +72,7 @@ To learn about the JSON syntax and properties for a firewall in a template, see
7272

7373
## Clean up resources
7474

75-
When you no longer need them, you can remove the resource group, firewall, and all related resources by running the [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup) PowerShell command. To remove a resource group named *MyResourceGroup*, run:
75+
When you no longer need them, you can remove the resource group, firewall, and all related resources by running the `Remove-AzResourceGroup` PowerShell command. To remove a resource group named *MyResourceGroup*, run:
7676

7777
```azurepowershell-interactive
7878
Remove-AzResourceGroup -Name MyResourceGroup

0 commit comments

Comments
 (0)