So your company uses Office 365, and you are tired of constantly having to go to Microsofts login portal, maybe even decide whether to use your organizational (work or school) account or you personal account before you can log in? If your company also uses ADFS you can actually skip […]
Estimated reading time: 4 minutes
Azure function recently added support for using it as a proxy for other APIs. The intention behind azure function proxies are that you can create a function app and use it as a proxy to hide several other function apps. But it can be used for many other interesting things. […]
Estimated reading time: 14 minutes
In this post I will demonstrate how to assign a custom domain name for your dynamic Azure function with an ARM template. I will also show a neat trick on how using a reverse proxy you can get your Azure Functions to look like they are part of an existing […]
Estimated reading time: 7 minutes
I have been testing out the new Microsoft Graph Subscriptions API that allows you to get notified when, e.g. mails are received in Exchange online. To use this API you have to setup a webhook that gets called by the exchange servers. The requirement to this webhook is that it […]
Estimated reading time: 4 minutes