Microsoft Azure Data Factory Trigger

You can use this activity to start, stop and query the available triggers in Microsoft Azure Data Factory.

Configuration

Field Description
Connection Lists all Microsoft Azure connections.
Trigger Operation to perform Lists the trigger operations:
  • Activate/Start Trigger: Activates or starts the selected trigger.
  • Deactivate/Stop Trigger: Deactivates or stops the selected trigger.
  • Query Trigger Runs: Queries the trigger runs in a given input time frame.

Azure subscriptionid Lists the subscription ID created in Microsoft Azure Active Directory.
Resource Groups Lists all the resource groups created in Microsoft Azure Active Directory.
Azure Data Factories Lists the data factories available under the selected resource group.
Triggers Lists all the triggers created in the selected data factory.
Note: This field is displayed only when you select Activate/Start Trigger trigger operation.

Input

This tab has the following fields:

Field Trigger Operation to perform Description
subscriptionId Activate/Start Trigger, Deactivate/Stop Trigger, Query Trigger Runs Enter your subscription ID.
resourceGroupName Activate/Start Trigger, Deactivate/Stop Trigger, Query Trigger Runs Enter the name of the resource group.
factoryName Activate/Start Trigger, Deactivate/Stop Trigger, Query Trigger Runs Enter the name of the data factory.
triggerName Activate/Start Trigger, Deactivate/Stop Trigger Enter the name of the trigger.
lastUpdatedAfter Query Trigger Runs (Mandatory) Enter the time at or after which the trigger run event was updated.
lastUpdatedBefore Query Trigger Runs (Mandatory) Enter the time at or before which the trigger run event was updated.

Note: The value which you enter in the subscriptionId, resourceGroupName, factoryName fields, takes higher precedence over the value given on the Configuration tab.

Output

This tab has the following fields:

Field Trigger Operation to perform Description
valueActivate/Start Trigger, Deactivate/Stop Trigger, Query Trigger Runs It is an array of trigger runs. For a detailed output reference, see JSON representation for the TriggerRun resource type located under Microsoft Azure Data Factory documentation.
statuscodeActivate/Start Trigger, Deactivate/Stop Trigger, Query Trigger Runs HTTP status code of the selected operation.
statusMessageActivate/Start Trigger, Deactivate/Stop Trigger, Query Trigger Runs Status of the execution of the selected trigger depending upon the trigger operation selected. This field also displays an exception or error displayed by the activity.

Iterator

Use the Iterator tab to iterate a certain piece of logic multiple times. If you leave this tab blank, the activity is executed only once. For more information about Iterator, see "Using the Iterator in an Activity" in the TIBCO Flogo® app documentation.