microsoft / finops-toolkit

Tools and resources to help you adopt and implement FinOps capabilities that automate and extend the Microsoft Cloud.
https://aka.ms/finops/toolkit
MIT License
273 stars 88 forks source link

[Bicep Registry] Tag inheritance bicep module for subscriptions #184

Closed flanakin closed 1 year ago

flanakin commented 1 year ago

📝 Scenario

As a FinOps practitioner, I need to enable tag inheritance as part of my templates in order to automate onboarding for new projects

💎 Solution

Publish a tag inheritance module to the Bicep Registry for subscriptions.

🙋‍♀️ Ask for the community

We could use your help:

  1. Please vote this issue up (👍) to prioritize it.
  2. Leave comments to help us solidify the vision.
flanakin commented 1 year ago

ARM is throwing an error: "The response for resource had empty or invalid content"

I suspect this is because of how the resource works. I'm guessing the resource type doesn't support ARM template deployments.

We will need to add this using a PowerShell script.