- Azure Subscription
- Azure CLI tool (
az
) - Terraform installed -> download
- copy
local.settings.json.sample
tolocal.settings.json
- run
./gradlew azureFunctionsPackageZip
- modify
infrastructure/variables.tf
to your needs (e.g. choose a differentprefix
) - login to Azure:
az login
- change to
infrastructure
and run:
terraform init
terraform apply
Done.