Skip to content

Commit 6147737

Browse files
Merge pull request #298816 from rolyon/rolyon-rbac-limits-deny-assignments
[Azure RBAC] System-managed deny assignments limit
2 parents e50582f + 9167de6 commit 6147737

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

articles/role-based-access-control/deny-assignments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rolyon
55
manager: femila
66
ms.service: role-based-access-control
77
ms.topic: conceptual
8-
ms.date: 03/12/2024
8+
ms.date: 04/24/2025
99
ms.author: rolyon
1010
ms.reviewer: bagovind
1111
---
@@ -21,7 +21,7 @@ This article describes how to list deny assignments.
2121
2222
## How deny assignments are created
2323

24-
Deny assignments are created and managed by Azure to protect resources. You can't directly create your own deny assignments. However, you can specify deny settings when creating a deployment stack, which creates a deny assignment that is owned by the deployment stack resources. Deployment stacks is currently in preview. For more information, see [Protect managed resources against deletion](../azure-resource-manager/bicep/deployment-stacks.md#protect-managed-resources).
24+
Deny assignments are created and managed by Azure to protect resources. You can't directly create your own deny assignments. However, you can specify deny settings when creating a deployment stack, which creates a deny assignment that is owned by the deployment stack resources. For more information, see [Protect managed resources](../azure-resource-manager/bicep/deployment-stacks.md#protect-managed-resources) and [Azure RBAC limits](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-rbac-limits).
2525

2626
## Compare role assignments and deny assignments
2727

articles/role-based-access-control/whats-new.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rolyon
55
manager: femila
66
ms.service: role-based-access-control
77
ms.topic: whats-new
8-
ms.date: 04/07/2025
8+
ms.date: 04/24/2025
99
ms.author: rolyon
1010

1111
---
@@ -18,6 +18,7 @@ This article provides information about new features and documentation improveme
1818

1919
| Date | Area | Description |
2020
| --- | --- | --- |
21+
| April 2025 | Limits | Added system-managed deny assignments limit. See [Azure RBAC limits](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-rbac-limits). |
2122
| April 2025 | Roles | Added [Compute Fleet Contributor](built-in-roles/compute.md#compute-fleet-contributor) role. |
2223
| April 2025 | Roles | Added [Azure Red Hat OpenShift](built-in-roles/containers.md#azure-red-hat-openshift-cloud-controller-manager) roles. |
2324
| March 2025 | Roles | Added Durable Task roles. See [Durable Task Data Contributor](built-in-roles/integration.md#durable-task-data-contributor), [Durable Task Data Reader](built-in-roles/integration.md#durable-task-data-reader), and [Durable Task Worker](built-in-roles/integration.md#durable-task-worker). |

includes/role-based-access-control/limits.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: include file
3-
description: include file
2+
title: Include file
3+
description: Include file
44
author: rolyon
55
ms.service: role-based-access-control
66
ms.topic: include
7-
ms.date: 02/26/2025
7+
ms.date: 04/24/2025
88
ms.author: rolyon
99
ms.custom: include file
1010
---
@@ -23,3 +23,5 @@
2323
| | Size of description for Azure custom roles | Recommended maximum: 512 chars |
2424
| | Size of an Azure custom role definition | 1 MB |
2525
| | Number of assignable scopes for Azure custom roles | 2,000 |
26+
| [Azure deny assignments](../../articles/role-based-access-control/deny-assignments.md) | | |
27+
| | Number of system-managed deny assignments per Azure subscription | 2,000 |

0 commit comments

Comments
 (0)