Skip to content

Commit 1a63518

Browse files
committed
edits
1 parent a5028a8 commit 1a63518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/use-azure-ad-pod-identity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Azure Active Directory pod-managed identities in Azure Kubernetes Service (Preview)
3-
description: Learn how to use Azure AD pod-managed managed identities in Azure Kubernetes Service (AKS)
3+
description: Learn how to use Azure AD pod-managed identities in Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: article
66
ms.date: 3/12/2021
@@ -186,7 +186,7 @@ az aks pod-identity add --resource-group myResourceGroup --cluster-name myAKSClu
186186
187187
## Run a sample application
188188

189-
For a pod to use AAD pod-managed identity, the pod needs an *aadpodidbinding* label with a value that matches a selector from a *AzureIdentityBinding*. To run a sample application using AAD pod-managed identity, create a `demo.yaml` file with the following contents. Replace *POD_IDENTITY_NAME*, *IDENTITY_CLIENT_ID*, and *IDENTITY_RESOURCE_GROUP* with the values from the previous steps. Replace *SUBSCRIPTION_ID* with your subscription ID.
189+
For a pod to use an Azure AD pod-managed identity, the pod needs an *aadpodidbinding* label with a value that matches a selector from a *AzureIdentityBinding*. To run a sample application using an Azure AD pod-managed identity, create a `demo.yaml` file with the following contents. Replace *POD_IDENTITY_NAME*, *IDENTITY_CLIENT_ID*, and *IDENTITY_RESOURCE_GROUP* with the values from the previous steps. Replace *SUBSCRIPTION_ID* with your subscription ID.
190190

191191
> [!NOTE]
192192
> In the previous steps, you created the *POD_IDENTITY_NAME*, *IDENTITY_CLIENT_ID*, and *IDENTITY_RESOURCE_GROUP* variables. You can use a command such as `echo` to display the value you set for variables, for example `echo $IDENTITY_NAME`.
@@ -271,7 +271,7 @@ metadata:
271271

272272
## Clean up
273273

274-
To remove AAD pod-managed identity from your cluster, remove the sample application and the pod identity from the cluster. Then remove the identity.
274+
To remove an Azure AD pod-managed identity from your cluster, remove the sample application and the pod identity from the cluster. Then remove the identity.
275275

276276
```azurecli-interactive
277277
kubectl delete pod demo --namespace $POD_IDENTITY_NAMESPACE

0 commit comments

Comments
 (0)