项目作者: dcolebatch

项目描述 :
A Serverless Application example on Azure
高级语言: HCL
项目地址: git://github.com/dcolebatch/azure_serverless_example.git
创建时间: 2018-03-17T03:14:50Z
项目社区:https://github.com/dcolebatch/azure_serverless_example

开源协议:MIT License

下载


Sample Serverless app on Azure

This repo contains example terraform configuration for a serverless
style application on Azure. This deployment makes use of:

  1. Azure DNS
  2. Azure CDN
  3. Azure Blob Storage
  4. Azure Container Instances

See setup/main.tf for details.

Synopsis

  1. cd setup
  2. az login
  3. az account set --subscription="TARGET SUBSCRIPTION ID"
  4. terraform plan
  5. terraform apply

Created by Tidal Migrations