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
Step 4 select create
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
step 6 you will then Return to the home page of the Azure portal by selecting 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.
step 3Scroll down to the Instance details section and enter guided-project-vnet for the Virtual network name.
Select Review + create
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.
step 2 select 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.
Top comments (0)