diff --git a/cloud/azure/stream-analytics/README.md b/cloud/azure/stream-analytics/README.md index 28e3e2b..dca299b 100644 --- a/cloud/azure/stream-analytics/README.md +++ b/cloud/azure/stream-analytics/README.md @@ -26,10 +26,12 @@ Inputs | function_requests_threshold_critical | Failed Function Request rate limit (critical threshold) | string | `10` | no | | function_requests_threshold_warning | Failed Function Request rate limit (warning threshold) | string | `0` | no | | message | Message sent when a monitor is triggered | string | - | yes | +| provider | What is the monitored provider | string | azure | no | | runtime_errors_threshold_critical | | string | `10` | no | | runtime_errors_threshold_warning | | string | `0` | no | | su_utilization_threshold_critical | | string | `80` | no | | su_utilization_threshold_warning | Monitor specific | string | `60` | no | +| service | What is the monitored service | string | storage | no | | subscription_id | Azure account id used as filter for monitors | string | - | yes | | use_filter_tags | Filter the data with service tags if true | string | `true` | no |