OneDrive in Azure VM
I am a bit new in Azure. What I am trying to accomplish is to have a VM, which has OneDrive installed, and use runbooks to turn it on, run python scripts, that are stored in a SharePoint folder, which will use apis to query some info and create files to store in another SharePoint folder. Then turn it off.
The thing is at the moment I am able to run the scripts but it fails to sync, unless I connect to it, which I would like to avoid as I want it to be a automated process.