Post by: syed hussain in All JavaScript
Simple snippet showing how web pages can be served using node.js.
Post by: syed hussain in All
Azure Service Bus is a message broker service provided by Microsoft. Service Bus consists of two core technologies; Queues where a single consumer can read a message and Topics where…
Post by: syed hussain in Azure Logic Apps Reference Architecture
I previously mentioned that it's possible to retrieve on-premise Dynamics 365 CE data using Logic Apps and the Web API endpoint. I demonstrated this using a single On-premise Data Gateway.…
Post by: syed hussain in All Integration Design Patterns Microsoft Azure
This pattern explores the idea of prioritising message requests so that messages with a higher priority are processed differently to messages with a lower priority.
Post by: syed hussain in All C# Dynamics 365
The following code captures record updates in a Dynamics 365 CE plugin, and stores this in the description field.

Post by: syed hussain in All Azure Logic Apps Tips
Logic Apps will not trigger for SQL record or updates if the table does not contain ROWVERSION and IDENTITY
Post by: syed hussain in All Azure 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.
Post by: syed hussain in All Microsoft Azure Reference Architecture
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…
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.
