bots

FIXED: Azure - Resource provider not registered for the subscription

The Problem If you have been following any tutorial around creating bots on Azure, and you hit the weird roadblock that tells you; Resource provider Microsoft.BotService not registered for the subscription Fret not, ‘cause you have just stumbled on the fix! The Solution Now, let us walk …

What is serverless? A Gentle Introduction to Azure Functions (Part 3)

Source: Daily Host News' blog This is the third part of my series on an introduction to serverless computing and Azure Functions. In this part, I would be walking you through how to create and setup a webhook on GitHub, connect this webhook with our newly created API (we would be making changes to …