In this lab, I demonstrate how to effectively tag resources in Microsoft Azure to improve the organization and management of cloud infrastructure. I use tagging to assign metadata—such as environment, department, or cost center—to resources like virtual machines, making it easier to track and categorize them.
Through a step-by-step process, I apply meaningful tags across multiple resources and use Azure’s filtering tools to display and manage assets based on their assigned tags. This lab showcases how I implement and utilize tags to enhance visibility, governance, and operational clarity within Azure.
-
I explored the importance of tagging resources in Microsoft Azure to improve organization and streamline infrastructure management.
-
I applied tags to Azure resources—such as virtual machines—using the Azure portal interface.
-
I gained hands-on experience creating and assigning meaningful tags like "Environment" and specifying values such as "Production" and "Development".
-
I used tags to filter and view resources based on specific categories, making it easier to manage workloads across my cloud environment.
-
I developed practical skills in using Azure’s search functionality to locate resources by their assigned tags, enhancing visibility and operational control.
Selected the virtual machine “DC01” from the resource list to begin tagging.
Navigated to the “Tags” blade from the DC01 virtual machine overview to begin assigning metadata for environment classification.
Began the tagging process by clicking into the “Name” field to define the metadata key for the DC01 virtual machine.
Entered the tag value in the “Value” field to complete the metadata pair for the DC01 virtual machine.
Entered Production as the tag value to classify the DC01 virtual machine under the production environment.
Saved the tag Environment = Production to the DC01 virtual machine by clicking “Apply,” confirming the configuration and inherited tag visibility.
Returned to the Azure portal homepage to reset the tagging view and prepare for the next resource selection.
Selected “WEB01” from the Azure portal homepage resource list to begin tagging configuration for the development environment.
Opened the “Tags” blade from the WEB01 virtual machine overview to begin assigning environment metadata.
Entered Development as the tag value to classify the WEB01 virtual machine under the development environment.
Saved the tag Environment = Development to the WEB01 virtual machine by clicking “Apply,” finalizing the metadata assignment.

Returned to the Azure portal homepage by clicking “Home,” preparing to view and filter resources by tag.
Used the Azure portal’s search bar to locate resources, services, or documentation relevant to tagging and virtual machine management.
Used the Azure portal’s search bar to locate the Tags blade by typing “tags” and pressing Enter, streamlining navigation to resource metadata.
Selected the “Tags” option from the search results to open the tagging interface and begin resource categorization.
Selected the tag Environment: Development to filter and view resources categorized under the development environment.
Switched the tag filter to Environment: Production to view resources categorized under the production environment.
Returned to the Azure portal homepage by clicking “Home,” resetting the view after filtering resources by the Environment: Production tag.
















