turbot / steampipe-mod-azure-tags

Is your Azure tagging strategy following best practice? This mod checks if your Azure resource tags are set correctly to help you manage them effectively using Powerpipe and Steampipe.
https://hub.powerpipe.io/mods/turbot/azure_tags
Apache License 2.0
6 stars 3 forks source link

Add support for defining common_dimensions and tag_dimensions similar to the AWS mod #34

Open chrislwade opened 4 months ago

chrislwade commented 4 months ago

Is your feature request related to a problem? Please describe. In larger organizations, subscription_id and resource_group aren't always enough to allow teams to rapidly identify and act on findings.

Describe the solution you'd like Implement common_dimensions and tag_dimensions support similar to the existing AWS mod implementation.

Describe alternatives you've considered None

Additional context None

misraved commented 3 months ago

Addressed in https://github.com/turbot/steampipe-mod-azure-tags/pull/35

misraved commented 3 months ago

Thanks @chrislwade for pointing out the missing feature 👍 !!