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