Post by: syed hussain in All Microsoft Azure
In this post I'll demonstrate how you can quickly create an Azure Application Proxy to access an application hosted in an On-premise private network. The two pre-authentication mechanisms I'll test…
Post by: syed hussain in Microsoft Azure Virtual Machines
One of the fastest ways to check if a Virtual Machine allows packets to be sent or received on specific ports is to use IP Flow Verify. Typically when you…
Post by: syed hussain in Azure Networking Microsoft Azure Virtual Machines
I came across a strange issue recently where I couldn't ping another Windows 10 Virtual Machine in the same Virtual Network. My Virtual Network contains three subnets, and Virtual Machines…
Post by: syed hussain in All Architecture Microsoft Azure
When you first create a Virtual Machine in Azure, you are provided with a choice to select an Availability Option.
Post by: syed hussain in All Azure Data Factory
Azure Data Factory has a great set of tools to manage data pipelines. One of those tools is the ability to create arrays and use the array properties as parameters.…
Post by: syed hussain in All Microsoft Azure Tips
When creating Azure resources, it's very easy to get lost in the volume of resources that often get created as part of a simple deployment like a new Virtual Machine.…
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 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.