You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a user-assigned identity, it would be great if there was a way to automatically add the given user to a named AAD group. This would allow permissions to be assigned at deployment time.
I don't believe its possible to add members to groups through ARM so this, I believe would need to be a post-deploy action. Something like the following:
letmyId= userAssignedIdentity {
name "my-identity"
add_to_ad_group "my-production-apps"
add_to_ad_groups ["my-all-apps";"my-commerce-apps"]}
The text was updated successfully, but these errors were encountered:
When creating a user-assigned identity, it would be great if there was a way to automatically add the given user to a named AAD group. This would allow permissions to be assigned at deployment time.
I don't believe its possible to add members to groups through ARM so this, I believe would need to be a post-deploy action. Something like the following:
The text was updated successfully, but these errors were encountered: