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

How can I send an alert when a command fails inside Azure container instance

I have a container instance and would like to have azure send an email when some command fails inside my azure container instance. I was thinking of having an azure function scheduled at a certain period of time to run every 30 minutes between…
0
votes
0 answers

Configuring Azure Log Alerts using two columns from a summarized table

I am trying to configure an alert in Azure that will send an email when a device has responded as "offline" 3 or more times in the last 15 minutes. The query I am using returns a summarized table with two columns, "Name" and "Count", where Count…
0
votes
1 answer

How to create CPU, Memory, Disk Alerts by using an Data Collection Rules

Previously as we have created an alerts (Memory, CPU, Disk) using an Log-Analytics workspace is going to be no-use. Create Alerts - CPU, Memory, Disk by using an Data Collection Rules.
0
votes
0 answers

How to configure an Azure alert for the max cpu held over x time period

I currently have an alert that triggers on average cpu over 80% over the last 15 minutes. However, we have instances that stay over 100% for hours or days while others are very look leaving the average under 80%. I want to find those instances…
all4you61
  • 341
  • 1
  • 3
  • 12
0
votes
2 answers

How to create Azure Monitor - Log alerts (with custom KQL query) using Terrafrom

I have 2 Linux VM in my RG connected to Log-Analytics workspace (Refer below Hierarchy) Scope-Dev ->Resource-Group-Dev --->VM-Dev-1 --->VM-Dev-2 I want to create Alert Rule with below options using Terraform ; Scope : All virtual machines under…
praveen
  • 179
  • 1
  • 3
  • 16
0
votes
1 answer

Add custom properties to an alert rule in Azure

I have a Use Case i am working on. An Alert is fired in Azure when some conditions are met: Condition: Whenever the total task complete events is greater than 0 The alert rule has some basic information. Subscription Resource Type Resource…
0
votes
1 answer

Trigger Azure function via Log alert

Quick context : I want to delete my VM(s) in a specific resource group if its CPU usage is below 30 for 1 hour. Detailed explanation : Please refer alert-action group flow diagram (https://i.stack.imgur.com/I4gBD.png%60 ) or Below Image…
0
votes
1 answer

How to create Azure metric alert that fires on null values/signal loss?

I have created an Azure alert for a custom heartbeat metric - the heartbeat logs every minute, and if there are less than some count of heartbeats in a period it's supposed to fire. However, I have found that in reality, when the service dies and…
0
votes
1 answer

Azure - Service Health alert fired but alert emails not received

I created a Service Health alert to fire whenever Azure Data Factory was experiencing any issue from their side. I have been creating alerts for other services of Azure but somehow only the one for Service Health is not working, even though the…
xE99
  • 62
  • 7
0
votes
1 answer

Azure AlertRule queries sometimes changes query

I have an Azure AlertRule what validates a query, where to tables are joining on a timestamp. Is seems like Azure is changing the query, replacing the statement bin(..) with bin_at(..). The Original query: The query, opened after the alert…
Jens Kloster
  • 11,099
  • 5
  • 40
  • 54
0
votes
0 answers

How to avoid too much alerts from Terraform: azurerm_monitor_scheduled_query_rules_alert?

I am using terraform for MS Azure to trigger alert "azurerm_monitor_scheduled_query_rules_alert". It has a query to send an e-mail when there is a restarted pod every 1 hour. But the problem is that it keeps sending the email if a pod is restarted…
Hsn
  • 1,168
  • 2
  • 16
  • 39
0
votes
1 answer

Azure ADF Alerts exclude specific activity

I have a pipeline with a conditional activity that sometimes shows errors on a look-up but is designed to continue and complete. I only want to show errors when the whole pipeline fails via the alerting. I'm getting an error alert for each activity…
user2181700
  • 147
  • 3
  • 15
0
votes
1 answer

Azure alert to notify when a vm is stopped

I'd like to get a notification whenever a VM is stopped. Currently I've done it (for one VM only) using a hearbeat log alert to check every 10 min but that I want it to implemented for the whole subscription (100+ vms) I cannot do it sincgle alert…
GTGabaaron
  • 85
  • 7
0
votes
1 answer

Is there a way to prevent the same alert from firing repeatedly in Azure Application Insights if the conditions haven't changed?

We are using Azure Application Insights for a project, and I want to stop App Insights from detecting the same problem multiple times in a row, if it's the same piece of data causing the same issue repeatedly: E.G when posting a data item to a third…
0
votes
0 answers

Azure Alerts Triggers and conditions (Trying to understand)

I have two questions about Azure Alerts. You can make a rule, where it sends an alert when the CPU or memory hit something like (Is less than 1000 megabytes". But is there a way to set it up, so it will only send an alert if the condition is met…
newbie
  • 1
  • 1