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.

Home Page:https://dot.net/architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

BoskoD opened this issue · comments

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