Skip to content

Commit 88f7ed2

Browse files
committed
updated articles
1 parent bf250df commit 88f7ed2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/learn/tutorial-kubernetes-workload-identity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ This tutorial assumes a basic understanding of Kubernetes concepts. For more inf
2626

2727
- You have installed the latest version of the `aks-preview` extension, version 0.5.102 or later.
2828

29-
- The identity you are using to create your cluster has the appropriate minimum permissions. For more information on access and identity for AKS, see [Access and identity options for Azure Kubernetes Service (AKS)][aks-identity-concepts].
29+
- The identity you're using to create your cluster has the appropriate minimum permissions. For more information on access and identity for AKS, see [Access and identity options for Azure Kubernetes Service (AKS)][aks-identity-concepts].
3030

3131
- If you have multiple Azure subscriptions, select the appropriate subscription ID in which the resources should be billed using the
3232
[az account][az-account] command.
3333

3434
## Create a resource group
3535

36-
An [Azure resource group][azure-resource-group] is a logical group in which Azure resources are deployed and managed. When you create a resource group, you are prompted to specify a location. This location is:
36+
An [Azure resource group][azure-resource-group] is a logical group in which Azure resources are deployed and managed. When you create a resource group, you're prompted to specify a location. This location is:
3737

3838
* The storage location of your resource group metadata.
39-
* Where your resources will run in Azure if you don't specify another region during resource creation.
39+
* Where your resources run in Azure if you don't specify another region during resource creation.
4040

4141
The following example creates a resource group named *myResourceGroup* in the *eastus* location.
4242

@@ -257,7 +257,7 @@ The following output resembles successful creation of the pod:
257257
pod/quick-start created
258258
```
259259

260-
To check whether all properties are injected properly by the webhook, use
260+
To check whether all properties are injected properly with the webhook, use
261261
the [kubectl describe][kubelet-describe] command:
262262

263263
```bash

0 commit comments

Comments
 (0)