Skip to content

Commit 03b84cb

Browse files
committed
incorporate feedback
1 parent 600ae5c commit 03b84cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-resource-manager/bicep/deployment-stacks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Deployment stacks provide the following benefits:
4747
There are two built-in roles for deployment stack:
4848

4949
- **Azure Deployment Stack Contributor**: Allows users to manage deployment stacks, but cannot create or delete deny assignments within the deployment stacks.
50-
- **Azure Deployment Stack Owner**: Alls users to manage deployment stacks, including those with deny assignments.
50+
- **Azure Deployment Stack Owner**: Allows users to manage deployment stacks, including those with deny assignments.
5151

5252
## Create deployment stacks
5353

@@ -602,12 +602,12 @@ To delete a managed resource, remove the resource definition from the underlying
602602
When creating a deployment stack, it's possible to assign a specific type of permissions to the managed resources, which prevents their deletion by unauthorized security principals. These settings are referred to as deny settings. You want to store the stack at a parent scope.
603603

604604
> [!NOTE]
605-
> The latest release requires specific permissions at the stack scope in order to do:
605+
> The latest release requires specific permissions at the stack scope in order to:
606606
>
607607
> - Create or update a deployment stack and set the deny setting to a value other than "None".
608608
> - Update or delete a deployment stack with an existing deny setting of something other than "None"
609609
>
610-
> The built-in owner role has these permissions by default. However, the built-in contributor role doesn't have this permission.
610+
> Use the [built-in roles](#built-in-roles) to grant the permissions.
611611
612612
# [PowerShell](#tab/azure-powershell)
613613

0 commit comments

Comments
 (0)