title | description | services | documentationcenter | author | manager | editor | tags | ms.assetid | ms.service | ms.devlang | ms.topic | ms.tgt_pltfrm | ms.workload | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Azure CLI samples for virtual network | Microsoft Docs |
Azure CLI samples for virtual network. |
virtual-network |
virtual-network |
jimdial |
jeconnoc |
virtual-network |
na |
sample |
infrastructure |
03/20/2018 |
jdial |
The following table includes links to bash scripts with Azure CLI commands:
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 and SSH, while traffic to the back-end subnet is limited to MySQL, port 3306. |
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, HTTPS, and SSH. Outbound traffic to the internet from the back-end subnet is not permitted. |