Skip to content

Commit 160458e

Browse files
authored
Merge pull request #236689 from asudbring/vnet-old-review
Old VNET article review for May - Powershell script for filter VM network traffic
2 parents f35e9a4 + 51fd840 commit 160458e

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
---
2-
title: Azure PowerShell script sample - Filter VM network traffic | Microsoft Docs
2+
title: Azure PowerShell script sample - Filter VM network traffic
33
description: Azure PowerShell script sample - Filter inbound and outbound VM network traffic.
4-
services: virtual-network
5-
documentationcenter: virtual-network
6-
author: mbender-ms
7-
manager: kumudD
4+
author: asudbring
85
ms.service: virtual-network
9-
ms.devlang: powershell
106
ms.topic: article
11-
ms.tgt_pltfrm:
12-
ms.workload: infrastructure
13-
ms.date: 05/16/2017
14-
ms.author: mbender
7+
ms.date: 05/02/2023
8+
ms.author: allensu
159
ms.custom: devx-track-azurepowershell
1610

1711
---
1812

1913
# Filter inbound and outbound VM network traffic
2014

21-
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.
2216

2317
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.
2418

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

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

63-
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)