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
title: Azure PowerShell samples for virtual network
3
3
description: Learn about Azure PowerShell samples for managing virtual networks, including a sample for creating a virtual network for multi-tier applications.
4
-
services: virtual-network
5
-
documentationcenter: virtual-network
6
4
author: asudbring
7
-
manager: mtillman
8
5
ms.service: virtual-network
9
6
ms.topic: sample
10
-
ms.workload: infrastructure
11
7
ms.custom: devx-track-azurepowershell
12
-
ms.date: 07/15/2019
8
+
ms.date: 04/04/2023
13
9
ms.author: allensu
14
10
---
15
11
# Azure PowerShell samples for virtual network
@@ -21,6 +17,6 @@ The following table includes links to Azure PowerShell scripts:
21
17
|[Create a virtual network for multi-tier applications](./scripts/virtual-network-powershell-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, while traffic to the back-end subnet is limited to SQL, port 1433. |
22
18
|[Peer two virtual networks](./scripts/virtual-network-powershell-sample-peer-two-virtual-networks.md)| Creates and connects two virtual networks in the same region. |
23
19
|[Route traffic through a network virtual appliance](./scripts/virtual-network-powershell-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. |
24
-
|[Filter inbound and outbound VM network traffic](./scripts/virtual-network-powershell-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 and HTTPS. Outbound traffic to the internet from the back-end subnet is not permitted. |
25
-
|[Configure IPv4 + IPv6 dual stack virtual network with Basic Load Balancer](./scripts/virtual-network-powershell-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. |
26
-
|[Configure IPv4 + IPv6 dual stack virtual network with Standard Load Balancer](./scripts/virtual-network-powershell-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. |
20
+
|[Filter inbound and outbound VM network traffic](./scripts/virtual-network-powershell-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 and HTTPS. Outbound traffic to the internet from the back-end subnet isn't permitted. |
21
+
|[Configure IPv4 + IPv6 dual stack virtual network with Standard Load Balancer](./scripts/virtual-network-powershell-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. |
22
+
|[Quickstart: Create and test a NAT gateway - Azure PowerShell](../virtual-network/nat-gateway/quickstart-create-nat-gateway-powershell.md)| Create and validate a NAT gateway using a virtual machine. |
0 commit comments