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
1
vote
1 answer

Azure Monitoring - Alerts - Notification Status not set to "Subscribed"

When I try to add a new email address to an existing action group (to receive notifications), I can't get the status 'Subscribed': I believe this is the reason why the M user is receiving the alerts while the R and L users aren't. I read in the…
1
vote
1 answer

Script based Azure Alerts

I would like to create an Azure Alert rule using the Azure Resource Graph tables, which are not available inside Azure Log Analytics. Using Azure CLI, a query can be sent to Azure Resource Graph ex: az graph query "" --query count Is it…
MostafaBakr
  • 107
  • 11
1
vote
1 answer

Azure common alert schema sets the commonPropertie as "null"

Well I will explain all about my case. Im trying to set up Azure alerts that sends a custom mails, to do so I need a logic app that parse the info about the said alerts. The problem is, even if I enable the common alert schema, and fill the custom…
SergioDG
  • 11
  • 3
1
vote
0 answers

Setup resource health alert for multiple storage accounts

So the idea is to create resource health alert for multiple storage accounts using terraform. It's fairly simple for one storage account as one would pass the value output "id" { description = "Id of the storage account created." value =…
1
vote
0 answers

What permission will allow me to view Azure Monitor Alerts?

I have an Azure App Service enviroment that occasionally encounters performance degradation alerts, but when I click the "See in Azure Portal" button on the notification email, I land up with a blank screen: The URL looks similar…
jarodsmk
  • 1,876
  • 2
  • 21
  • 40
1
vote
2 answers

Azure Alerts - Create standard web test with API WITHOUT http status code check?

I'm setting up an Azure Alert Rule for a Webtest with Terraform and ARM template. Works fine. Some of the URLs that I need to check might return "error" (http status code >= 400). When I manually modify or setup the alert, I'd disable "HTTP…
1
vote
1 answer

Azure App-Service alerts on auto-scaled instance count with condition

Context : app-service in Azure with enabled auto-scale 2 to 8 instances. Usually workload fluctuates between 2..4 instances, and only on rare occasions scaling maxes out to 8 instances - for such cases I want to set up an alert. Let's say, I am…
Kristaps Vilerts
  • 148
  • 1
  • 10
1
vote
0 answers

Azure Scheduled Query Rule Alert not firing when threshold zero if deployed via ARM

I am attempting to deploy a Custom log search based alert in Azure that is looking for the omission of an event in a time period e.g. alert if this particular query returns no results in the time window. When generating the alert manually in the…
1
vote
1 answer

Azure disk alert for AKS dynamic disk

In AKS we dynamically create and use persistent volume with azure disk. We setup initial size 20G for s service and we ran out of space. Is there any way that we can setup a disk alert for dynamic disks to be informed?
pers
  • 195
  • 12
1
vote
1 answer

Azure Automation Alert based on 'Errors'

Here alert setup based on status of a runbook job is mentioned. Can alerts also be made based on the errors present in the errors tab(as given below). So status might say 'completed' but there will be errors in the 'Errors' tab, I am talking about…
Blue Clouds
  • 7,295
  • 4
  • 71
  • 112
1
vote
1 answer

Application insights alerts to microsoft teams

I am trying to create an azure function alert from application insights to be send to microsoft teams webhook. I have setup a webhook in microsoft teams, however I can't get it linked with application insights in the azure portal. The application…
1
vote
1 answer

how to send one single status mail having status of multiple pipelines, without using logic apps

I want to send a single status email having all pipelines status, without using logic apps. Is it possible to share it from dashboard or kusto query output? I set the alert but it is sending 2 mails(activate, deactivate) for each pipeline status…
1
vote
3 answers

Can I setup an alert that will notify me when a configuration is updated in a function app?

Topic. I want to setup an alert when someone on my team updates a configuration in a function app. I could not find this in the docs. Is this possible?
JS noob
  • 429
  • 5
  • 14
1
vote
1 answer

Search Query should contain 'AggregatedValue' and 'bin(TimeGenerated, [roundTo])' for Metric alert type

I want to create an alert on the below scenario: if (incoming_messages of event hub != outgoing_messages of event hub) then I should get alerted For that I created a query in log analytics where the "Comparison" column shows the difference of the…
sandeep kumar
  • 13
  • 1
  • 3
1
vote
1 answer

Azure Alert on a Resource (Azure Logic App) is being triggered only once

I have an Azure Logic App running every 3 minutes. I'm intentionally failing the Logic App every time, to test the Alert functionality. The status of the alert created is Enabled. The condition is Whenever the count of runs failed is greater than or…
1 2
3
11 12