Azure / azure-functions-microsoftgraph-extension

Microsoft Graph extension for Azure Functions
MIT License
46 stars 23 forks source link

Graph binding with timer trigger #88

Open aslanovsergey opened 6 years ago

aslanovsergey commented 6 years ago

Hi,

Give me advice how to organize my binding to send MS Graph Requests from my azure function which runs by schedule. I tried to use option UserFromId and provided object id of a user from AD which didn't work out. Eventually what i what to do is to authenticate somehow to execute MSGraph request but not sure how to provide credentials in case on when trigger is schedule.