DEV Community

Duc Nguyen Thanh
Duc Nguyen Thanh

Posted on

[Kintone + Azure] Automating Kintone Data Backup: A Simple Solution with Azure Functions and Kintone-CLI

Hello, I’m Duc Nguyen (Duke)

Are you trying to find a dependable way to store a backup of your Kintone data? Allow me to present you to a potent tool I recently created that automates your data backup process by fusing Azure Functions (Timer Trigger template), Azure Blob Storage, and Kintone-CLI.

Why should you care?

- Fully automated: Forget about keeping track of manually backing up your data every month. On the first of each month, this tool will take care of the task automatically.
- Seamless integration: By using Azure Functions and Kintone-CLI, we’ve created a smooth integration between Kintone and Azure Blob Storage.
- Flexible format: Depending on your needs, you can opt to backup your data in either CSV or JSON format.
- Secure and reliable: With the support of Azure Blob Storage, your data is stored securely and can be accessed at any time.

How to get started?

  1. Clone the repository from GitHub here
  2. Create the Azure Functions and get the Kintone App’s credential
  3. Put down the Azure and Kintone config in the /src/functions/config.json

/src/functions/config.json

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay