Post by: syed hussain in All Azure Data Factory
In this post I wanted to demonstrate how ADF can be used to filter out duplicate rows from a CSV file.
Post by: syed hussain in All C# Development Dynamics 365 CE Microsoft Azure
Below I've listed the various grant types that can be used to access Dynamics 365 Web API.
Post by: syed hussain in All Azure 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…
Post by: syed hussain in All Azure Logic Apps Microsoft Azure
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…
Post by: syed hussain in All Azure DevOps C#
Here is a code snippet demonstrating how to connect to Azure DevOps using C#.
Post by: syed hussain in All Dynamics 365 Microsoft Azure
In this post, I'm going to demonstrate how to generate Access Tokens using OAuth 2.0, Implicit Grant for Microsoft Dynamics 365 CE.
Post by: syed hussain in Azure Data Factory
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…
Post by: syed hussain in Microsoft Azure
A project I recently worked on required a Third-Party vendor to access Microsoft Dynamics 365 data. This external organisation wanted to query customer data and surface this data on another…
In this post I’ll demonstrate how to design an integration architecture that uses the tried and tested integration design pattern competing consumer. As always, I’ll demonstrate both “low-code” and code…
Post by: syed hussain in All Azure DevOps
I was recently trying to write back remote changes carried out by a build agent as part of a CI-CD task. I came across the following error: