Skip to content

Files

Latest commit

3e08455 · Apr 12, 2022

History

History
30 lines (27 loc) · 2.24 KB

powershell-samples.md

File metadata and controls

30 lines (27 loc) · 2.24 KB
title description services documentationcenter author manager editor tags ms.assetid ms.service ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author
Azure PowerShell samples for virtual network
Learn about Azure PowerShell samples for managing virtual networks, including a sample for creating a virtual network for multi-tier applications.
virtual-network
virtual-network
mbender-ms
mtillman
virtual-network
sample
infrastructure
07/15/2019
mbender

Azure PowerShell samples for virtual network

The following table includes links to Azure PowerShell scripts:

Script Description
Create a virtual network for multi-tier applications 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.
Peer two virtual networks Creates and connects two virtual networks in the same region.
Route traffic through a network virtual appliance Creates a virtual network with front-end and back-end subnets and a VM that is able to route traffic between the two subnets.
Filter inbound and outbound VM network traffic 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.
Configure IPv4 + IPv6 dual stack virtual network with Basic Load Balancer Deploys dual-stack (IPv4+IPv6) virtual network with two VMs and an Azure Basic Load Balancer with IPv4 and IPv6 public IP addresses.
Configure IPv4 + IPv6 dual stack virtual network with Standard Load Balancer Deploys dual-stack (IPv4+IPv6) virtual network with two VMs and an Azure Standard Load Balancer with IPv4 and IPv6 public IP addresses.