Example of deploying Python app to Azure
src | ||
terraform | ||
.envrc | ||
.gitignore | ||
devbox.json | ||
devbox.lock | ||
Dockerfile | ||
example.env | ||
justfile | ||
README.md | ||
requirements.txt |
python-azure-example
Just an example of a way to deploy Python app to Azure using Terraform.
Development
Dependencies
# Configure
cp example.env .env
# Start local dev
just run
# Provision infrastructure
just terraform apply
# Deploy new code
just deploy