Azure-Samples / azure-sql-library-app-blazor

Library app built with SQL Server and Data API builder as backend, and Blazor as frontend.
MIT License
1 stars 3 forks source link

Unclear whether "Try-dotnet" or "library" sample is deployed. Clarification in docs needed #6

Open seantleonard opened 1 week ago

seantleonard commented 1 week ago

https://learn.microsoft.com/en-us/samples/azure-samples/azure-sql-library-app-blazor/azure-sql-library-app-blazor/

Problem:

The steps to deploy and use the sample end up having me deploy a completely different sample:

Step 2's first option is to open a completely different sample. When I select "Try a sample" and then "dotnet" (there isn't a .NET Core option as described in the doc), a vscode window opens for a completely different "Hello World" and weather fetching app.

VS Code Dev Containers

If you already have VS Code and Docker installed, you can click the badge above or here to get started. Clicking these links will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.

Follow these steps to open this sample in a container using the VS Code Dev Containers extension:

  1. If this is your first time using a development container, please ensure your system meets the pre-reqs (i.e. have Docker installed) in the getting started steps.

  2. To use this repository, you can either open the repository in an isolated Docker volume:

    • Press F1 and select the Dev Containers: Try a Sample... command.
    • Choose the ".NET Core" sample, wait for the container to start, and try things out!

      Note: Under the hood, this will use the Dev Containers: Clone Repository in Container Volume... command to clone the source code in a Docker volume instead of the local filesystem. Volumes are the preferred mechanism for persisting container data.

    Or open a locally cloned copy of the code:

    • Clone this repository to your local filesystem.
    • Press F1 and select the Dev Containers: Open Folder in Container... command.
    • Select the cloned copy of this folder, wait for the container to start, and try things out!