Tags
- Refer Here for using tags to organize your resources
- Tags can be added to resource groups as well as resources
- Create a resource group with some tags


- Create a resource storage account Refer Here


- Let search all resources by tags


- Bills also can be categorized based on tags
- Refer Here for the resources which donot support tags
- To enforce tags, Azure Policy Helps
Monitor
- Create a linux vm with tags
- env: dev
- team: ccoe
- project: education
- To figure out the resource utilization, we can login into vm and execute
htop

- this is not scalable approach as in enterprise we create too many vms,
- Azure has inbuilt monitoring service called as Azure Monitor and we can get basic monitoring for all the resources at no extra cost.
- In the Azure Overview blade => Monitoring


