Skip to content

Commit a831cab

Browse files
committed
fixing v1.0 to v2.0
1 parent ce4e480 commit a831cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/azure-ad-v2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ When the status shows as registered, refresh the registration of the `Microsoft.
7474
az provider register --namespace Microsoft.ContainerService
7575
```
7676

77-
## Create an AKS cluster with Azure AD v1.0 enabled
77+
## Create an AKS cluster with Azure AD v2.0 enabled
7878

7979
You can now create an AKS cluster by using the following CLI commands.
8080

@@ -117,7 +117,7 @@ A successful creation of an Azure AD v2 cluster has the following section in the
117117

118118
The cluster is created within a few minutes.
119119

120-
## Accessing an Azure AD v1.0 enabled cluster
120+
## Accessing an Azure AD v2.0 enabled cluster
121121
To get the admin credentials to access the cluster:
122122

123123
```azurecli-interactive
@@ -140,7 +140,7 @@ To get the user credentials to access the cluster:
140140
kubectl get nodes
141141
```
142142

143-
To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code BYMK7UXVD to authenticate. You receive an error:
143+
Follow the instructions to sign in.
144144

145145
**error: You must be logged in to the server (Unauthorized)**
146146

0 commit comments

Comments
 (0)