diff --git a/AKS-TLS.md b/AKS-TLS.md index e7b4db2..96fc644 100644 --- a/AKS-TLS.md +++ b/AKS-TLS.md @@ -60,4 +60,4 @@ Once the secret is installed you can install eShopOnContainers adding following ## Notes on TLS support -TLS support can't be enabled on the local Kuberneted provided by Docker Desktop. +TLS support can't be enabled on the local Kubernetes provided by Docker Desktop. diff --git a/Windows-setup.md b/Windows-setup.md index 0d0851d..7f7c514 100644 --- a/Windows-setup.md +++ b/Windows-setup.md @@ -219,6 +219,8 @@ Note that the first time you hit F5 it'll take more time, a few minutes at least Finally, because the docker-compose configuration project is configured to open the MVC application, it should open your by default browser and show the MVC application with data coming from the microservices/containers: +**NOTE: Depending on your system configuration, starting up all containers and applying database migrations might take some time. If you get a 503 error (service unavailable) in the browser, just give it some more time and refresh, after little while you should get to see the home page.** + ![](images/Windows-setup/vs2017-f5-with-eshoponcontainers-web-mvc-in-browser.png) Here's how the docker-compose configuration project is configured to open the MVC application: diff --git a/images/Windows-setup/docker-compose-properties.png b/images/Windows-setup/docker-compose-properties.png index fa1291f..bd107e9 100644 Binary files a/images/Windows-setup/docker-compose-properties.png and b/images/Windows-setup/docker-compose-properties.png differ diff --git a/images/Windows-setup/vs2017-f5-with-eshoponcontainers-web-mvc-in-browser.png b/images/Windows-setup/vs2017-f5-with-eshoponcontainers-web-mvc-in-browser.png index 9d8de28..efab2ee 100644 Binary files a/images/Windows-setup/vs2017-f5-with-eshoponcontainers-web-mvc-in-browser.png and b/images/Windows-setup/vs2017-f5-with-eshoponcontainers-web-mvc-in-browser.png differ