This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
python-azure-example/README.md
2024-03-01 15:14:57 +01:00

423 B

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