Azure Logic Apps Standard is a new deployment option for creating and running automated workflows in a single-tenant environment. It offers more built-in connectors, higher throughput, lower costs at scale, and more control and fine-tuning capabilities. There are two types of workflows: stateful and stateless. Stateful workflows maintain state information between runs and are ideal for long-running processes. Stateless workflows do not maintain state information and run entirely in memory, making them faster and more efficient. Stateless workflows have a maximum timeout of 5 minutes. You cannot change a workflow from stateful to stateless, but you can create a new stateless workflow and copy the code from the stateful workflow. Azure Logic Apps Standard stateless workflows are useful for creating high-performance flows.
Login now to access my digest by 365.Training