Skip to content

Commit

Permalink
Adding a link to RBAC constrained delegation limitations (#847)
Browse files Browse the repository at this point in the history
* Add availability zones support and configure default parameters

* Remove availability zone support check and configuration

* Add support for various Azure regions and their zones

* chore: Add note about limitations when delegating role assignment management with conditions
  • Loading branch information
sebassem authored Sep 2, 2024
1 parent 143b256 commit 962e289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra-as-code/bicep/modules/roleAssignments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ For each module, you can add a role assignment condition to securely delegate ro
- Remove all newlines from the condition code.
- Escape any single quote using a backslash (only in Bicep, no need in JSON parameters file).

> **NOTE:**
> Make sure to review the [limitations](https://learn.microsoft.com/azure/role-based-access-control/delegate-role-assignments-overview?tabs=template#known-issues) related to delegating role assignment management with conditions.
Example:

```json
Expand Down

0 comments on commit 962e289

Please sign in to comment.