Azure List

Azure List

Certified

List Azure Logic App workflows

Lists Logic App workflows in an Azure resource group.

yaml
type: io.kestra.plugin.azure.logicapps.List

List workflows

yaml
id: azure_logic_apps_list
namespace: company.team

tasks:
  - id: list_workflows
    type: io.kestra.plugin.azure.logicapps.List
    tenantId: "{{ secret('AZURE_TENANT_ID') }}"
    clientId: "{{ secret('AZURE_CLIENT_ID') }}"
    clientSecret: "{{ secret('AZURE_CLIENT_SECRET') }}"
    subscriptionId: "{{ secret('AZURE_SUBSCRIPTION_ID') }}"
    resourceGroupName: my-resource-group
Properties

Resource group name

Azure resource group containing the Logic App workflow.

Subscription ID

Azure subscription GUID that owns the Logic App workflow.

Azure AD tenant ID (GUID)

Client ID of the Azure AD application

Application (client) ID used for service principal authentication.

Client secret for the Azure AD application

Secret value associated with the client ID; store in a Kestra secret.

Default100

Maximum workflows

Maximum number of workflows to return. Defaults to 100.

PEM-encoded certificate content for client authentication

PEM text for certificate-based auth; alternative to clientSecret.

Reference (ref) of the pluginDefaults to apply to this task.

Total workflows

Number of workflows returned.

Workflows

Logic App workflows returned by Azure.

Definitions
accessEndpointstring

Access endpoint

Azure Logic Apps access endpoint.

changedTimestring
Formatdate-time

Changed time

Time the workflow was last changed.

createdTimestring
Formatdate-time

Created time

Time the workflow was created.

idstring

Workflow ID

Azure resource ID of the Logic App workflow.

locationstring

Location

Azure region of the Logic App workflow.

namestring

Workflow name

Name of the Logic App workflow.

provisioningStatestring

Provisioning state

Provisioning state of the Logic App workflow.

statestring

State

Runtime state of the Logic App workflow.

tagsobject
SubTypestring

Tags

Tags associated with the workflow.

versionstring

Version

Workflow definition version.