Tag: Microsoft Azure

Creating a FitBitAssistantBot using Microsoft Bot Framework and FitBit Web Api : Real Life Example of Authentication Using Azure Bot Service

Time to Read: 14 minutes   Introduction Any business which transacts online requires providing some kind of chat support for the issues related to their business. This can be done by developing chat applications where the consumers directly chat with the agent of the business who then solve their problems. A new alternative to answering frequently asked questions is the use of the Chat Bot...

Versioning in LUIS: How to update current LUIS application to add/remove artifacts

Time to Read: 9 minutes Introduction Recently while going through the Microsoft Forums on Language Understanding Intelligent Service (LUIS), I came across a question where the OP(original Poster) was asking it if possible to update the LUIS application with new data without loosing the old data that was used to train the application. In this post I will try to answer the question by using...

Logic Apps 101: Inserting Data Into Multiple Tables Using SQL Connector and Trigger(SQL)

Time to Read: 6 minutes Introduction In modern day integration, there are many cases where the front end(web app/api) is hosted in cloud and some or whole part of the data store is on cloud or on premises and the integration code has to populate the data /fetch and perform the CRUD operations on the tables based upon the request. In such scenarios, Logic Apps...