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
2 answers

Azure Alert for Blob count

Is there any way to create an Azure alert which will be triggered if in specific blob container I will reach specific count of files/blobs? For example in blob container named test I will have 100 json files.
0
votes
1 answer

Azure Alerts on bespoke endpoint status

I have a platform which has a series of services which each have a health status. If the status is "foobar" I'd like to be alerted. Is there a way to call a service end point to return the status and then conditionally alert on this using Azure…
iasksillyquestions
  • 5,558
  • 12
  • 53
  • 75
0
votes
1 answer

OMS Alert email shows a max of 10 records in the email body and the link/query to complete result set on the portal

OMS Alert email shows a max of 10 records in the email body and the link to complete result set to visualize on the portal. How do we increase the number of records being shown/sent in email, if possible.
0
votes
1 answer

azure function failure alert gets triggered when success

I have an issue where an azure alert gets triggered when an azure function gets executed. I looked into different documentations reviewed the alert rule, reviewed the code but it seems im not able to point out the issue. Can u guys please check and…
0
votes
1 answer

Trigger Alert when Event is Initiated by Users only

I created an alert on activity log as described in this link There is an option to set Event initiated by filter to any email id or "All users and services". Is there a way to set it to "All users only" (and not any service/service principal).…
Garima
  • 401
  • 5
  • 29
0
votes
1 answer

Alert rule pricing confusion

I have created an alert rule using a custom log query. Whenever the threshold is met, an alert is sent out using the alert action. In the image, it shows that the monthly cost $1.50. As per the Azure Monitor pricing, it mentions that the Alert rules…
0
votes
2 answers

Azure alerts outbound ips

I have web application which is secured by firewall to allow only certain ips. But my app also need to process Azure alerts. Where can I find Azure alerts outbound ip addresses to whitelist them?
Deivydas Voroneckis
  • 1,973
  • 3
  • 19
  • 40
0
votes
1 answer

Use an alert to trigger an Azure Automation runbook no data

I want to run a runbook with the output of an alert. I followed the steps from the documentation but i don't get any output. https://learn.microsoft.com/en-us/azure/automation/automation-create-alert-triggered-runbook Can anyone helpe me please?
0
votes
1 answer

Azure Log Analytics workspace alert rule giving bad gateway error while disabling alert rule using Azure powershell

I am trying to disable Azure alert rule with target resource LogAnalytics workspace using below powershell command, Update-AzScheduledQueryRule -ResourceGroupName $ResourceGroupName -Name $AlertRuleName -Enabled $false But getting below…
Ankit
  • 11
  • 1
  • 2
0
votes
1 answer

Azure - Deploy alert rules with ARM template with Metric Measurement parameter (Not Result count)

I have a little issue to deploy correct alert rule in Azure. My alerts are Log Analytics Query and deployment works fine. But, all my alerts was created with "Number of result" while I want "Metric Measurement". Alert type I tried to create an…
0
votes
1 answer

Azure alert report showing a Resource not found message

We have created an alert in Azure AppInsights as many times before, in this particular alert, when we receive the message and click the "View x results" button to see the results of the query that generated the alert we see an empty browser…
0
votes
1 answer

How to send group email from Azure Log Analytics Query result?

My Requirement: I need to send log analytics query result to Group Email basically we are using Azure Data Factories to log all "Pipeline Metrics" and "Activity Metrics". To send Email I setup one rule and one "Action Group" and for this "Action…
0
votes
2 answers

Can I set up an Azure Application Insight alert if my function wasn't called within 24 hours?

We have a few Azure functions that we expect to get hit at least once every working day. Looking through the alerts, I'm not seeing anything that is jumping out that would alert us if there is no activity for a function. I haven't had much luck…
spuppett
  • 547
  • 10
  • 26
0
votes
1 answer

Azure alert monitor condition always stay the same

I have implemented alerting on my infrastructure. The problem is that the monitor condidition never changes to resolve. Anyone with the same problem? Kind regards
0
votes
1 answer

Temporary disabling azure activity log alerts

I have some alerts set up based on activity log - when certain resources are create/updated. I would like to disabled them for the deployment time (Azure DevOps, including ARM template) - to not be spammed with unnecessary emails. So before each…
Marcin
  • 284
  • 1
  • 2
  • 14
1 2 3
11
12