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

Recurrence logic app get azure alert search results url

I have a logic app with an HTTP Trigger is triggered whenever an alert rule is met. On this event, the entire alert response is sent to the logic app where I can parse the JSON to extract the information I need such as the Search Results…
1
vote
1 answer

issue to setup alert onAazure Postgresql using Terraform

I have created postgresql with custome alert for cpu percentage using Terraform azure and its showing error metric name is not found Please check the following code. provider "azurerm" { features {} subscription_id = "***************"//add…
1
vote
1 answer

Logic App posting to Microsoft Teams data not showing in fields

I've created an Alert in my App Service that sends an Alert to a logic app, the logic app is then posting a message to Microsoft Teams. https://learn.microsoft.com/en-us/azure/azure-monitor/platform/action-groups-logic-app Everything is working as…
Rhodes73
  • 167
  • 2
  • 9
1
vote
1 answer

Azure alerts for a deleted azure container

I am aware that we can configure an azure alert for 'Delete Storage Account'. Is it also possible to configure an azure alert for 'Delete Azure Container'?
Learner
  • 69
  • 2
  • 9
1
vote
1 answer

Group Email for Azure Log Analytics Query Result

Hi i am new to Azure. My Requirement is i have to send Log Analytics Query Result to Group Email.How to give Group Email id For Azure Action Group? Currently it is accepting single Mail id, it's not accepting Mail Id's with semi colon. I tried by…
sirisha
  • 29
  • 2
1
vote
1 answer

Congigure logic app failure alerts using azure ARM template

I have added the alert rule and action group manually in the Azure portal to send mail whenever it fails. Is it possible to create these things using the Azure resource manager template?
1
vote
1 answer

How to get Azure VM reboot and shutdown logs into Azure Log Analytics?

Is there any way to get Azure VM reboot and shutdown logs into Azure Log Analytics Workspace? I already mapped syslog and daemon & Kern log into Azure Log Analytics Workspace but I couldn't get any log message related to VM Reboot and shutdown even…
1
vote
1 answer

Trigger Azure Log analytics alert based on log file append

I need to try and create an alert for when a new entry is added to an application log file. Each new entry is time stamped. I have setup/imported the custom log as timestamped and tested with a dummy app log file and manually added entries. I…
Adam Briers
  • 101
  • 3
  • 14
0
votes
1 answer

Azure Alert when a new resource is added/modified uppon a specific tag

We control our billings by a specific tag, for example: "Product_A", sometimes other teams are tagging resources incorrectly with our tag. Is there a way to have an alert on Azure that send a notification when a new resource is added or modified in…
EdCwb
  • 3
  • 2
0
votes
1 answer

Azure SQL MI storage space alert

I want to create an alert on azure SQL MI if storage space is used more than 80%.But not found any condition on storage space used percentage. Image is attched that shows available options to set alert How can I set an alert on Azure SQLMI on…
0
votes
1 answer

Add alert rule on activity log on Azure (for when a lock is modified/deleted)

I have a resource group in which some of the resources have locks. My goal is to add an alert rule, from bicep script, which fires if any of the locks on any of the resources in this resource group gets deleted or modified. These actions will show…
havij
  • 1,030
  • 14
  • 29
0
votes
1 answer

Azure Alert Processing Rules by tag

I am trying to work with Azure Alert Suppressions to suppress servers for maintenance every month. The problem Im facing though is that they are getting unwieldy, for example we have 100 resource groups 50 in Group A and 50 in Group B that will have…
0
votes
1 answer

How to configure an Azure Function behind a VNet to receive alerts from Azure?

I want to configure an action to send the fired alert to an Azure Function which is behind a VNet. I tried to configure the action to send the fired alert to an Azure Function which is behind a VNet. But it failed and there were no error details. I…
Srini
  • 1
  • 2
0
votes
1 answer

Azure Alert Rules enable/disable via Logic Apps

I was asked to do a POC test that needs to toggle Azure Alert Rules to either enable or disable the alerts via the logic app. So far I can get the logic app to display the json file of the "Microsoft. Insights/ActivityLogAlerts" that I have. Now I…
0
votes
1 answer

Failed API Name in Azure Alerts Mail Body

We have several APIs deployed on Azure API Management and we have created alerts in AppInsights which triggers when failed APIs are detected. However, the triggered mail has only information on count of the APIs that have failed. We specifically…