Azure Logic Apps integration

Workflow orchestration: workflows, runs, triggers, actions, enable/disable

Help CentreConnectors

Overview

Azure Logic Apps is Microsoft's workflow orchestration platform – low-code workflows with 1000+ connectors. The Automize Logic Apps connector covers workflow management, runs, triggers, and actions.

  • Regions: Workflow lives in one Azure region. Standard (containerised) or Consumption (multi-tenant) hosting.
  • Plans: Consumption: pay-per-action. Standard: App Service plan + actions included.

Setting up the connection

Auth type: OAuth 2.0 (Authorization Code).

  1. Entra ID → App registration → Logic App Contributor role.
  2. In Automize → Settings → Connectors → Azure Logic Apps. Paste credentials + subscription + resource group.

Find your credentials at https://entra.microsoft.com/.


Rate limits

Per-workflow run limits – typically generous. Long-running flows (>90 days) get throttled.


Data model

Workflow primitives:

    Logic App (workflow) ─┬─ Triggers (recurring, HTTP, event)
                          ├─ Actions (HTTP, connector, control flow)
                          └─ Runs (execution instances)

Available operations

13 operations available. Click any row to jump to its detail.

OperationCategoryWhat it does
Cancel RunGeneralCancel a running workflow
Create WorkflowGeneralCreate or update a workflow
Delete WorkflowGeneralDelete a workflow
Disable WorkflowGeneralDisable a workflow
Enable WorkflowGeneralEnable a disabled workflow
Get RunGeneralGet workflow run details
Get WorkflowGeneralGet workflow details
List Run ActionsGeneralList actions in a run
List RunsGeneralList workflow runs
List TriggersGeneralList workflow triggers
List VersionsGeneralList workflow versions
List WorkflowsGeneralList all Logic App workflows
Run TriggerGeneralManually fire a trigger

Operations

Cancel Run

Cancel a running workflow

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext
Run Name run_nameYestext

Tips

  • Force-stop a running workflow. Status → Cancelled.

Create Workflow

Create or update a workflow

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext

Delete Workflow

Delete a workflow

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext

Disable Workflow

Disable a workflow

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext

Tips

  • Stops triggers. In-flight runs continue.

Enable Workflow

Enable a disabled workflow

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext

Tips

  • Re-enables a disabled workflow. Triggers start firing again.

Get Run

Get workflow run details

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext
Run Name run_nameYestext

Tips

  • Returns run details + actions + outputs.

Get Workflow

Get workflow details

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext

List Run Actions

List actions in a run

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext
Run Name run_nameYestext

List Runs

List workflow runs

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext

Tips

  • Filter by status (Running, Succeeded, Failed, Cancelled, Skipped).

List Triggers

List workflow triggers

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext

List Versions

List workflow versions

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext

List Workflows

List all Logic App workflows

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext

Tips

  • Returns workflows in the subscription/resource group.

Run Trigger

Manually fire a trigger

ParameterRequiredTypeDescription
Subscription Id subscription_idYestext
Resource Group resource_groupYestext
Workflow Name workflow_nameYestext
Trigger Name trigger_nameYestext

FAQ

Logic Apps vs Power Automate?
Logic Apps: developer-focused, Azure-billed, ARM-deployable. Power Automate: business-user-focused, M365-bundled. Same underlying engine.
Consumption vs Standard?
Consumption: serverless, per-action billing. Standard: container-based, stateful + stateless workflows, predictable cost.

Related connectors

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.