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/networking/scripts/virtual-network-filter-network-traffic.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,32 @@
1
1
---
2
-
title: Azure CLI script sample - Filter VM network traffic | Microsoft Docs
2
+
title: Azure CLI script sample - Filter VM network traffic
3
3
description: Use an Azure CLI script to filter inbound and outbound virtual machine (VM) network traffic with front-end and back-end subnets.
4
-
services: virtual-network
5
-
documentationcenter: virtual-network
6
-
author: mbender-ms
4
+
author: asudbring
7
5
ms.service: virtual-network
8
-
ms.devlang: azurecli
9
6
ms.topic: article
10
-
ms.tgt_pltfrm:
11
-
ms.workload: infrastructure
12
-
ms.date: 07/07/2017
13
-
ms.author: mbender
7
+
ms.date: 03/23/2023
8
+
ms.author: allensu
14
9
15
10
---
16
11
17
12
# Use an Azure CLI script to filter inbound and outbound VM network traffic
18
13
19
-
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, HTTPS and SSH, 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.
14
+
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, HTTPS and SSH, 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.
0 commit comments