- Lab
- A Cloud Guru
Add, Remove and Update Tags for Resources in Azure
In the scenario for this hands-on lab, the finance department has reached out to you, requesting additional taxonomy information on a recent Azure bill, including who created the resources, which department budget should be used for the resources and if the resources are necessary for running business ciritcal systems. If there are any non-essential business systems, they ask that you signify that in some way.
Path Info
Table of Contents
-
Challenge
Add Tags to the Resource Group
- In Azure Cloud Shell, perform the command to list all resource groups for this lab.
- Perform the CLI command that will apply the following tags to the resource group (replace
YourName
with your name):Environment=Production
Dept=IT
CreatedBy=YourName
-
Challenge
Remove Tags for VM and Mark for Deletion
- Perform the CLI command to list the existing tags for the virtual machines in this lab.
- Remove the existing tags from the VM.
- Mark the VM for deletion by adding the tag
MarkForDeletion=Yes
.
-
Challenge
Change Tags for the Virtual Network
- Perform the CLI command to list the virtual networks and their associated tags
- Perform the CLI command to overrite the existing tags with the following tags (replace
YourName
with your name):Environment=Production
Dept=IT
CreatedBy=YourName
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.