Skip to content

Files

Latest commit

3e08455 · Apr 12, 2022

History

History
33 lines (28 loc) · 3.27 KB

template-samples.md

File metadata and controls

33 lines (28 loc) · 3.27 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 Resource Manager template samples for virtual network | Microsoft Docs
Learn about different Azure Resource Manager templates available for you to deploy Azure virtual networks with.
virtual-network
virtual-network
mbender-ms
mtillman
virtual-network
sample
infrastructure
04/22/2019
mbender

Azure Resource Manager template samples for virtual network

The following table includes links to Azure Resource Manager template samples. You can deploy templates using the Azure portal, Azure CLI, or Azure PowerShell. To learn how to author your own templates, see Create your first template and Understand the structure and syntax of Azure Resource Manager templates.

For the JSON syntax and properties to use in templates, see Microsoft.Network resource types.

Task Description
Create a virtual network with two subnets Creates a virtual network with two subnets.
Route traffic through a network virtual appliance Creates a virtual network with three subnets. Deploys a virtual machine into each of the subnets. Creates a route table containing routes to direct traffic from one subnet to another through the virtual machine in the third subnet. Associates the route table to one of the subnets.
Create a virtual network service endpoint for Azure Storage Creates a new virtual network with two subnets, and a network interface in each subnet. Enables a service endpoint to Azure Storage for one of the subnets and secures a new storage account to that subnet.
Connect two virtual networks Creates two virtual networks and a virtual network peering between them.
Create a virtual machine with multiple IP addresses Creates a Windows or Linux VM with multiple IP addresses.
Configure IPv4 + IPv6 dual stack virtual network Deploys dual-stack (IPv4+IPv6) virtual network with two VMs and an Azure Basic Load Balancer with IPv4 and IPv6 public IP addresses.