© 2026 Hashnode
When building solutions with Azure Logic Apps, it’s common to break a process into multiple workflows and then chain them together. Understanding workflow invocation patterns is essential to designing reliable, predictable solutions. If you haven’t a...

When building complex integrations with Azure Logic Apps, it’s common to split a process into multiple workflows and chain them together.For example, you might have: A parent workflow that reads messages from a Service Bus queue A processing workfl...

Use the Microsoft Foundry Agent Service Connector from Azure Logic Apps Sometimes you need some help from a friend! In this case, we may have async (or autonomous) use cases where we want to listen to an enterprise event using a Logic Apps trigger an...

I am regularly asked for specific use cases where agentic business processes can help solve real problems. When I was in Europe this past spring, I was chatting with a customer about their ticket audit process. They have specific requirements when a ...

In any robust messaging architecture, handling transient failures is crucial. Messages in Azure Service Bus might fail processing for various reasons—a downstream API is temporarily unavailable, a database is busy, or a network glitch occurs. While S...

When working with Azure Logic Apps, JSON data comparison is a common requirement — whether you’re checking for changes in incoming data, validating payloads, or triggering workflows only when updates occur. Logic Apps provides built-in functions such...

Overview. DNS record manipulation is a subtle yet powerful technique often used by threat actors to intercept communication, reroute authentication flows, or disrupt services. Despite its impact, DNS change monitoring is often overlooked in security ...

Context: Consumption & Standard Plans Azure Logic Apps is like a building that requires some blocks; its key pieces are triggers and actions. Together, they help you build workflows that automate tasks and connect different apps and services. Let’s b...
