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:
- Python
- Running
pip install -r requirements.txtfrom the project at container start. - PostgreSQL
- Azure Developer CLI (so you can run
azdcommands directly).