Example of deploying Python app to Azure
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.
Find a file
2024-03-01 15:14:57 +01:00
src first commit 2024-03-01 15:11:34 +01:00
terraform first commit 2024-03-01 15:11:34 +01:00
.envrc first commit 2024-03-01 15:11:34 +01:00
.gitignore first commit 2024-03-01 15:11:34 +01:00
devbox.json first commit 2024-03-01 15:11:34 +01:00
devbox.lock first commit 2024-03-01 15:11:34 +01:00
Dockerfile first commit 2024-03-01 15:11:34 +01:00
example.env first commit 2024-03-01 15:11:34 +01:00
justfile first commit 2024-03-01 15:11:34 +01:00
README.md docs: add readme 2024-03-01 15:14:57 +01:00
requirements.txt first commit 2024-03-01 15:11:34 +01:00

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