Skip to content

Commit 584c31e

Browse files
Merge pull request #232378 from mbender-ms/avnm-samples
virtual network manager - New Article and TOC section for Samples
2 parents e090d0a + 6ea00ff commit 584c31e

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

articles/virtual-network-manager/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
href: concept-deployments.md
5050
- name: Remove or update components
5151
href: concept-remove-components-checklist.md
52+
- name: Samples
53+
items:
54+
- name: Resource Manager Templates
55+
href: resource-manager-template-samples.md
5256
- name: How-to guides
5357
items:
5458
- name: Secure network traffic
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Azure Resource Manager templates
3+
titleSuffix: Azure Virtual Network Manager
4+
description: This article has links to Azure Resource Manager template examples so you can quickly deploy Azure Virtual Network Manager in various scenarios.
5+
services: virtual-network-manager
6+
author: mbender-ms
7+
ms.service: virtual-network-manager
8+
ms.topic: sample
9+
ms.date: 03/28/2023
10+
ms.author: mbender
11+
---
12+
13+
# Azure Resource Manager templates for Azure Virtual Network Manager
14+
15+
The following table includes links to Azure Resource Manager template samples for Azure Virtual Network Manager. You can deploy templates using the Azure portal, Azure CLI, or Azure PowerShell.
16+
17+
You can deploy templates using the Azure [portal](../azure-resource-manager/templates/deploy-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json), Azure [CLI](../azure-resource-manager/templates/deploy-cli.md?toc=%2fazure%2fvirtual-network%2ftoc.json), or Azure [PowerShell](../azure-resource-manager/templates/deploy-powershell.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
18+
19+
To learn how to author your own templates, see [Create your first template](../azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md?toc=%2fazure%2fvirtual-network%2ftoc.json) and [Understand the structure and syntax of Azure Resource Manager templates](../azure-resource-manager/templates/syntax.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
20+
21+
For the JSON syntax and properties to use in templates, see [Microsoft.Network resource types](/azure/templates/microsoft.network/allversions).
22+
23+
| Example | Description |
24+
|-------- | ----------- |
25+
| [Hub-spoke network topology in Azure](/azure/architecture/reference-architectures/hybrid-networking/hub-spoke?tabs=portal#use-virtual-network-manager-connected-groups) | Creates a hub-spoke network pattern with customer-managed hub infrastructure components. |

0 commit comments

Comments
 (0)