Questions tagged [azure-alerts]

Questions about Alerts in Azure.

What are alerts in Microsoft Azure?

Alerts proactively notify you when important conditions are found in your monitoring data. They allow you to identify and address issues before the users of your system notice them.

You can alert on metrics and logs, as described in monitoring data sources. These include but are not limited to:

  • Metric values
  • Log search queries
  • Activity log events
  • Health of the underlying Azure platform
  • Tests for website availability

For more information about Alerts in Azure, see the alerts overview documentation.

175 questions
6
votes
2 answers

Export ARM Template for Azure Log analytics Alerts created from Portal

I have created Azure Log Analytics (Monitor) Alert to monitor the Logic App Failures and I have done this using Azure portal. I would like to know how can we export the Alert created from Azure Portal as an ARM template? Anyone know how we can…
user42012
  • 722
  • 12
  • 33
6
votes
2 answers

Azure alert only fired once

I have implemented an Azure alert that should fire when a Application Insights metric is greater than zero. The metric is the number of items in a Azure poison queue. The metric is calculated by a Azure Function described in this article:…
4
votes
1 answer

Alert if Azure function timertrigger not triggered on particular date and time

I have a azure timmertrigger function that runs at 12:05 every 26th of the month to run batch jobs. I want to setup alert if the timmertrigger is not triggered on this time and date. The function is triggered with cron expression and its triggering…
4
votes
0 answers

Azure SQL database alert rule when DURATION longer than

I want to create a alert rule if a query on my SQL database takes longer than XXX seconds. In the create alert dialog i cannot select a signal named "Duration". Can you suggest a solution how to create a alert for a query taking longer than X…
Daniel
  • 9,491
  • 12
  • 50
  • 66
4
votes
2 answers

Azure action group not sending emails for outlook contact group

I want to configure an alert in Azure portal. When it fires, I want to send a notification to a contact group, for example: mygroup@xxx.com. I choose action type: Email/SMS/Push/Voice Interesting thing: when I set up action group not for a contact…
Rostislav V
  • 1,706
  • 1
  • 19
  • 31
3
votes
1 answer

Azure monitor alert for CPU usage > 80% for 30 minutes or more

I would really appreciate if someone could help me with this. I am trying to create an Azure monitor alert for CPU usage >= 80% for 30 mins or more I've attached a screenshot of the condition for the alert rule. Under Evaluated based on does the…
3
votes
1 answer

How to set resource health alert condition with terraform

I'm trying to use terraform to create resource health alert, it's pretty simple very terraform resource "azurerm_monitor_activity_log_alert" "resourcehealth" { name = "${var.client_initial}-MCS Optimise Resource Health" …
Roger Chen
  • 233
  • 3
  • 15
3
votes
2 answers

Create alert based on custom logs by using azure command line tool

I have tried creating metrics alert based on custom log query by using az command line tool. What I have managed to so far is to; saving custom log query creating action group for sending alert information What I have not managed to do is to…
3
votes
1 answer

Azure alert on Azure Functions "Failed" metric is triggering with no apparent failures

I want an Azure Alert to trigger when a certain function app fails. I set it up as a GTE 1 threshold on the [function name] Failed metric thinking that would yield the expected result. However, when it runs daily I am getting notifications that the…
Gavin H
  • 10,274
  • 3
  • 35
  • 42
3
votes
2 answers

How to stop this Logic App Azure: Deactivated Severity: 3 Alert?

Azure Alert & Monitoring I have set Alert for Logic apps as a result for any issue happens 2 Alerts are coming 1. Azure: Activated Severity: 3 Logic App Alert 2. Azure: Deactivated Severity: 3 Logic App Alert Could someone help me like how I can…
Lalit Das
  • 31
  • 4
3
votes
2 answers

How to create an Azure alert to notify about any resource deletion

Looking for some help around Azure alerts. I need to get notified whenever any Azure resource is deleted. From what I have read so far I know an alert can be created at a resource level. But it will be too cumbersome to setup alert for each…
Rfd
  • 115
  • 1
  • 2
  • 10
2
votes
1 answer

Unable to create valid KQL query for Azure Custom log search as Metric alert type

This is my KQL query Perf | where TimeGenerated > ago(60m) | where (ObjectName == "Processor") | summarize AggregatedValue = avg(CounterValue) by Computer , _ResourceId | where AggregatedValue < 100 | project Computer, AggregatedValue Error :…
praveen
  • 179
  • 1
  • 3
  • 16
2
votes
2 answers

Query to show missing critical updates and security updates from 15days ago and longer

I am trying to create a query that will show me the missing critical updates and security updates on VM but only from 15days ago and longer but not within 15days. So I have created this query... Update | where Classification in ("Security Updates",…
2
votes
1 answer

How do I create an alert which fires when one of many machines fails to report a heartbeat?

Overall I'm trying to set up an azure alert to email me when a computer goes down by using the Heartbeat table. Let's say I have 5 machines in my Azure subscription, and they each report once per minute to the table called Heartbeat, so it looks…
William
  • 62
  • 1
  • 8
2
votes
0 answers

Call Azure Function with Private Endpoint, from Action group?

I have an Azure Function which decides some logic surrounding scaling for an SKU that doesn't support autoscale. I have an alert which triggers an action group, based on criteria i may want to scale by. This action group contains a call to an Azure…
user3012708
  • 793
  • 1
  • 11
  • 33
1
2 3
11 12