DEV Community

Cover image for How to Create a Resource Group ,a Virtual Network with a Subnet and virtual machine in Microsoft Azure
Ajayi Daniel
Ajayi Daniel

Posted on

How to Create a Resource Group ,a Virtual Network with a Subnet and virtual machine in Microsoft Azure

What is a resource Group
A Resource Group is like a folder where you organize and manage all the services (virtual machines, databases, storage accounts, etc.) that belong to the same solution.

step 1 Login to Microsoft Azure at https://portal.azure.com
step 2 From the Azure portal home page, in the search box, enter resource groups
step 3 Select the resouce group

Resource group

Step 4 select create

create 2

step 5 Enter a Resource group name in the field.
The Region field will automatically populate. Leave the default value.
Select Review + create. then you Select Create

resource

Plus
step 6 you will then Return to the home page of the Azure portal by selecting Home.

Home

Create a virtual network with one subnet
Step 1 From the Azure portal home page, in the search box, enter virtual networks, you will Select virtual networks under services.

Virtual network
Step 2 press create

create
step 3Scroll down to the Instance details section and enter guided-project-vnet for the Virtual network name.
Select Review + create

review

create
step 4 click on resource

Create a virtual machine
Step 1 From the Azure portal home page, in the search box, enter virtual machines. then you Select virtual machines under services.

Virtual Machine
step 2 select create
create
Step 3
Select guided-project-rg for the Resource group.
Enter guided-project-vm for the Virtual machine name.
For the Image, select one of the Ubuntu Server options. (For example, Ubuntu Server 24.04 LTS - x64 Gen2) Continue further on the Basics page to the Administrator account section. Select Password for authentication type. Enter guided-project-admin for the admin Username. Enter a password for the admin account. Confirm the password for the admin account. Leave the rest of the settings as default settings. You can review the settings if you like, but shouldn’t change any. Select Review + create.

Guided

Name

vvvbbbb

administrative

validate
click on resource

Resource

project 4

Top comments (0)