Skip to content
/ kudos Public

HR Kudos application leveraging Azure PaaS including serverless, API Management, AAD, CosmosDB, PowerBI and others

License

Notifications You must be signed in to change notification settings

azurecz/kudos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

kudos-app

HR Kudos application leveraging Azure PaaS including serverless, API Management, AAD, CosmosDB, PowerBI and others

Deploy complete solution via portal

Click button and follow wizard.

Deploy complete solution from GitHub

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

Deploy master template from local (it will link to repos)

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

Deploy individual components

Visit individual repos and deploy repo by repo. Please make sure you follow correct order:

  1. Backend, currently only Functions implementation in kudos-backend-functions
  2. API Management in kudos-apim
  3. Frontend, currently served via WebApp deployed by kudos-frontend-webapp

About

HR Kudos application leveraging Azure PaaS including serverless, API Management, AAD, CosmosDB, PowerBI and others

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published