Skip to content

Commit fd312c1

Browse files
committed
[AKS] Fixes MicrosoftDocs/azure-docs#30856
1 parent 5e4ab8f commit fd312c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/aks/kubernetes-walkthrough.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: iainfoulds
66

77
ms.service: container-service
88
ms.topic: quickstart
9-
ms.date: 12/18/2018
9+
ms.date: 05/20/2019
1010
ms.author: iainfou
1111
ms.custom: H1Hack27Feb2017, mvc, devcenter
1212

@@ -27,7 +27,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2727

2828
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2929

30-
If you choose to install and use the CLI locally, this quickstart requires that you are running the Azure CLI version 2.0.52 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
30+
If you choose to install and use the CLI locally, this quickstart requires that you are running the Azure CLI version 2.0.64 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
3131

3232
## Create a resource group
3333

@@ -93,7 +93,7 @@ The following example output shows the single node created in the previous steps
9393

9494
```
9595
NAME STATUS ROLES AGE VERSION
96-
aks-nodepool1-31718369-0 Ready agent 6m44s v1.9.11
96+
aks-nodepool1-31718369-0 Ready agent 6m44s v1.12.8
9797
```
9898

9999
## Run the application
@@ -249,7 +249,7 @@ The *azure-vote-back* and *azure-vote-front* containers are displayed, as shown
249249

250250
![View the health of running containers in AKS](media/kubernetes-walkthrough/monitor-containers.png)
251251

252-
To see logs for the `azure-vote-front` pod, select the **View container logs** link on the right-hand side of the containers list. These logs include the *stdout* and *stderr* streams from the container.
252+
To see logs for the `azure-vote-front` pod, choose the option to **View in analytics**, then select **View container logs** link on the right-hand side of the containers list. These logs include the *stdout* and *stderr* streams from the container.
253253

254254
![View the containers logs in AKS](media/kubernetes-walkthrough/monitor-container-logs.png)
255255

@@ -272,7 +272,7 @@ In this quickstart, pre-created container images were used to create a Kubernete
272272

273273
## Next steps
274274

275-
In this quickstart, you deployed a Kubernetes cluster and deployed a multi-container application to it. [Access the Kubernetes web dashboard][kubernetes-dashboard] for the cluster you just created.
275+
In this quickstart, you deployed a Kubernetes cluster and deployed a multi-container application to it. You can also [access the Kubernetes web dashboard][kubernetes-dashboard] for your AKS cluster.
276276

277277
To learn more about AKS, and walk through a complete code to deployment example, continue to the Kubernetes cluster tutorial.
278278

0 commit comments

Comments
 (0)