Azure Get

Azure Get

Certified

Get an Azure Logic App workflow

Retrieves metadata for a Logic App workflow.

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

Get workflow

yaml
id: azure_logic_apps_get
namespace: company.team

tasks:
  - id: get_workflow
    type: io.kestra.plugin.azure.logicapps.Get
    tenantId: "{{ secret('AZURE_TENANT_ID') }}"
    clientId: "{{ secret('AZURE_CLIENT_ID') }}"
    clientSecret: "{{ secret('AZURE_CLIENT_SECRET') }}"
    subscriptionId: "{{ secret('AZURE_SUBSCRIPTION_ID') }}"
    resourceGroupName: my-resource-group
    workflowName: my-logic-app
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)

Workflow name

Name of the Azure Logic App workflow.

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.

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.

Workflow

Logic App workflow metadata 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.