azure.mgmt.datafactory resources

azure.datafactory

Data Factory Resource

example

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