SQL Insert or Update does not trigger Logic Apps

Logic Apps will not trigger for SQL record or updates if the table does not contain ROWVERSION and IDENTITY

Read & Write to Azure Blob Storage from Databricks

In this post I'll demonstrate how to Read & Write to Azure Blob Storage from within Databricks. Databricks can be either the Azure Databricks or the Community edition.

Azure Storage – select the best storage type for the job

In this post, I want to share some basic insights before selecting an Azure storage type. Before you provision Azure storage you're presented with several options. The most important configurations…

Find duplicate records with Azure Data Factory (same source file)

In this post I wanted to demonstrate how ADF can be used to filter out duplicate rows from a CSV file.

Getting Access Tokens for Dynamics 365 CE

Below I've listed the various grant types that can be used to access Dynamics 365 Web API.

Query Azure Active Directory using Graph API & Logic Apps

In this post I want to demonstrate how to get a Users Department details from Azure Active Directory using Graph API. I'll be using Logic Apps for this demonstration, but…

Azure Active Directory – Capturing Events in Azure Events Hub

Azure Active Directory doesn't emit events on any type of object creation. This means that if you want to run an events-based action on the creation of a new User…

Connect to Azure DevOps using PAT in C#

Here is a code snippet demonstrating how to connect to Azure DevOps using C#.

Dynamics 365 Online – API Access Token with OAuth 2.0

In this post, I'm going to demonstrate how to generate Access Tokens using OAuth 2.0, Implicit Grant for Microsoft Dynamics 365 CE.

Save changes in Azure Data Factory with Git

Here is a quick tip. If you regularly work with Azure Data Factory, you may have noticed that you cannot save work in progress changes. This can get very tedious…