Post by: syed hussain in All
If you need to authenticate with Azure AD when using a serverless or a message broker that is acting as the API Gateway the fastest approach is to use Azure's…
Post by: syed hussain in All Integration Design Patterns Tips
Here is a quick tip for anyone trying to create an Azure Function Service Bus binding. When copying the Service Bus SAS key, the Visual Studio compiler may complain that…
Post by: syed hussain in All Development
One of my favourite messages/events streaming technology is Apache Kafka. Here is a very quick method to install Kafka in Linux using Docker.
Post by: syed hussain in All
Here is a quick tip for quickly installing Node for mocking purposes.
Post by: syed hussain in All Azure DevOps
Delete unwanted experimental or PoC work easily by using Azure DevOps build pipelines set on a scheduled trigger.
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 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.
