Can I configure policies with effects “Modify” or “DeployIfNotExists” to use user-assigned managed identity instead of an automatically created managed identity? #914
Unanswered
sorcerer134
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes you can https://azure.github.io/enterprise-azure-policy-as-code/policy-assignments/#user-assigned-managed-identities but just note it will not create the role assignments for you like it does for system assigned. https://azure.github.io/enterprise-azure-policy-as-code/policy-assignments/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have few policies with effect as "Modify" in 8 management groups/scopes. And I noticed that EPAC is automatically creating a managed identity for each scope as the effect is "Modify"
So I wanted to know if I can use/reference a single managed identity that I created in one of the subscription?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions