You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/trusted-access-feature.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Enable Azure resources to access Azure Kubernetes Service (AKS) clusters
3
3
description: Learn how to use the Trusted Access feature to enable Azure resources to access Azure Kubernetes Service (AKS) clusters.
4
4
author: schaffererin
5
5
ms.topic: article
6
-
ms.date: 03/03/2023
6
+
ms.date: 03/20/2023
7
7
ms.author: schaffererin
8
8
---
9
9
@@ -33,9 +33,11 @@ Trusted Access enables you to give explicit consent to your system-assigned MSI
33
33
34
34
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
35
35
* Resource types that support [system-assigned managed identity](../active-directory/managed-identities-azure-resources/overview.md).
36
-
* Pre-defined Roles with appropriate [AKS permissions](concepts-identity.md).
37
-
* To learn about what Roles to use in various scenarios, see [AzureML access to AKS clusters with special configurations](https://github.com/Azure/AML-Kubernetes/blob/master/docs/azureml-aks-ta-support.md).
38
-
* If you're using Azure CLI, the **aks-preview** extension version **0.5.74 or later** is required.
36
+
** If you're using Azure CLI, the **aks-preview** extension version **0.5.74 or later** is required.
37
+
* To learn about what Roles to use in various scenarios, see:
38
+
*[AzureML access to AKS clusters with special configurations](https://github.com/Azure/AML-Kubernetes/blob/master/docs/azureml-aks-ta-support.md).
39
+
*[AKS backup using Azure Backup][aks-azure-backup]
40
+
39
41
40
42
First, install the aks-preview extension by running the following command:
41
43
@@ -160,3 +162,4 @@ For more information on AKS, see:
0 commit comments