Skip to content

Commit 1ddb9f3

Browse files
Merge pull request #259787 from mbender-ms/avnm-vnetcreate-87938
virtual network manager - Update QS Portal
2 parents 832d619 + ecfc4a1 commit 1ddb9f3

File tree

4 files changed

+37
-23
lines changed

4 files changed

+37
-23
lines changed

articles/virtual-network-manager/create-virtual-network-manager-portal.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,7 @@ In this quickstart, you deploy three virtual networks and use Azure Virtual Netw
2424
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2525
- To modify dynamic network groups, you must be [granted access via Azure RBAC role](concept-network-groups.md#network-groups-and-azure-policy) assignment only. Classic Admin/legacy authorization is not supported.
2626

27-
## Create a Virtual Network Manager instance
28-
29-
Deploy a Virtual Network Manager instance with the defined scope and access that you need:
30-
31-
1. Sign in to the [Azure portal](https://portal.azure.com/).
32-
33-
1. Select **+ Create a resource** and search for **Network Manager**. Then select **Network Manager** > **Create** to begin setting up Virtual Network Manager.
34-
35-
1. On the **Basics** tab, enter or select the following information, and then select **Review + create**.
36-
37-
:::image type="content" source="./media/create-virtual-network-manager-portal/network-manager-basics-thumbnail.png" alt-text="Screenshot of basic information for creating a network manager." lightbox="./media/create-virtual-network-manager-portal/network-manager-basics-thumbnail.png":::
38-
39-
| Setting | Value |
40-
| ------- | ----- |
41-
| **Subscription** | Select the subscription where you want to deploy Virtual Network Manager. |
42-
| **Resource group** | Select **Create new** and enter **rg-learn-eastus-001**.
43-
| **Name** | Enter **vnm-learn-eastus-001**. |
44-
| **Region** | Enter **eastus** or a region of your choosing. Virtual Network Manager can manage virtual networks in any region. The selected region is where the Virtual Network Manager instance will be deployed. |
45-
| **Description** | *(Optional)* Provide a description about this Virtual Network Manager instance and the task it's managing. |
46-
| [Scope](concept-network-manager-scope.md#scope) | Choose **Select scopes** and then select your subscription.</br> Select **Add to selected scope** > **Select**. </br> Scope information defines the resources that Virtual Network Manager can manage. You can choose subscriptions and management groups.
47-
| [Features](concept-network-manager-scope.md#features) | Select **Connectivity** and **Security Admin** from the dropdown list. </br> **Connectivity** enables the creation of a full mesh or hub-and-spoke network topology between virtual networks within the scope. </br> **Security Admin** enables the creation of global network security rules. |
48-
49-
1. Select **Create** after your configuration passes validation.
27+
[!INCLUDE [virtual-network-manager-create-instance](../../includes/virtual-network-manager-create-instance.md)]
5028

5129
## Create virtual networks
5230

-19.9 KB
Loading
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: virtual-network-manager
5+
author: mbender
6+
ms.service: virtual-network-manager
7+
ms.topic: include
8+
ms.date: 11/29/2023
9+
ms.author: mbender-ms
10+
ms.custom:
11+
- include file
12+
---
13+
14+
## Create a Virtual Network Manager instance
15+
16+
Deploy a Virtual Network Manager instance with the defined scope and access that you need. You can create a Virtual Network Manager instance by using the Azure portal, Azure PowerShell, or Azure CLI. This article shows you how to create a Virtual Network Manager instance by using the Azure portal.
17+
18+
1. Sign in to the [Azure portal](https://portal.azure.com/).
19+
20+
1. Select **+ Create a resource** and search for **Network Manager**. Then select **Network Manager** > **Create** to begin setting up Virtual Network Manager.
21+
22+
1. On the **Basics** tab, enter or select the following information, and then select **Review + create**.
23+
24+
:::image type="content" source="./media/virtual-network-manager-create-instance/create-virtual-network-manager-instance.png" alt-text="Screenshot of basic information for creating a network manager.":::
25+
26+
| Setting | Value |
27+
| ------- | ----- |
28+
| **Subscription** | Select the subscription where you want to deploy Virtual Network Manager. |
29+
| **Resource group** | Select **Create new** and enter **rg-learn-eastus-001**.
30+
| **Name** | Enter **vnm-learn-eastus-001**. |
31+
| **Region** | Enter **eastus** or a region of your choosing. Virtual Network Manager can manage virtual networks in any region. The selected region is where the Virtual Network Manager instance will be deployed. |
32+
| **Description** | *(Optional)* Provide a description about this Virtual Network Manager instance and the task it's managing. |
33+
| [Scope](../articles/virtual-network-manager/concept-network-manager-scope.md#scope) | Choose **Select scopes** and then select your subscription.</br> Select **Add to selected scope** > **Select**. </br> Scope information defines the resources that Virtual Network Manager can manage. You can choose subscriptions and management groups.
34+
| [Features](../articles/virtual-network-manager/concept-network-manager-scope.md#features) | Select **Connectivity** and **Security Admin** from the dropdown list. </br> **Connectivity** enables the creation of a full mesh or hub-and-spoke network topology between virtual networks within the scope. </br> **Security Admin** enables the creation of global network security rules. |
35+
36+
2. Select **Create** after your configuration passes validation.

0 commit comments

Comments
 (0)