|
| 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