550 B
550 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 deploy
## RELEASE PROCESS
# Release new code
just release
# At this point, you have to modify .env to point to new image
# And then we can deploy the new image.
just deploy