Policy Definitions are created as parameter files #677
-
I have read through the documentation and settings details but it is still unclear to me why my Can anyone shed some light on this or point me to documentation that I may have missed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Great question! In the 'legacy' version of AzOps we had a page around this, but realize that is no longer the case. I will make sure we add an item in the FAQ about this. |
Beta Was this translation helpful? Give feedback.
Great question!
Microsoft.Authorization/policyDefinitions
andMicrosoft.Authorization/policySetDefinitions
are generated as parameter files and then deployed along with the this 'master template' . The main reason for this is to avoid having to deal with json escaping for more complex policyDefinitions with the deployIfNotExists effect that have templates embedded.In the 'legacy' version of AzOps we had a page around this, but realize that is no longer the case. I will make sure we add an item in the FAQ about this.