0
0
Azurecloud~10 mins

Creating a VM in Azure Portal - Visual Walkthrough

Choose your learning style9 modes available
Process Flow - Creating a VM in Azure Portal
Login to Azure Portal
Click 'Create a resource'
Select 'Virtual Machine'
Fill VM Basics: Name, Region, Image, Size
Configure Admin Account
Set Networking Options
Review + Create
Click 'Create' to deploy VM
Wait for Deployment Completion
Access VM via SSH or RDP
This flow shows the step-by-step process of creating a virtual machine in Azure Portal, from login to accessing the VM.
Execution Sample
Azure
1. Login to portal.azure.com
2. Click 'Create a resource'
3. Choose 'Virtual Machine'
4. Enter VM details (name, region, image, size)
5. Set admin username and password
6. Review and click 'Create'
This sequence creates a virtual machine in Azure Portal with basic configuration.
Process Table
StepActionInput/SelectionResult/State
1Login to Azure PortalUser credentialsUser logged in, portal dashboard shown
2Click 'Create a resource'N/AMarketplace page opens
3Select 'Virtual Machine'Search or browse VMVM creation wizard opens
4Fill VM BasicsName: myVM, Region: East US, Image: Ubuntu 22.04 LTS, Size: Standard B1sVM configuration saved
5Configure Admin AccountUsername: azureuser, Password: ********Admin credentials set
6Set NetworkingUse default virtual network and subnetNetworking configured
7Review + CreateReview all settingsValidation passed
8Click 'Create'N/ADeployment starts
9Wait for DeploymentN/AVM deployed and running
10Access VMSSH to public IPConnected to VM terminal
💡 VM is deployed and accessible; creation process complete.
Status Tracker
VariableStartAfter Step 4After Step 5After Step 7After Step 9
VM NameNonemyVMmyVMmyVMmyVM
RegionNoneEast USEast USEast USEast US
ImageNoneUbuntu 22.04 LTSUbuntu 22.04 LTSUbuntu 22.04 LTSUbuntu 22.04 LTS
SizeNoneStandard B1sStandard B1sStandard B1sStandard B1s
Admin UsernameNoneNoneazureuserazureuserazureuser
Deployment StatusNot startedNot startedNot startedValidation passedSucceeded
Key Moments - 3 Insights
Why do we need to choose a region when creating a VM?
The region determines where your VM will physically run. It affects latency and compliance. See execution_table step 4 where 'East US' is selected.
What happens if the admin username or password is weak or missing?
The portal will show a validation error and prevent deployment. This is shown in execution_table step 7 where validation must pass before creation.
Why do we wait after clicking 'Create' before accessing the VM?
Deployment takes time to allocate resources and start the VM. Access is only possible after deployment succeeds, as shown in steps 8-10.
Visual Quiz - 3 Questions
Test your understanding
Look at the execution_table, what is the VM name after step 4?
Aazureuser
BmyVM
CUbuntu 22.04 LTS
DEast US
💡 Hint
Check the 'VM Name' row in variable_tracker after step 4.
At which step does the deployment start?
AStep 7
BStep 9
CStep 8
DStep 10
💡 Hint
Look at the 'Action' column in execution_table for when deployment begins.
If the admin password is missing, what will happen during the process?
AValidation will fail at Review + Create step
BDeployment will succeed anyway
CVM will be created without admin access
DNetworking configuration will fail
💡 Hint
Refer to key_moments about validation errors before deployment.
Concept Snapshot
Creating a VM in Azure Portal:
1. Login to portal.azure.com
2. Click 'Create a resource' and select 'Virtual Machine'
3. Fill in VM basics: name, region, image, size
4. Set admin username and password
5. Configure networking (default is fine for beginners)
6. Review and click 'Create' to deploy
7. Wait for deployment to complete before accessing VM
Full Transcript
To create a virtual machine in Azure Portal, first log in to portal.azure.com. Then click 'Create a resource' and select 'Virtual Machine' from the marketplace. Fill in the VM basics such as name, region, image, and size. Next, set the admin username and password to secure your VM. Configure networking settings, usually the default virtual network and subnet are fine. Review all your settings carefully and click 'Create' to start deployment. Wait until the deployment finishes successfully. Once done, you can connect to your VM using SSH or RDP depending on the OS. This step-by-step process ensures your VM is properly created and ready to use.