src.api.create_availability_alert_rule¶
- src.api.create_availability_alert_rule(insights_id: Output[str], resource_group: ResourceGroup, action_group_id: Output[str]) None¶
Alert to email admin if API availability drops bellow 100%.
- Parameters:
insights_id – The id of the application insights resource.
resource_group – The resource group to create the alert in.
action_group_id – The id of the action group to email.
- Returns:
None