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/virtual-network/cli-samples.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,10 @@
2
2
title: Azure CLI samples for virtual network
3
3
description: Learn about various sample scripts you can use for completing tasks in the Azure CLI, including creating a virtual network for multi-tier applications.
4
4
services: virtual-network
5
-
documentationcenter: virtual-network
6
5
author: asudbring
7
-
manager: mtillman
8
6
ms.service: virtual-network
9
7
ms.topic: sample
10
-
ms.tgt_pltfrm:
11
-
ms.workload: infrastructure
12
-
ms.date: 07/15/2019
8
+
ms.date: 04/04/2023
13
9
ms.author: allensu
14
10
ms.custom: devx-track-azurecli
15
11
@@ -23,7 +19,6 @@ The following table includes links to bash scripts with Azure CLI commands:
23
19
|[Create a virtual network for multi-tier applications](./scripts/virtual-network-cli-sample-multi-tier-application.md)| Creates a virtual network with front-end and back-end subnets. Traffic to the front-end subnet is limited to HTTP and SSH, while traffic to the back-end subnet is limited to MySQL, port 3306. |
24
20
|[Peer two virtual networks](./scripts/virtual-network-cli-sample-peer-two-virtual-networks.md)| Creates and connects two virtual networks in the same region. |
25
21
|[Route traffic through a network virtual appliance](./scripts/virtual-network-cli-sample-route-traffic-through-nva.md)| Creates a virtual network with front-end and back-end subnets and a VM that is able to route traffic between the two subnets. |
26
-
|[Filter inbound and outbound VM network traffic](./scripts/virtual-network-cli-sample-filter-network-traffic.md)| 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. Outbound traffic to the internet from the back-end subnet is not permitted. |
27
-
|[Configure IPv4 + IPv6 dual stack virtual network with Basic Load Balancer](./scripts/virtual-network-cli-sample-ipv6-dual-stack.md)|Deploys dual-stack (IPv4+IPv6) virtual network with two VMs and an Azure Basic Load Balancer with IPv4 and IPv6 public IP addresses. |
22
+
|[Filter inbound and outbound VM network traffic](./scripts/virtual-network-cli-sample-filter-network-traffic.md)| 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. Outbound traffic to the internet from the back-end subnet isn't permitted. |
28
23
|[Configure IPv4 + IPv6 dual stack virtual network with Standard Load Balancer](./scripts/virtual-network-cli-sample-ipv6-dual-stack-standard-load-balancer.md)|Deploys dual-stack (IPv4+IPv6) virtual network with two VMs and an Azure Standard Load Balancer with IPv4 and IPv6 public IP addresses. |
29
24
|[Quickstart: Create and test a NAT gateway - Azure CLI](../virtual-network/nat-gateway/quickstart-create-nat-gateway-cli.md)|Create and validate a NAT gateway using a virtual machine. |
0 commit comments