Skip to content

Commit bae7ff4

Browse files
committed
Add link to Bicep RBAC info
1 parent 4284c91 commit bae7ff4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 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/05/2022
1212
ms.author: rolyon
1313
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1414
ms.devlang: azurecli
@@ -17,6 +17,9 @@ 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. 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).
22+
2023
## Prerequisites
2124

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

0 commit comments

Comments
 (0)