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

Generated Alert on Availability Test is not fired

I've defined an availability test on a Function App (called watchdog) accessible with a function key. The watchdog performs an URL-ping on other health endpoints (protected by AAD). The JSON response is evaluated if one of the functions contains an…
gsscoder
  • 3,088
  • 4
  • 33
  • 49
0
votes
1 answer

Log Analytics alert to detect no succeeded pipelineruns in last 7 days

Is it possible to set a Log Analytic Alert to detect if there were no succeeded pipelinerun in the last 7 days? I have this Kusto Query: let datafactory_name = "DataFactory_name"; //Substituir por el nombre completo del DataFactory let pipeline_name…
0
votes
1 answer

Alert monitor trigger an azure function

I have some alerts that trigger an c# azure function, problem.. i can't get the alert on request body of the AF. Should't i be able to parse the body and check the alert name for instance? I managed to trigger an logic app and check the content of…
sir_ask
  • 326
  • 1
  • 4
  • 16
0
votes
1 answer

Log Analytics alert rule at specific time

I have a DataFactory with diagnostic setting activate and sending logs to a Log Analytics Workspace. I want to create an alert that fires only once if an event trigger hasn't run after 9AM. I think some query like this: let StartTime…
0
votes
1 answer

How to configure Action Group on Azure Monitor Alert to use compilable (C# or F#) Azure Function

I was trying to figure out how to configure Action Group to use Azure Function. Documentation says that: Calls an existing HTTP trigger endpoint in Azure Functions. You may have a limited number of Function actions in an Action Group. So what I…
Krzysztof Madej
  • 32,704
  • 10
  • 78
  • 107
0
votes
0 answers

Azure End-To-End transaction alert when total transaction time exceeds value

I have question regarding if it is possible in azure to make an alert if a End-To-End transaction duration exceeds a certain value like 30 sec. I can clearly see if a end-to-end transaction take longer then 30 sec in application insights. But I…
0
votes
1 answer

How to create custom alerts with log analytics query by using ARM templates

I am working on to create the alerts in azure for various azure resources using ARM templates. But I want to create custom alerts for Azure Data Factory by using below log analytics query: "alertLogQuery": "ADFPipelineRun\r\n| where ResourceId has…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
0
votes
2 answers

Set multiple threshold on a log based kusto query

I have set up a log-based alert in Microsoft Azure. The deployment of the alerts done via ARM template. Where you can input your query and set threshold like below. "triggerThresholdOperator": { "value": "GreaterThan" }, …
Auto geek
  • 464
  • 1
  • 6
  • 21
0
votes
1 answer

How to create different metric type alerts for multiple resources of same resource type

I am working on to create the alerts in azure with Terraform scripts. I am trying to create different metric type alerts for different resources. (For example: functionapp01, functionapp02, logicapp01 and logicapp02 etc.) This is the…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
0
votes
1 answer

Azure Log Analytics query does not return any results

I am trying to run a query on the logs in Azure Log Analytics workspace but don't see any data for any duration. Any idea why? Alert | where TimeGenerated > ago(1h) | summarize count() by AlertSeverity, bin(TimeGenerated, 1d)
G_S
  • 85
  • 1
  • 11
0
votes
1 answer

Create alerts in Azure when Indexer fails in Azure Search

I have multiple indexers which are indexing my index in a Azure Search. Sometime the indexers have failed due to various issues in the Source. I need to create alerts so that my operation team can act on the failures immediately. I tried creating…
Pratik Bhattacharya
  • 3,596
  • 2
  • 32
  • 60
0
votes
1 answer

Powershell script for checking the time stamp of when the user was assigned a role (for example owner) in Azure Subscriptions

I have a requirement for generating alert like sending mail to the admin for the user who have high level of access granted for more than 3 days. I am able to find the users details like DisplayName, SignInName, RoleDefinitionName with…
0
votes
1 answer

How to create App Service Backup Alerts for Failed Backups?

Today my scheduled backup failed and I had to go to the portal to know the reason or monitor the status. Instead is there a way to configure Backup alerts that notify me the status?
0
votes
1 answer

Time of activation of Azure Alert

I have an Application Insight resource on which I activated an Alert rule. I created this rule around 12:00 so i receive the emails on that time. It is possible to set the hour of reception of this mail in an arbitrary hour?
0
votes
1 answer

Where to find condition value when using Add-AzMetricAlertRuleV2 in Azure powershell?

I am very new to Azure and currently looking for assistance to help me start my project. Recently I am trying to automate the process of adding alerts for our Azure CosmosDB. After some research, it looks like I can use Add-AzMetricAlertRuleV2 to…
Slow Snail
  • 137
  • 2
  • 12