Skip to content

Commit d19e483

Browse files
committedJun 3, 2021
PR review comments
1 parent a11a91a commit d19e483

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎articles/container-registry/authenticate-aks-cross-tenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ms.author: danlep
77
ms.date: 05/21/2021
88
---
99

10-
# Pull images from a container registry to an AKS cluster in a different AD tenant
10+
# Pull images from a container registry to an AKS cluster in a different Azure AD tenant
1111

12-
In some cases, you might have your Azure AKS cluster in one Azure Active Directory (tenant) and your Azure container registry in a different tenant. This article walks through the steps to enable cross-tenant authentication using the AKS service principal credential to pull from the container registry.
12+
In some cases, you might have your Azure AKS cluster in one Azure Active Directory (Azure AD) tenant and your Azure container registry in a different tenant. This article walks through the steps to enable cross-tenant authentication using the AKS service principal credential to pull from the container registry.
1313

1414
## Scenario overview
1515
Assumptions for this example:

‎articles/container-registry/authenticate-kubernetes-options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ You can use an Azure container registry as a source of container images for Kube
1414

1515
To pull images to your Kuberentes cluster from an Azure container registry, an authentication and authorization mechanism needs to be established. Depending on your cluster environment, choose one of the following methods:
1616

17+
## Scenarios
1718

1819
| Kubernetes cluster |Authentication method | Description | Example |
1920
|---------|---------|---------|----------|

0 commit comments

Comments
 (0)
Please sign in to comment.