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
2
votes
1 answer

Send azure monitor alert to slack not working

I am sure this has been asked many times but am unable to find relevant answer. Is there any way to send Azure monitor alerts to slack via Logic apps or some other way. I have found this template -…
Jagrav454
  • 23
  • 3
2
votes
1 answer

How to create an Azure Alert for when a VM has restarted?

I want to fire an alert every time the VM is started. Windows updates can automatically install and restart the machine. I would like to be alerted for this any other time the server is restarted. I thought this would be a common thing am I missing…
Steven T. Cramer
  • 1,508
  • 1
  • 18
  • 34
2
votes
0 answers

Create Azure metrics alert for failedLocationCount

I want to create a Azure metrics alert for a Webtest that fires in case a number of locations has failed. I can create this manully than it shows a condition name "Whenever the average failed locations is greater than or equal to 1". I tried to…
Daniel W.
  • 938
  • 8
  • 21
2
votes
1 answer

How to create alert rule in terraform for SQL DB

I can't seem to find any examples and I am running into different errors depending on what I'm doing. I'm trying to get this to work and it's just not happening... any thoughts? resource "azurerm_monitor_metric_alert" "example" { name …
2
votes
0 answers

Azure combine metrics for alerting

I'm looking for a way to set up alerts on a combination of platform-provided metrics, for example the Microsoft.ApiManagement/service namespace has EventHubTotalFailedEvents and EventHubTotalEvents, but I would prefer a success rate instead. Is…
Rostos
  • 51
  • 1
  • 3
2
votes
1 answer

How to create alerts for Azure resources using Terraform

I have prepared Terraform scripts for azure resources like App Service, AppService Plan, Storage Account and Logic App etc.…. I have deployed the above Terraform scripts successfully. But I want to configure the alerts for the above resources using…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
2
votes
0 answers

Alerting from a custom event in azure application insights not firing

I have a .net application uploading customEvents to application insights. I'd like to create an alert to trigger when a scanning (like a heartbeat) message hasn't been sent. If I run the following log query I get back what I think looks like…
2
votes
1 answer

email alerts for Azure Logic app runs failed

I want an email notification for every logic app run with Failed status like below screenshot. I tried to configure Runs Failed alerts in logic app but things are not very clear to me. what should be the excect entry for Threshold value, Operator ,…
amyy
  • 171
  • 3
  • 13
2
votes
2 answers

Azure Alert off of Log Analytics Table Schema

I am trying to trigger an alert when the columns in the AzureDiagnostic Table in Log Analytics is >400 since there is a 500 column limit to the table where records will start dropping. The issue is Alerts expects and AggregatedValue and a…
DreadedFrost
  • 2,602
  • 1
  • 11
  • 29
1
vote
1 answer

Data factory - Integration runtime status alert

Am having multiple self hosted Integration Runtimes in my data factory. I need an alert rule via Mail, once the status changes from Running to Limited or anything else than Running:    Unfortunately, i can't any matching metric for my case - any…
R. Maier
  • 340
  • 2
  • 13
1
vote
1 answer

How to find Unassociated/Orphan Azure Alert Groups

I have many subscriptions where users earlier created different Azure Alert Action Groups. Now I'm in the process of cleaning those unassociated or orphan Action Groups (Which are not associated with any Alert Rules) Is there a way to query…
Jayendran
  • 9,638
  • 8
  • 60
  • 103
1
vote
0 answers

How to Create Azure Alerts using KQL Queries

I am creating azure alerts through the KQL queries, however I need to customize query so that it creates single alert when there are multiple same type of events occur. At present it creates one alert for every event. Below is the query and it runs…
1
vote
2 answers

How to Setup Alert on Azure SQL MI instance for % storage space used?

We need to setup Alert if 80% of space used by Azure SQL MI instance then it should be alerted. In existing Alert metrics not provide option to use value in percentage(%). So anyone have any idea how we can setup alert on % space used by azure mi?
1
vote
1 answer

How can I solve day problem in appinsight alert?

I have a problem with my kusto query. this kusto query is running inside the alert call. I tried to send a notification to our client via email. Scenario : I am trying to send messages between 7 am and 13 am on Saturday. (only Saturday) But I am…
loki
  • 2,926
  • 8
  • 62
  • 115
1
vote
2 answers

Actions are not triggering when alerts are triggered

Using Terraform I have created Alert, Action group and Logicapp. (Code-1 show below) Action to trigger when an alert is triggered, where one of Action type is Logic app, which was as expected. Alert got triggered when condition is true further it…
1
2
3
11 12