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

New-AzActionGroupReceiver How to set up voice call as a New Action Group?

Reference: https://learn.microsoft.com/bs-latn-ba/powershell/module/az.monitor/New-AzActionGroupReceiver?view=azps-3.3.0&viewFallbackFrom=azps-2.6.0 The following code works without any error while I am trying to create a new action group to use…
SqlWorldWide
  • 329
  • 4
  • 20
0
votes
1 answer

Azure Blob Container Alert if specific container folder is not updated in 24hrs

I am wanting to find a way to send an alert if a specific folder in a blob container is not updated within 24 hours. I have tried setting up an alert through the portal, but I can only seem to find Metric alerts based on Ingress of the entire blob…
0
votes
1 answer

Error while creating an Azure Application Insights alert

I'm trying to create a custom log alert with this query: traces | where message contains "Setup" | extend Proposal = tostring(split(split(tostring(message), " ]")[1], ": ")[1]) | summarize AggregatedValue=count() by Time=bin(ago(24h), 1h), Proposal…
0
votes
1 answer

How to Setup Azure Alert for Failed Durable Function Orchestration?

I would like to be notified via an email alert when an unknown exception occurs in an activity function that is part of a durable orchestration chain. The problem is that when an exception is thrown in an Activity Function, the logged error in…
0
votes
0 answers

Can I extend Azure Monitor Alerts retention beyond 30 days?

We monitor several app insights instances from a dedicated subscription and have configured some custom alerts and all is working well. Within Azure Monitor we can access the alerts and change state, add comments to each as necessary. This is ideal…
-1
votes
1 answer

How to create alerts through bicep for KQL commands

We are trying to create Azure alerts through bicep and KQL queries and using for loop to create multiple alerts. Unfortunately we are getting the errors while executing the code alerts.bicep // Parameters @description('Log alerts parameter…
-1
votes
1 answer

SQL Conditional Alerts

I am new to SQL and use Azure Data Studio for data analysis. I am trying to setup a conditional email/text alert when a column value is greater than a given value in my SQL database. I am confused how to go about this... would I use SMTP, Azure…
Jonah
  • 1
  • 1
-1
votes
1 answer

How to configure Logic Apps to probe Azure default DNS resolver (168.63.129.16)

Is there a way to set up Logic App, and have it configured in such a way that it probes the Azure DNS resolver (168.63.129.16) all time. If no response for certain interval, then an alert will be triggered to the specified notification group?
-1
votes
1 answer

Enabling an azure metric alert V2

i am working on azure to monitor appservices and while a Continous deployments i am trying to build an automation task to disable/enable alert during deployments For disabling alerts it is working Get-AzMetricAlertRuleV2 -ResourceGroupName…
medone
  • 3
  • 2
-1
votes
1 answer

PowerShell script to get notification whenever a new resource is created in azure portal

I need to create an alert for any resource creation & send it over mail to me. I need to do this using Power-Shell script.
shristi
  • 109
  • 1
  • 1
  • 6
1 2 3
11
12