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

Unable to change Azure ALERT state

I set up an Alert on an Azure storage account for Average storage consumption. In order to test it, I set the threshold consumption to 2TiB (my storage has 4 TiB data). As expected, the alert was fired meaning the setup was correct. Note: While…
0
votes
1 answer

Ship Logs from One Azure Log Analytics Workspace to Another

We are a Managed services provider and have around 30 tenants managed via Azure Lighthouse. Each tenant has a Log Analytics Workspace that collects the Logs and Metrics for the resources hosted under that Tenant. My question is can we ship data from…
0
votes
0 answers

azure monitor alerts creation best usecase

what is the best way to automate the azuremonitor logsearch based and metric based alerts in more transparent way, where we can easily update the threshold values. it shoul be capable to automate using azure pipelines
Vowneee
  • 956
  • 10
  • 33
0
votes
1 answer

Get Alert Notification when azure function returns code 200

I want to get notification when my azure function returns status 200. I have set up Alert and I am part of Action group that's supposed to receive alert. Issue is, I am not getting alert. I checked Monitoring Graph for given signal aka HTTP…
0
votes
1 answer

How to write triggered Azure alerts to the one note/Excel file via Microsoft Power Automate

I have set up multiple Azure alerts to monitor Azure web apps performance(4xx, 5xx, Response time). When any of the alerts rule triggers, it fires up an alert to my Microsoft outlook email. I want to write those alert details such as alert name,…
0
votes
1 answer

Creating an Azure Alert Rule for a Webtest with Terraform (or ARM template)?

I'm trying to create an Alert Rule for an Application Insights → Availability → Standard (preview) test. First off, how do you create a standard test? For now, I resorted to creating the resource by using a resource…
0
votes
1 answer

How to use a Trapper Item without Zabbix S

How do I send a JSON payload to a Zabbix Trapper Item without using Zabbix Sender? I see the documentation on how to format the sender request and I see the documentation related to the header, but I haven't found how to use the header with a JSON…
aydeisen
  • 11
  • 5
0
votes
1 answer

How to configure Azure Alert for Azure Functions Health Check

I have successfully configured Health check for Azure Functions. Next I would like to create Azure Alert and then send message with LogicApps. How do I configure Azure Alert so that if health is not Action is taking…
Kenny_I
  • 2,001
  • 5
  • 40
  • 94
0
votes
1 answer

How to monitor if table is empty in Azure SQL?

I have Azure Dashboard visualizing metrics of Azure SQL And Azure Data Factory. I have Azure Alert and LogicApps sending alert. Now I would like to build monitoring report if table is empty or if there are data duplicates in Azure SQL. What is…
Kenny_I
  • 2,001
  • 5
  • 40
  • 94
0
votes
2 answers

Trigger Azure Action Group from a Logic App

I have a Logic App running every minute that checks the time that data was last received in a table. If it has been enough time since the data was updated I want to receive an alert. I really like the Action Groups used by the Alerts in Azure. …
Jesse Potter
  • 827
  • 5
  • 20
0
votes
1 answer

ARM Template for creating Alerts Rules in Log analytics

I created alert rule in log analytics,and then i exported template to create another alert rule automatically I need to create alert rule automatically exactly same as manually created alert rule I am able to create alert rule with the exported…
0
votes
2 answers

Set Azure Automation Status as failed on Invoke-AzVMRunCommand error to trigger an alert

I have this command running inside an automation runbook. Sometimes if the VM is stopped the command gives error. Based on this error I want the Status of automation runbook be 'Failed' instead of completed. But the runbook is giving 'Completed'…
Blue Clouds
  • 7,295
  • 4
  • 71
  • 112
0
votes
1 answer

How to consume Azure Alert payload to HTTP trigger azure function

I am trying to consume the payload that azure alert is sending while calling an Azure function. def main(req: func.HttpRequest) -> func.HttpResponse: logging.info('Python HTTP trigger function processed a request.') req_body =…
0
votes
2 answers

Custom condition for Azure monitor rule doesn't show expected data

I am trying to set up a new custom condition for Azure monitor alert rule, but when I enter my kql query it doesn't show the expected data. When I run the same query in Logs it outputs 9 rows that fulfil my condition, but for some reason, no data…
0
votes
1 answer

Logic App HTTP Request JSON from Azure Application Insights Alerting Notifications

I have a logic app setup following these directions to push it to a Teams Channel. When the alert is notified it sends a message to my Teams channel successfully. However the objects are not parsing out like the example. I tried 2 things. Copying…