Forum Discussion
Evgeniy_Bytsenko
Jan 22, 2019Copper Contributor
Show user friendly message when Azure Policy does not meet compliance
We have created custom policy which checking tags existence when a user creates a new resource group. The policy works great. But we have faced unexpected behavior. When we tried to create a new res...
LongestUsernameForHere
Dec 12, 2019Copper Contributor
Evgeniy_BytsenkoHi, would you mind sharing your policy? I was about to embark on the journey of locking down cloud spend, and stumbled on this post.
For my part, I have written a small powershell function that deletes all resource groups which have not been tagged. But I'd like to throw a warning when an RG is not created 'correctly'.
Happy to share the code.