HR Kudos application leveraging Azure PaaS including serverless, API Management, AAD, CosmosDB, PowerBI and others
Click button and follow wizard.
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
az group create -n kudos -l westeurope
az group deployment create -g kudos --template-file azuredeploy.json
Visit individual repos and deploy repo by repo. Please make sure you follow correct order:
- Backend, currently only Functions implementation in kudos-backend-functions
- API Management in kudos-apim
- Frontend, currently served via WebApp deployed by kudos-frontend-webapp