Skip to content

Commit f46a9e0

Browse files
committed
update command
1 parent 54549b3 commit f46a9e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/azure-arc/kubernetes/azure-rbac.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Azure RBAC on Azure Arc-enabled Kubernetes clusters"
3-
ms.date: 05/22/2024
3+
ms.date: 05/28/2024
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli
66
description: "Use Azure RBAC for authorization checks on Azure Arc-enabled Kubernetes clusters."
@@ -49,11 +49,10 @@ For a conceptual overview of this feature, see [Azure RBAC on Azure Arc-enabled
4949
az role assignment create --role "Connected Cluster Managed Identity CheckAccess Reader" --assignee "<Cluster MSI ID>" --scope <cluster ARM ID>
5050
```
5151

52-
5352
1. Enable Azure role-based access control (RBAC) on your Azure Arc-enabled Kubernetes cluster by running the following command:
5453

5554
```azurecli
56-
az connectedk8s enable-features -n <clusterName> -g <resourceGroupName> --features azure-rbac --app-id "${SERVER_APP_ID}" --app-secret "${SERVER_APP_SECRET}"
55+
az connectedk8s enable-features -n <clusterName> -g <resourceGroupName> --features azure-rbac
5756
```
5857

5958
> [!NOTE]

0 commit comments

Comments
 (0)