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/learn/tutorial-kubernetes-workload-identity.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,17 @@ This tutorial assumes a basic understanding of Kubernetes concepts. For more inf
26
26
27
27
- You have installed the latest version of the `aks-preview` extension, version 0.5.102 or later.
28
28
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].
30
30
31
31
- If you have multiple Azure subscriptions, select the appropriate subscription ID in which the resources should be billed using the
32
32
[az account][az-account] command.
33
33
34
34
## Create a resource group
35
35
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:
37
37
38
38
* 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.
40
40
41
41
The following example creates a resource group named *myResourceGroup* in the *eastus* location.
42
42
@@ -257,7 +257,7 @@ The following output resembles successful creation of the pod:
257
257
pod/quick-start created
258
258
```
259
259
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
0 commit comments