Azure Logic Apps Discussions

Getting Started with Logic Apps Connectors

A comprehensive guide on how to leverage the vast array of built-in and custom connectors for Azure Logic Apps. Learn how to connect to services like Office 365, Dynamics 365, Salesforce, and more.

Read more...

Best Practices for Error Handling in Logic Apps

Discover effective strategies for implementing robust error handling and retry policies in your Azure Logic Apps workflows to ensure reliability and resilience.

Read more...

Building Complex Workflows with State Machines

Explore advanced techniques for orchestrating complex business processes using Logic Apps, including the use of loops, conditions, and parallel branches.

Read more...

Custom Connector Development with Logic Apps

Learn how to create your own custom connectors to integrate with your proprietary or less common services, extending the power of Azure Logic Apps.

Read more...

Performance Tuning for High-Volume Logic Apps

Tips and tricks for optimizing the performance of your Azure Logic Apps, especially when dealing with high throughput and latency-sensitive operations.

Read more...

Introduction to Logic Apps SDK and CLI

Understand how to use the Logic Apps SDK and Azure CLI to automate the creation, deployment, and management of your Logic Apps resources programmatically.

az logic app create --resource-group myResourceGroup --name myLogicApp --workflow-version 1.0 --location eastus
Read more...