Skip to content

Infrastructure for implementing Kudos API backend on Node.JS in Azure Functions.

License

Notifications You must be signed in to change notification settings

azurecz/kudos-backend-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Infrastructure for implementing Kudos API backend on Node.JS in Azure Functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published