Everything I have about serverless
01 Apr 2021
There is a new version of Azure Logic App in preview. I spent a few days playing around with it in April 2021 to see what was new. This article summarises what I learnt and the highlights from my perspective. This is a point-in-time introduction to a preview technology.
08 Mar 2021
Durable Functions Azure Functions Cognitive Search Logic Apps Cognitive Services Serverless
There are many scenarios where and AI-based enrichment pipline is applicable; anywhere when you need to enrich data with insight from AI services. Azure offers three main ways to do this, Logic Apps, Cognitive Search and Durable Functions. This articles compares and contrasts these platforms to help you decide which one suits your requirements
03 Jan 2020
Cognitive Services Localisation Logic Apps Azure Functions Serverless Bots QnAMaker
QnAMaker is great unless you need to support multiple languages where there is no built-in solution. In this article, I'll explain how I've implemented localized QnAMaker from a single model with Logic Apps, the Translator Text API and an Azure Function.
29 Aug 2019
Logic Apps Microsoft Graph Azure Active Directory Office 365 Serverless
The Microsoft Graph is the way you programmatically access data stored in Azure Active Directory, Office 365 and a bunch of other Microsoft cloud services. Accessing the data in a Logic App is a very powerful way to use this rich API with no code. This article tells you how.
07 Nov 2018
Webhooks Azure Functions Serverless
WebHooks are an interesting way to approach building a serverless application. learn how I used the GitHub webhooks API with Azure Functions to build this blog