-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a custom role for accessing batch account #20
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we dont need a contributor role now, we need to update that in README too
Done. |
@@ -126,8 +126,22 @@ Following is the list of resource-groups and resources that should be created if | |||
|
|||
Wait for all pools to complete resizing before moving to the next steps. | |||
|
|||
Note: The Bicep template adds the Synapse workspace's Managed Identity to the Batch Account as `Contributor`. Alternatively, Custom Role Definitions can be used to assign the Synapse workspace's Managed Identity to the Batch Account with required Azure RBAC operations. | |||
|
|||
Note: The Bicep template adds the Synapse workspace's Managed Identity to the Batch Account with a Custom Role Access. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think adding a line to state the reason why we prefer Custom Role Access will be helpful.
I haven't had the chance to test the PR, but overall the changes look good to me. |
Fixes #23