This .devcontainer
directory contains the configuration for a dev container and isn't used by the sample application.
The dev container configuration lets you open the repository in a GitHub codespace or a dev container in Visual Studio Code. For your convenience, the dev container is configured with the following:
- .NET 8
- SQL Server
- Azure Developer CLI (so you can run
azd
commands directly). - GitHub Copilot
- SQL Server extension (uncomment code in devcontainer.json).