
Azure Get
CertifiedGet an Azure Logic App workflow
Azure Get
Get an Azure Logic App workflow
Retrieves metadata for a Logic App workflow.
type: io.kestra.plugin.azure.logicapps.GetExamples
Get workflow
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
resourceGroupName *Requiredstring
Resource group name
Azure resource group containing the Logic App workflow.
subscriptionId *Requiredstring
Subscription ID
Azure subscription GUID that owns the Logic App workflow.
tenantId *Requiredstring
Azure AD tenant ID (GUID)
workflowName *Requiredstring
Workflow name
Name of the Azure Logic App workflow.
clientId string
Client ID of the Azure AD application
Application (client) ID used for service principal authentication.
clientSecret string
Client secret for the Azure AD application
Secret value associated with the client ID; store in a Kestra secret.
pemCertificate string
PEM-encoded certificate content for client authentication
PEM text for certificate-based auth; alternative to clientSecret.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
workflow
Workflow
Logic App workflow metadata returned by Azure.
io.kestra.plugin.azure.logicapps.WorkflowRecord
Access endpoint
Azure Logic Apps access endpoint.
date-timeChanged time
Time the workflow was last changed.
date-timeCreated time
Time the workflow was created.
Workflow ID
Azure resource ID of the Logic App workflow.
Location
Azure region of the Logic App workflow.
Workflow name
Name of the Logic App workflow.
Provisioning state
Provisioning state of the Logic App workflow.
State
Runtime state of the Logic App workflow.
Tags
Tags associated with the workflow.
Version
Workflow definition version.