Dec 30, 2025 · 3 min read · 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...
Join discussion
Dec 29, 2025 · 5 min read · 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...
Join discussion
Dec 26, 2025 · 1 min read · 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...
Join discussion
Dec 26, 2025 · 1 min read · 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 ...
Join discussion
Dec 16, 2025 · 5 min read · 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...
Join discussion
Nov 19, 2025 · 3 min read · 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...
Join discussion
Jul 11, 2025 · 6 min read · 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 ...
Join discussion
Feb 20, 2025 · 2 min read · Problème Suite à un déploiement automatiser en IaC d’une Logic App via de l’ARM Template, je me suis trouvé face à un soucis sur les connexions aux services où les statuts étaient dans l’état suivant: Access Policies are missing En débutant l’analys...
Join discussion
Jan 9, 2025 · 4 min read · 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...
Join discussion