How do you guys manage tagging? I am using Azure, ...
# azure
w
How do you guys manage tagging? I am using Azure, and adding tags for each resource is tedious. Anything you guys use?
b
w
Actually I did, there's a blog on this too!
b
that’s what I’d recommend!
c
I also recommend that you checkout Azure Policy that allows you to set a tag policy on resource groups and let resources in them inherit tags. You might combine both Pulumi's stack transformation and the Azure Policy definition for tagging to create a robust tagging framework for your team. But then again, stack transformations are usually more than enough when you are just getting started. https://learn.microsoft.com/en-us/azure/governance/policy/tutorials/govern-tags
w
I found this which I read a long time ago: https://www.pulumi.com/blog/automatically-enforcing-aws-resource-tagging-policies/ this would work