Azure Functions
Securely connect to Microsoft Graph from Teams tabs using SSO
Say you're building a Microsoft Teams tab with Single Sign-On (SSO). In your tab, you want to connect to Microsoft Graph to show some data from Microsoft 365. Here is how to do it securely.
Get notified when a file on GitHub has changed
With more and more content being hosted on GitHub it's a shame that you can't get notified when a particular file has changed. At least not by GitHub, that is. But you can build your own notification service. Here is how.
Restore missing resources when moving resources between Azure subscriptions
Recently, when trying to move resources between my subscriptions in Azure, I came across an issue. Here is how I solved it.
What version of Node.js can you use in Azure Functions
When building Azure Functions using Node.js, the Functions' runtime version dictates the version of Node.js you can use. And you better know it upfront.
Expose Azure Search through Function Proxy
If you use Azure Search on a website, you should expose it through Azure Function Proxy. Here is why.