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.
So I have tried a lot of different situations with the Runbooks, like trying to execute OneDrive file, but it tells me that the file is not there, or the folder is not there.
Any recommendations? Or maybe a change in the approach?
Thanks in advance
Alfonso Zalazar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.