diff --git a/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md b/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md index 9964d8e..1476d5f 100644 --- a/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md +++ b/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md @@ -256,6 +256,11 @@ Once the Docker images are built (wait a few minutes), you can watch the deploym run `kubectl proxy` and open a browser to [http://localhost:8001/#!/deployment](http://localhost:8001/#!/deployment) +The deployment should finish as in the following screenshot: +![image](https://user-images.githubusercontent.com/1712635/40211832-aa8f7dbc-5a01-11e8-80b7-fc85b02d22e7.png) + +Finally, go ahead and run eShopOnContainers in Kuberentes in AKS! 👍 + ### Possible parameters for the deploy.ps1 script