Load JSON data from OneDrive to Azure SQL Server -


good day,

i have bunch of json data living on microsoft onedrive business. piece of offsite hardware writes new json files laptop synced ms onedrive business after user stuff on hardware.

i want ingest data ms azure sql server database. have been able parse data using openjson azure database (just using variable) not clear on how hook ms azure sql server database onedrive folder.

i complete novice azure , kind of thing (but pretty using sql).

it occurred me could:

(1) write azure sql server code monitor ms onedrive business folder , ingest new data database

(2) write code (python?) pushes data directly azure sql server database when user creates it.

(3) other suggestions?

like said, bit of novice of part of process , looking little advice on steps take accomplish either #1 or #2 (and suggestions better either one!)

right thinking #1 simplest solution.

thanks!


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -