Skip to content

Commit f5a2c1f

Browse files
committed
acrolinx and tested script
1 parent bb7bcc2 commit f5a2c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/networking/scripts/virtual-network-powershell-filter-network-traffic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: devx-track-azurepowershell
1212

1313
# Filter inbound and outbound VM network traffic
1414

15-
This script sample creates a virtual network with front-end and back-end subnets. Inbound network traffic to the front-end subnet is limited to HTTP, and HTTPS, while outbound traffic to the Internet from the back-end subnet is not permitted. After running the script, you will have one virtual machine with two NICs. Each NIC is connected to a different subnet.
15+
This script sample creates a virtual network with front-end and back-end subnets. Inbound network traffic to the front-end subnet is limited to HTTP, and HTTPS, while outbound traffic to the Internet from the back-end subnet isn't permitted. After running the script, you'll have one virtual machine with two NICs. Each NIC is connected to a different subnet.
1616

1717
If needed, install the Azure PowerShell using the instruction found in the [Azure PowerShell guide](/powershell/azure/), and then run `Connect-AzAccount` to create a connection with Azure.
1818

@@ -54,4 +54,4 @@ This script uses the following commands to create a resource group, virtual netw
5454

5555
For more information on the Azure PowerShell, see [Azure PowerShell documentation](/powershell/azure/).
5656

57-
Additional networking PowerShell script samples can be found in the [Azure Networking Overview documentation](../powershell-samples.md?toc=%2fazure%2fnetworking%2ftoc.json).
57+
More networking PowerShell script samples can be found in the [Azure Networking Overview documentation](../powershell-samples.md?toc=%2fazure%2fnetworking%2ftoc.json).

0 commit comments

Comments
 (0)