Skip to content

Files

33 lines (29 loc) · 2.39 KB

powershell-samples.md

File metadata and controls

33 lines (29 loc) · 2.39 KB
title description services documentationcenter author manager tags ms.assetid ms.service ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author
Azure PowerShell Samples - Networking
Learn about Azure PowerShell samples for networking, including a sample for creating a virtual network for multi-tier applications.
virtual-network
virtual-network
KumudD
mtillman
virtual-network
article
infrastructure
05/24/2017
gwallace

Azure PowerShell Samples for networking

The following table includes links to scripts built using Azure PowerShell.

Script Description
Connectivity between Azure resources
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.
Load balancing and traffic direction
Load balance traffic to VMs for high availability Creates several virtual machines in a highly available and load balanced configuration.
Direct traffic across multiple regions for high application availability Creates two app service plans, two web apps, a traffic manager profile, and two traffic manager endpoints.