Skip to content

Commit 7711092

Browse files
authored
Merge pull request #78731 from iainfoulds/aksacr
[ACR] Clarify AKS authentication needs
2 parents e1bb011 + a744a5b commit 7711092

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/container-registry/container-registry-auth-aks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ ms.author: danlep
1414

1515
When you're using Azure Container Registry (ACR) with Azure Kubernetes Service (AKS), an authentication mechanism needs to be established. This article details the recommended configurations for authentication between these two Azure services.
1616

17-
This article assumes that you've already created an AKS cluster and you are able to access the cluster with the `kubectl` command-line client.
17+
You only need to configure one of these authentication methods. The most common approach is to [grant access using the AKS service principal](#grant-aks-access-to-acr). If you have specific needs, you can optionally [grant access using Kubernetes secrets](#access-with-kubernetes-secret).
18+
19+
This article assumes that you've already created an AKS cluster and you are able to access the cluster with the `kubectl` command-line client.
1820

1921
## Grant AKS access to ACR
2022

0 commit comments

Comments
 (0)