Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the code to open the Azure Portal homepage URL.
Azure
Open your browser and go to https://[1].azure.com
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'dashboard' or 'console' instead of 'portal' in the URL.
Typing 'manage' which is not the correct subdomain.
✗ Incorrect
The Azure Portal homepage URL is portal.azure.com.
2fill in blank
mediumComplete the code to sign in to Azure Portal using your Microsoft account email.
Azure
On the Azure Portal sign-in page, enter your email and click [1].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Clicking 'Submit' instead of 'Next' on the email entry page.
Trying to 'Register' when you want to sign in.
✗ Incorrect
After entering your email, click Next to proceed to password entry.
3fill in blank
hardFix the error in the code to create a new resource group in Azure Portal.
Azure
In Azure Portal, click on 'Create a resource', then select 'Resource Group', and enter the [1] for your group.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Entering location instead of name in the name field.
Confusing subscription with the resource group name.
✗ Incorrect
When creating a resource group, you must provide a name to identify it.
4fill in blank
hardFill both blanks to filter resources by type and location in Azure Portal.
Azure
In the resource list, select the filter dropdown, choose [1] as the resource type, and [2] as the location.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing resource types with locations.
Choosing a location not available in Azure regions.
✗ Incorrect
To filter resources, select Virtual Machines as type and East US as location.
5fill in blank
hardFill all three blanks to tag a resource with key, value, and apply the tag in Azure Portal.
Azure
Go to the resource's Tags section, enter [1] as the tag key, [2] as the tag value, then click [3] to save.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'Delete' instead of 'Save' to apply tags.
Confusing tag key with tag value.
✗ Incorrect
Tags help organize resources. Use Environment as key, Production as value, and click Save to apply.