I plan to start using Azure functions, Microsoft Graph, SharePoint Online and web hooks to integrate with my applications. I have read a lot of blogs, watched a lot of training videos, watched conference sessions and looked at sample code, but nothing seemed to pull together my basic requirements. These are;
Securely manage all secrets Securely connect to SharePoint Online without a user context Securely connect to Microsoft Graph without a user context Log events and telemetry in a central location You might think this would be simple, but that was not my experience. ...