Skip to content

Commit 10b1029

Browse files
Merge pull request #210192 from johndowns/azure-rbac-bicep
RBAC - Add link to Bicep RBAC article
2 parents 89b50ff + fa3c2cd commit 10b1029

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: amycolannino
88
ms.service: role-based-access-control
99
ms.topic: how-to
1010
ms.workload: identity
11-
ms.date: 06/03/2022
11+
ms.date: 09/07/2022
1212
ms.author: rolyon
1313
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1414
ms.devlang: azurecli
@@ -17,6 +17,11 @@ ms.devlang: azurecli
1717

1818
[!INCLUDE [Azure RBAC definition grant access](../../includes/role-based-access-control/definition-grant.md)] In addition to using Azure PowerShell or the Azure CLI, you can assign roles using [Azure Resource Manager templates](../azure-resource-manager/templates/syntax.md). Templates can be helpful if you need to deploy resources consistently and repeatedly. This article describes how to assign roles using templates.
1919

20+
> [!NOTE]
21+
> Bicep is a new language for defining your Azure resources. It has a simpler authoring experience than JSON, along with other features that help improve the quality of your infrastructure as code. We recommend that anyone new to infrastructure as code on Azure use Bicep instead of JSON.
22+
>
23+
> To learn about how to define role assignments by using Bicep, see [Create Azure RBAC resources by using Bicep](../azure-resource-manager/bicep/scenarios-rbac.md). For a quickstart example, see [Quickstart: Assign an Azure role using Bicep](quickstart-role-assignments-bicep.md).
24+
2025
## Prerequisites
2126

2227
[!INCLUDE [Azure role assignment prerequisites](../../includes/role-based-access-control/prerequisites-role-assignments.md)]

0 commit comments

Comments
 (0)