Skip to content

Commit 303f188

Browse files
committed
fixed broken link
1 parent 01d7f4f commit 303f188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ A conceptual overview of this feature is available in the [Azure RBAC on Azure A
5757
az ad app update --id "${SERVER_APP_ID}" --set groupMembershipClaims=All
5858
```
5959
60-
1. Create a service principal and get its `password` field value. This value is required later as `serverApplicationSecret` when you're enabling this feature on the cluster. Please note that this secret is valid for 1 year and will need to be [rotated after that](azure-rbac#refresh-the-secret-of-the-server-application).
60+
1. Create a service principal and get its `password` field value. This value is required later as `serverApplicationSecret` when you're enabling this feature on the cluster. Please note that this secret is valid for 1 year and will need to be [rotated after that](azure-rbac.md#refresh-the-secret-of-the-server-application).
6161
6262
```azurecli
6363
az ad sp create --id "${SERVER_APP_ID}"

0 commit comments

Comments
 (0)