Playing with Azure Virtual Network | Scribe

    Playing with Azure Virtual Network

    • Hafeez Baig |
    • 25 steps |
    • 3 minutes
    1

    Sign in into the **Microsoft Azure Portal**

    2

    Type **Virtual networks** in the search bar and click on the **Virtual networks** to view the Virtual networks dashboard

    information ordinal icon

    **What is Azure Virtual Network?** A Virtual Network (VNet) is a software-defined representation of a traditional network in the cloud. It enables the creation of isolated networks in Azure for secure communication between Azure resources, providing segmentation, and control over IP addressing.

    3

    On the **Virtual networks** dashboard, click on the **Create** button in the top left side

    4

    On **Create virtual network** wizard, scroll to the **Resource group** section and click on the **Create new** link

    information ordinal icon

    **What is a Resource group?** A Resource Group in Azure is a logical container for grouping and managing related resources such as virtual machines and databases. It helps organize resources, apply policies, and manage costs effectively.

    5

    **Resource group** wizard will open, type "**virtual-network-rg**" and click on the **OK** button

    6

    Scroll to the **Virtual network name** section and type Name as "**my-first-virtual-network**"

    7

    On the **Create virtual network** wizard, click on the **IP addresses** tab

    8

    Scroll to the **address space** section and click on the **Add a subnet** button

    9

    On the right side **Add a subnet** wizard will open, give the Name as **"public-subnet"**

    10

    Scroll the page and click on the **Add** button

    11

    Now you can see there are **default** and **public** subnets. To make it easier to remember, rename the default subnet to a private subnet by clicking on the **default** Subnet edit widget

    12

    On the right side **Edit subnet** wizard will open, give the Name as "**private-subnet**"

    13

    Scroll the page and click on the **Save** button

    14

    Now there are two subnets: a **private** subnet and a **public** subnet

    15

    Scroll the page and click on the **Review + create** button

    16

    **Review** wizard will open, review all the configurations

    17

    Scroll the page and click on the **Create** button

    18

    **Your deployment is complete**