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

Azure Alert Rules(Custom Log Search) how to get custom dimensions value into webhook

I have configured Application insights from API Management, Inside App Insights i have configured Alert rules, whenever there is a error, Alert will be triggered & a webhook will be invoked with the alert details. In Query i have added…
0
votes
1 answer

Can azure alerts rule be used for sending kusto query results on regular intervals?

I have a requirement where I have to send kusto query results to different audience on a regular interval. My current approach is setting up a azure function which runs and shares the query results with a mail service, which distributes it to the…
Shadow
  • 1
  • 1
0
votes
1 answer

Add additional recipients to the automated "action required" emails

We're working with multiple Azure tenants and subscriptions and want to create a team that stays on top of automated emails from Azure related to service deprecations. Here's a recent example: Community support for Node 12 LTS is ending on 30 April…
0
votes
1 answer

Terraform Activity Log Alerts Status Field

I'm in the process of recreating our company's alerts in Terraform after they were originally created manually. I have been looking into the JSON of each alert to obtain the property values, however I'm stumped on what appears to be a 'status'…
0
votes
0 answers

Refreshing Azure Resource Graph queries in Azure workbook frequently gives missing data

I'm writing a Azure Resource Graph query in Azure workbook on Azure portal: AlertsManagementResources | where type =~ 'microsoft.alertsmanagement/alerts' | where properties.essentials.startDateTime > ago(30d) | where properties.essentials.severity…
0
votes
2 answers

How can I create an alert on the subscription level for every new resource created?

I want to get alerts whenever a new resource is created, I tried to do it through the monitor using the activity log but could not find any default configuration which can provide the needful. Any help will be appreciated.
0
votes
1 answer

How do I specify an alert rule for Azure API management for only a specific API?

I have set up an alert rule in Azure that warns us when the backend returns an error code (4xx or 5xx). This works but the API Management contains a multitude of APIs. I thought I would create separate alert rules for each API but there does not…
Tomas Kohl
  • 1,388
  • 1
  • 19
  • 27
0
votes
1 answer

Deleted Smart Detection type alerts

I am very new in Azure App Insights and accidently deleted an existing classic Smart Detection type alert. Is there a way to recover it?
0
votes
1 answer

How can i trigger an azure monitoring alert manually?

I want to trigger the alerts that i have configured for a system manually, we don't have access to the infrastructural design of the system.
0
votes
1 answer

Issues Adding Azure Alerts via PS

I'm trying to automate the creation/assignment of alerts for Azure resources (specifically VMs right now, but more later) and I feel like I have everything set up properly, but I'm getting a bad request error every time. Google surprisingly didn't…
0
votes
0 answers

How to set azure resource alert with terraform with alerting conditions

Below is the documentation to create the alert : https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/monitor_activity_log_alert It seems to work fine the only thing missing is we are not able to select the alerting…
0
votes
0 answers

Issue creating alert on vm for azure using guest metrics

Has anybody an idea what is going wrong. The monitoring guest metrics on Azure vm works and is running, just when I try making an alert straight out of the metric monitoring graph it keeps throwing this error. Guest diagnostics is enabled and I see…
0
votes
1 answer

Azure says an Alert Rule exists with the same name, but it also says it doesn't

I have several environments that I need to set a list of Alert Rules for. I've set 5 up for QA and started to add them to UAT. Because you cannot rename a rule, I have had to delete and recreate a few, and Azure tells you it make take a few minutes…
Red
  • 3,030
  • 3
  • 22
  • 39
0
votes
1 answer

integrate Azure alerts with Zendesk ticketing system

We are planning to integrate azure alerts with Zendesk, So when ever alert triggered in azure then we need to raise the ticket in Zendesk with all the details. what we trying now There is a direct option to call webhook in action groups but we have…
Dev Reddy
  • 29
  • 1
  • 7
0
votes
1 answer

Scheduling Azure Alerts by Action Group

I am trying to schedule my azure alerts , which runs for every five minutes by query and if condition met, it triggers an email via action group. what my requirement is to stop email alerts on weekends, I have tried azure action processing rules but…
Ajay
  • 21
  • 1
  • 8