Tags help to logically organize Azure resources in the environment. It is one of the fundamental principal of good cloud Governance. Each tag consist of a Key and a Value pair. For example, a Key could be “Environment” and corresponding Value is “Development” , or it could be “Application” as Key and “Payroll” as Value….
Tag: Tag
AWS EC2 Volumes Tagging
A Tag is an user defined metadata or label to an AWS resource to identify and manage it efficiently. Tag consists of a Key and an optional Value. It helps us to identify resources in Cloud environment quickly. For Example, a tag for “Environment” will help us to identify all resources in a particular environment….
AWS Elastic Load Balancer Tagging
A Tag is an user defined metadata or label to an AWS resource to identify and manage it efficiently. Tag consists of a Key and an optional Value. It helps us to identify resources in Cloud environment quickly. For Example, a tag for “Environment” will help us to identify all resources in a particular environment….
AWS EC2 Instance Tagging
A Tag is an user defined metadata or label to an AWS resource to identify and manage it efficiently. Tag consists of a Key and an optional Value. It helps us to identify resources in Cloud environment quickly. For Example, a tag for “Environment” will help us to identify all resources in a particular environment….
Apply Tags on Azure resources
Update : updated script to support Azure Az powershell module. In my previous blog, I talked about benefits of tagging and how to tag resource groups using powershell. A script was also provided with some standard example tags – like, Environment, Budget Category, Application etc. Let’s keep on working on the same situation like last…
Apply tags on Azure Resource Groups using powershell
Update : updated script to support Azure Az powershell module. Many of you can relate to a situation when you have a large cloud environment to manage with hundreds or thousands of resources, however, no way to organize them as those were not set up with proper naming convention or tagging . Tagging is one…