Batch

Filters

  • Standard Value Filter (see Generic Filters)
  • ARM Resource Filters (see Generic Filters)
    • 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 set of policies will find all Azure Batch services that have more than 100 cores as the limit for the dedicated core quota.

policies:
  - name: find-batch-with-high-dedicated-cores
    resource: azure.batch
  resource: azure.batch
  filters:
    - type: value
      key: properties.dedicatedCoreQuota
      op: gt
      value: 100