Logic Apps Best Practices, Tips, and Tricks: #54 Dynamically Initialize a Boolean Variable
When working with Initialize variable actions in Azure Logic Apps, many developers assume that Boolean variables can only be assigned static values because the designer, at first glance, seems to restrict the Value field to True or False – which is not entirely true. However, there is a useful tip that allows us to initialize a Boolean variable dynamically using expressions. The… Read More »
Logic Apps Best Practices, Tips, and Tricks: #53 Properly Creating an Empty String Variable
Welcome again to another Logic Apps Best Practices, Tips, and Tricks post. In my previous articles, I covered several essential best practices for working with Azure Logic Apps. If you missed them, be sure to explore these Logic Apps tips and tricks. The challenge Creating an empty string variable in Azure Logic Apps appears to be… Read More »
Logic Apps Best Practices, Tips, and Tricks: #52 Setting up Service Bus Connector with user‑assigned managed identity
Welcome again to another Logic Apps Best Practices, Tips, and Tricks post. In my previous articles, I covered several essential best practices for working with Azure Logic Apps. If you missed them, be sure to explore these Logic Apps tips and tricks. Today, I focus on another critical security best practice you must consider when… Read More »
Logic Apps Best Practices, Tips, and Tricks: #51 Controlling the Initial State of a Logic Apps Standard Workflows
When working with Azure Logic Apps Standard, one of the most common (and unpleasant) surprises happens right after deployment: Your workflows start running immediately. In non‑production environments, this might be acceptable. In Production, however, this can lead to: Just like with Logic Apps Consumption, deploying Logic Apps Standard disabled by default is often the safest… Read More »
Logic Apps Best Practices, Tips, and Tricks: #50 Controlling the Initial State of a Logic Apps Consumption
Today, we’ll cover a critical practice that every integration architect should understand: how to properly control the initial state of your Consumption Logic Apps at deployment time. This is especially important in Production environments where you want to prevent unexpected workflow executions before all dependencies and configurations are validated. Let’s dive in! The Problem: Unintended… Read More »
Logic App Best Practices, Tips, and Tricks: #49 The Hidden 32-Character Naming Trap in Logic Apps Standard
When working with Azure Logic Apps (Standard), most of us focus on workflows, connectors, networking, and deployment pipelines. Naming? That usually feels like a harmless detail. Unfortunately, it isn’t. In this post, I want to share a subtle but real pitfall that can cause random deployment failures, runtime issues, and very confusing behaviour when running… Read More »
Logic App Best Practices, Tips, and Tricks: #48 How to add a new HTTP Header to an existing action that already has headers
Welcome again to another Logic Apps Best Practices, Tips, and Tricks post. Today, we will discuss how to add a new HTTP Header to an existing action that already has headers! How to add a new HTTP Header to an existing action that already has headers Adding a new HTTP Header to an existing action (or… Read More »
Logic Apps Best Practices, Tips and Tricks: #47 Proper use of the Terminate action
Welcome again to another Logic Apps Best Practices, Tips, and Tricks. In my previous blog posts, I discussed some of the essential best practices to follow when working with Azure Logic Apps. Check out these Logic App tips and tricks! Today, I will discuss another critical Best practice, Tip, and Trick that you need to consider… Read More »
Logic Apps Best Practices, Tips and Tricks: #46 Debatching XML Messages
Welcome again to another Logic Apps Best Practices, Tips, and Tricks. In my previous blog posts, I discussed some of the essential best practices to follow when working with Azure Logic Apps. Check out these Logic App tips and tricks! Today I will speak about another important Best practice, Tips, and Tricks that you need to… Read More »