Data Factory

Filters

  • Standard Value Filter (see Generic Filters)
  • ARM Resource Filters (see Generic Filters)
    • Metric Filter - Filter on metrics from Azure Monitor - (see Data Factory Supported Metrics)

    • Tag Filter - Filter on tag presence and/or values

    • Marked-For-Op Filter - Filter on tag that indicates a scheduled operation for a resource

Actions

Example Policies

This policy will find all Data Factories with 10 or more failures in pipeline runs over the last 72 hours

policies:
  - name: datafactory-dropping-messages
    resource: azure.datafactory
    filters:
      - type: metric
        metric: PipelineFailedRuns
        op: ge
        aggregation: total
        threshold: 10
        timeframe: 72