Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1 KB

File metadata and controls

25 lines (20 loc) · 1 KB

kudos-backend-functions

Infrastructure for implementing Kudos API backend on Node.JS and C# in Azure Functions. Functions source code is maintained in kudos-functions-code.

Deploy complete solution from master template

Go to kudos repo and use master template to provision all components of the solution.

Deploy Functions via portal

Click button and follow wizard.

Deploy Functions from GitHub

az group create -n kudos -l westeurope
az group deployment create -g kudos \
    --template-uri https://github.com/azurecz/kudos-backend-functions/raw/master/azuredeploy.json

Deploy Functions from local

az group create -n kudos -l westeurope
az group deployment create -g kudos --template-file azuredeploy.json