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
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].
31
31
32
32
## Create a resource group
33
33
@@ -93,7 +93,7 @@ The following example output shows the single node created in the previous steps
@@ -249,7 +249,7 @@ The *azure-vote-back* and *azure-vote-front* containers are displayed, as shown
249
249
250
250

251
251
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.
253
253
254
254

255
255
@@ -272,7 +272,7 @@ In this quickstart, pre-created container images were used to create a Kubernete
272
272
273
273
## Next steps
274
274
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.
276
276
277
277
To learn more about AKS, and walk through a complete code to deployment example, continue to the Kubernetes cluster tutorial.
0 commit comments