0
0
Azurecloud~10 mins

Azure Portal walkthrough - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete 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'
Adashboard
Bportal
Cconsole
Dmanage
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'dashboard' or 'console' instead of 'portal' in the URL.
Typing 'manage' which is not the correct subdomain.
2fill in blank
medium

Complete 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'
ARegister
BSubmit
CCancel
DNext
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.
3fill in blank
hard

Fix 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'
Asubscription
Blocation
Cname
Dtag
Attempts:
3 left
💡 Hint
Common Mistakes
Entering location instead of name in the name field.
Confusing subscription with the resource group name.
4fill in blank
hard

Fill 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'
AVirtual Machines
BEast US
CStorage Accounts
DWest Europe
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing resource types with locations.
Choosing a location not available in Azure regions.
5fill in blank
hard

Fill 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'
AEnvironment
BProduction
CSave
DDelete
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'Delete' instead of 'Save' to apply tags.
Confusing tag key with tag value.