azure.mgmt.batch resources¶
azure.batch¶
Batch Resource
- example
 
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
    filters:
      - type: value
        key: properties.dedicatedCoreQuota
        op: gt
        value: 100