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 therepository 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.txt
from the project at container start. - PostgreSQL
- Redis
- Azure Developer CLI (so you can run
azd
commands directly).