Skip to content

Commit af2c462

Browse files
authored
Fix markdown link formatting in azure-rbac-23h2.md
1 parent 1ba8836 commit af2c462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AKS-Arc/azure-rbac-23h2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Before you begin, make sure you have the following prerequisites:
4949
- The following permissions are required to enable Azure RBAC when creating a Kubernetes cluster:
5050
- To create a Kubernetes cluster, the [**Azure Kubernetes Service Arc Contributor**](/azure/role-based-access-control/built-in-roles/containers#azure-kubernetes-service-arc-contributor-role) role is required.
5151
- To use the `--enable-azure-rbac` parameter, the [**Role Based Access Control Administrator**](/azure/role-based-access-control/built-in-roles/privileged#role-based-access-control-administrator) role is required for access to the **Microsoft.Authorization/roleAssignments/write** permission.
52-
- To assign these roles, use the `[az role assignment create]`(/cli/azure/role/assignment#az-role-assignment-create) CLI command, or follow [Assign Azure roles using Azure CLI](/azure/role-based-access-control/role-assignments-cli):
52+
- To assign these roles, use the [az role assignment create](/cli/azure/role/assignment#az-role-assignment-create) CLI command, or follow [Assign Azure roles using Azure CLI](/azure/role-based-access-control/role-assignments-cli):
5353

5454
```azurecli
5555
az role assignment create --assignee <assignee-object-id> --role <role-name-or-id> --scope $ARM_ID

0 commit comments

Comments
 (0)