A small solution for creating automated backups of your Clockodo entries. The "Deploy to Azure" button will create a small environment consisting of:
- Azure Key vault
- Storage account with blob container
- App Service plan
- Function App
- Application Insights
By default, the deployment will create two functions that will perform backups on a daily and monthly basis. The backups will be stored as .csv files in the deployed storage account.
For more information check out the repository's Wiki page.
- Azure Subscription
- E-mail address of a Clockodo API User
- Clockodo API key
- Provide additional features around clockodo like automated backup, analytics or alerting.
- Serve as a learning environment for white duck 🦆 employees. Quack quack
- Azure Biceps 💪 to generate ARM templates
- DevContainer