A Serverless Application example on Azure
This repo contains example terraform configuration for a serverless
style application on Azure. This deployment makes use of:
See setup/main.tf
for details.
cd setup
az login
az account set --subscription="TARGET SUBSCRIPTION ID"
terraform plan
terraform apply
Created by Tidal Migrations