Skip to content

coolapp-dev/azure-serverless-webapp-terraform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy an Azure hosted Serverless React Webapp with Azure Functions API with Terraform

Prerequisites

Authenticate the Azure CLI

If you are using a personal account, run az login & az account show to check you are logged in.

If you are using an Azure Service Principal for authentication, run

export ARM_CLIENT_ID=REPLACE_ME
export ARM_CLIENT_SECRET=REPLACE_ME
export ARM_SUBSCRIPTION_ID=REPLACE_ME
export ARM_TENANT_ID=REPLACE_ME
export ARM_USE_CLI=false

Steps

make first-deploy
# Browse to the URL printed in the console
make destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 49.2%
  • HTML 16.9%
  • JavaScript 13.6%
  • Makefile 11.2%
  • CSS 9.1%