dotnet-architecture / eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
https://dot.net/architecture
24.58k stars 10.36k forks source link

./quickstart.sh does not exist - deployment steps not matching MSDN documentation #2160

Open BoskoD opened 9 months ago

BoskoD commented 9 months ago

https://learn.microsoft.com/en-us/training/modules/microservices-aspnet-core/3-deploy-application

image

erjain commented 9 months ago

Hi @BoskoD, I hope you have loaded the mslearn-aspnet-core dev environment by using one of the following procedures:

For GitHub Codespaces, go to the codespace for the MicrosoftDocs/mslearn-aspnet-core repository and create a new codespace using the main branch.

For local Visual Studio Code:

From a new Visual Studio Code window, press Ctrl+Shift+P to open the command palette, and then search for and select Dev Containers: Clone Repository in Container Volume. Provide the following repository URL: https://github.com/MicrosoftDocs/mslearn-aspnet-core.

./quickstart.sh path is as follows: https://github.com/MicrosoftDocs/mslearn-aspnet-core/blob/main/modules/microservices-aspnet-core/deploy/k8s/quickstart.sh