Setup
The scenario for the project focuses on managing Microsoft Azure resources. You should already be familiar with tasks such as creating a virtual machine or virtual network. The Prepare exercise creates a basic set of Azure resources. The resources from the prepared exercise are used in the rest of the scenario.
During the setup, you create a virtual network, a virtual machine, a storage account, and associated resources.
Login to Microsoft Azure
- Login to Microsoft Azure at https://portal.azure.com
Create a resource group
In order to make clean-up easy at the end, start with creating a new resource group to hold the resources for this guided project. Using resource groups to organize things is a quick way to ensure you can manage resources when a project is over.
- From the Azure portal home page, in the search box, enter resource groups.
Select Create
- Enter guided-project-rg in the Resource group name field.
- The Region field will automatically populate. Leave the default value.
- Select Review + create.
- Select Create.
- Return to the home page of the Azure portal by selecting Home
Create a virtual network with one subnet
- From the Azure portal home page, in the search box, enter virtual networks.
- Select virtual networks under services.
3.Select Create.
4.Scroll down to the Instance details section and enter guided-project-vnet for the Virtual network name.
5.Select Review + create.
6.Select Create.
7.Wait for the screen to refresh and show Your deployment is complete.
- Select Home to return to the Azure portal home page.
Create a virtual machine
- From the Azure portal home page, in the search box, enter virtual machines.
- Select virtual machines under services.
- Select Create and then select Virtual machine
- 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.
- Select Create to confirm the resource cost and create the virtual machine.
- Select Home to return to the Azure portal home page.
Create a Storage account
- From the Azure portal home page, in the search box, enter storage accounts.
- Select Storage accounts under services
- Select Create
- Scroll down to the Instance details section and enter a name for the storage account. Storage accounts must be globally unique, so you may have to try a few different times to get a storage account name.
- Select Review + create.
- Select Create.
- Wait for the screen to refresh and show Your deployment is complete.
- Select Home to return to the Azure portal home page.
Congratulations! You’ve completed the Prepare exercise.
Top comments (0)