Skip to content

Commit 2ed1d98

Browse files
Merge pull request #233474 from mbender-ms/avnm-includes
virtual network manager - add includes articles
2 parents b91df76 + 48c7941 commit 2ed1d98

File tree

5 files changed

+67
-0
lines changed

5 files changed

+67
-0
lines changed
37.2 KB
Loading
26.4 KB
Loading
56.8 KB
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: virtual-network-manager
5+
author: mbender-ms
6+
ms.service: virtual-network-manager
7+
ms.topic: include
8+
ms.date: 04/03/2023
9+
ms.author: mbender
10+
ms.custom: include file
11+
---
12+
13+
In this section, you'll create a network group for your virtual networks.
14+
15+
1. Go to your Azure Virtual Network Manager instance. This how-to guide assumes you've created one using the [quickstart](create-virtual-network-manager-portal.md) guide.
16+
17+
1. Select **Network Groups** under *Settings*, then select **+ Create**.
18+
19+
:::image type="content" source="../articles/virtual-network-manager/media/create-virtual-network-manager-portal/add-network-group-2.png" alt-text="Screenshot of add a network group button.":::
20+
21+
1. On the *Create a network group* page, enter a **Name** for the network group. This example will use the name **myNetworkGroup**. Select **Add** to create the network group.
22+
23+
:::image type="content" source="../articles/virtual-network-manager/media/create-virtual-network-manager-portal/network-group-basics.png" alt-text="Screenshot of create a network group page.":::
24+
25+
1. You'll see the new network group added to the *Network Groups* page.
26+
:::image type="content" source="../articles/virtual-network-manager/media/create-virtual-network-manager-portal/network-groups-list.png" alt-text="Screenshot of network group page with list of network groups.":::
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: virtual-network-manager
5+
author: mbender-ms
6+
ms.service: virtual-network-manager
7+
ms.topic: include
8+
ms.date: 04/03/2023
9+
ms.author: mbender
10+
ms.custom: include file
11+
---
12+
1. From a browser, navigate to the [Azure portal](https://portal.azure.com) and, if necessary, sign in with your Azure account.
13+
14+
1. In the portal, search for and select **Virtual networks**.
15+
16+
1. On the **Virtual networks** page, select **Create**.
17+
18+
1. On the **Basics** tab of the **Create virtual network** screen, enter or select the following information:
19+
20+
- **Subscription**: Keep the default or select a different subscription.
21+
- **Resource group**: Select **Create new**, and then name the group *rg-learn-eastus-001*.
22+
- **Virtual network name**: Enter *vnet-learn-prod-eastus-001*.
23+
- **Region**: Enter *east us* or select a different region for the network and all its resources.
24+
25+
:::image type="content" source="../articles/virtual-network-manager/media/includes-resources-portal/virtual-network-create-portal.png" alt-text="Screenshot of the Create virtual network screen in the Azure portal.":::
26+
27+
1. Select **Next** and **Next**.
28+
29+
1. On the **IP Addresses** tab, accept the settings for the **default** subnet.
30+
31+
:::image type="content" source="../articles/virtual-network-manager/media/includes-resources-portal/example-ip-address-tab.png" alt-text="Screenshot of the IP Addresses tab of the Create virtual network screen.":::
32+
33+
1. On the next screen, select **Review + create** to accept the following defaults:
34+
35+
- A virtual network IPv4 address space of **10.0.0.0/16**.
36+
- A resource subnet named **default** with address range **10.0.0.0/24**.
37+
38+
:::image type="content" source="../articles/virtual-network-manager/media/includes-resources-portal/example-review-create.png" alt-text="Screenshot of the completed IP Addresses tab of the Create virtual network screen.":::
39+
40+
1. After validation succeeds, select **Create**. It takes a few minutes to create the Bastion host.
41+

0 commit comments

Comments
 (0)