This repo contains example terraform configuration for a serverless style application on Azure. This deployment makes use of:
- Azure DNS
- Azure CDN
- Azure Blob Storage
- Azure Container Instances
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