You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy a Virtual Network Manager instance with the defined scope and features needed using the Azure portal.
16
+
17
+
> [!IMPORTANT]
18
+
> Virtual Network Manager requires specific permissions within the defined scope. Make sure you have the necessary [Azure Role-based Access Control (RBAC) roles](../../../virtual-network-manager/concept-network-groups.md#network-groups-and-azure-policy) before creating the instance.
19
+
20
+
1. Sign in to the [Azure portal](https://portal.azure.com/).
21
+
22
+
1. Select **+ Create a resource** and search for **Network Manager**. Then select **Network Manager** > **Create** to begin setting up Virtual Network Manager.
23
+
24
+
1. On the **Basics** tab, enter or select the following information:
25
+
26
+
| Setting | Value |
27
+
| ------- | ----- |
28
+
|**Subscription**| Select the subscription containing your existing virtual networks. |
29
+
|**Resource group**| Select the existing resource group where you want to deploy Virtual Network Manager. |
30
+
|**Name**| Enter a name for your Virtual Network Manager instance. |
31
+
|**Region**| Select a region for your Virtual Network Manager instance. 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 of this Virtual Network Manager instance and the task it manages. |
33
+
|[Features](../../../virtual-network-manager/concept-network-manager-scope.md#features)| Select the features you need 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. <br> - **Routing**: Enables the creation and management of user-defined routes at scale. |
34
+
35
+
1. Select the **Management scope** tab or **Next: Management scope** to continue.
36
+
37
+
1. On the **Management scope** tab, select **+ Add**.
38
+
39
+
1. In the **Add scopes** pane, select the subscriptions or management groups containing your existing virtual networks, and then select **Select**.
40
+
41
+
1. Select **Review + create** to validate your configuration.
42
+
43
+
1. After validation passes, select **Create** to deploy the Virtual Network Manager instance.
44
+
45
+
The Virtual Network Manager instance is now created and ready to manage your existing virtual networks within the defined scope.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/create-virtual-network-manager-portal.md
+35-14Lines changed: 35 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
title: 'Quickstart: Create a mesh network topology with Azure Virtual Network Manager - Azure portal'
3
-
description: Learn to a mesh virtual network topology with Azure Virtual Network Manager by using the Azure portal.
3
+
description: Learn to create a mesh virtual network topology with Azure Virtual Network Manager by using the Azure portal.
4
4
author: mbender-ms
5
5
ms.author: mbender
6
6
ms.service: azure-virtual-network-manager
7
7
ms.topic: quickstart
8
-
ms.date: 07/11/2025
8
+
ms.date: 03/23/2026
9
9
ms.custom:
10
10
- template-quickstart
11
11
- mode-ui
@@ -26,7 +26,28 @@ In this quickstart, you deploy three virtual networks and use Azure Virtual Netw
26
26
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
27
27
- To modify network groups using Azure Policy to conditionally define membership, you must be [granted access through Azure Role-based Access Control (RBAC) role](concept-network-groups.md#network-groups-and-azure-policy) assignment only. Classic Admin or legacy authorization isn't supported.
> For this quickstart, select **Connectivity** from the **Features** dropdown when creating your Virtual Network Manager instance. Use the sample values from the preceding table for the resource group, name, and region fields.
## Define membership for a connectivity configuration
85
106
@@ -113,25 +134,25 @@ By using [Azure Policy](concept-azure-policy-integration.md), you define a condi
113
134
|**Scope**| Choose **Select scopes** and then select your current subscription. |
114
135
|**Parameter**| Select **Name** from the dropdown list.|
115
136
|**Operator**| Select **Key value pair** from the dropdown list.|
116
-
|**Condition**| Enter name of **NetworkType**.</br> Enter value of **Production**. |
137
+
|**Condition**| Enter name of **NetworkType**.<br> Enter value of **Production**. |
117
138
118
139
:::image type="content" source="./media/create-virtual-network-manager-portal/network-group-conditional-thumb.png" alt-text="Screenshot of the pane for creating an Azure policy, including criteria for definitions." lightbox="media/create-virtual-network-manager-portal/network-group-conditional.png":::
119
140
120
-
2. The **Preview resources** pane shows the virtual networks for addition to the network group based on the defined conditions in Azure Policy. When you're ready, select **Close**.
141
+
1. The **Preview resources** pane shows the virtual networks for addition to the network group based on the defined conditions in Azure Policy. When you're ready, select **Close**.
121
142
122
143
:::image type="content" source="media/create-virtual-network-manager-portal/preview-virtual-networks.png" alt-text="Screenshot of the pane for previewing the virtual networks.":::
123
144
124
-
3. Select **Save** to deploy the Azure Policy. It can take up to one minute for the policy to take effect and be added to your network group.
145
+
1. Select **Save** to deploy the Azure Policy. It can take up to one minute for the policy to take effect and be added to your network group.
125
146
126
-
4. On the **Network Group** pane, under **Settings**, select **Group members** to view the membership of the group based on the conditions that you defined in Azure Policy. Confirm the **Source** is listed as **azure-policy - subscriptions/subscription_id**.
147
+
1. On the **Network Group** pane, under **Settings**, select **Group members** to view the membership of the group based on the conditions that you defined in Azure Policy. Confirm the **Source** is listed as **azure-policy - subscriptions/subscription_id**.
127
148
128
149
:::image type="content" source="media/create-virtual-network-manager-portal/group-members-list.png" alt-text="Screenshot of listed group members with a configured source.":::
129
150
130
151
---
131
152
132
153
## Create a configuration
133
154
134
-
Now that you created the network group and updated its membership with virtual networks, you create a mesh connectivity configuration. Replace `<subscription_id>` with your subscription.
155
+
Now that you created the network group and updated its membership with virtual networks, you create a mesh connectivity configuration.
135
156
136
157
1. Under **Settings**, select **Configurations**. Then select **Create**.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-create-hub-and-spoke.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This section helps you create a network group containing the virtual networks yo
26
26
> [!NOTE]
27
27
> This how-to guide assumes you created an Azure Virtual Network Manager instance using the [quickstart](create-virtual-network-manager-portal.md) guide.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-create-mesh-network.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This section helps you create a network group containing the virtual networks yo
26
26
> [!NOTE]
27
27
> This how-to guide assumes you created an Azure Virtual Network Manager instance using the [quickstart](create-virtual-network-manager-portal.md) guide.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/tutorial-create-secured-hub-and-spoke.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Deploy a virtual network gateway into the hub virtual network. This virtual netw
119
119
> [!NOTE]
120
120
> This how-to guide assumes you created an Azure Virtual Network Manager instance using the [quickstart](create-virtual-network-manager-portal.md) guide. The network group in this tutorial is called **ng-learn-prod-eastus-001**.
0 commit comments