Closed helderpinto closed 4 months ago
I can implement the changes myself. I just need to be sure about the docs structure to follow.
Thanks for finding and volunteering! 😊 Look for the /docs/_reporting/hubs/template.md
file. The README.md
file in that same folder may also have a reference. (I haven't checked.)
⚠️ Problem
The FinOps hubs permissions prerequisites documented here are not sufficient for a successful deployment. When validating a template deployment made by a user owning only the documented permissions/roles, the Azure portal throws errors such as the ones below:
or
🛠️ Solution
Update the aforementioned documentation with the following additional roles
Microsoft.Resources/deploymentScripts/write
permission (there is no granular built-in role for this permission). Alternatively, suggesting using the Contributor role, which includes this permission and all resource-specific Contributor roles.