Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.06 KB

File metadata and controls

51 lines (36 loc) · 2.06 KB
title include file
description include file
services virtual-network
author asudbring
ms.service azure-virtual-network
ms.topic include
ms.date 07/01/2024
ms.author allensu
ms.custom include file

The following procedure creates a virtual network with a resource subnet.

  1. In the portal, search for and select Virtual networks.

  2. On the Virtual networks page, select + Create.

  3. On the Basics tab of Create virtual network, enter or select the following information:

    Setting Value
    Project details
    Subscription Select your subscription.
    Resource group Select Create new.
    Enter test-rg in Name.
    Select OK.
    Instance details
    Name Enter vnet-1.
    Region Select East US 2.

    :::image type="content" source="/reusable-content/ce-skilling/azure/includes/media/virtual-network-create/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal." lightbox="/reusable-content/ce-skilling/azure/includes/media/virtual-network-create/create-virtual-network-basics.png":::

  4. Select Next to proceed to the Security tab.

  5. Select Next to proceed to the IP Addresses tab.

  6. In the address space box in Subnets, select the default subnet.

  7. In Edit subnet, enter or select the following information:

    Setting Value
    Subnet purpose Leave the default Default.
    Name Enter subnet-1.
  8. Leave the rest of the settings as their defaults. Select Save.

    :::image type="content" source="/reusable-content/ce-skilling/azure/includes/media/virtual-network-create/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration." lightbox="/reusable-content/ce-skilling/azure/includes/media/virtual-network-create/address-subnet-space.png":::

  9. Select Save.

  10. Select Review + create at the bottom of the screen, and when validation passes, select Create.