azure.mgmt.cognitiveservices resources¶
azure.cognitiveservice¶
Cognitive Services Resource
- example
This policy will find all Cognitive Service accounts with 1000 or more total errors over the 72 hours
policies:
- name: cogserv-many-failures
resource: azure.cognitiveservice
filters:
- type: metric
metric: TotalErrors
op: ge
aggregation: total
threshold: 1000
timeframe: 72