Azure Function alert notification to send email with variables from KQL query
Hello All, I am creating an email notification when Azure functions fail or generate errors. I have used KQL to report errors and below is the query. exceptions | order by timestamp desc | take 1 | extend ErrorInfo = tostring(details.severityLevel) |…
Azure Monitor
Discrepancy in Azure Virtual Machine Metrics via Azure Monitor REST API
Hello Team, While retrieving Azure Virtual Machine metrics through the Azure Monitor REST APIs, we observed several discrepancies: The data returned by the API often differs from what is observed on the client side. Some data points from the API appear…
Azure Monitor
How to suppress alerts in Azure monitor during patching cycle based on tagging
I have 20 VMs, and there are 3 maintenance configuration windows. Alerts are being configured with Azure Monitor and are added on the subscription level. I want to suppress the alerts triggered during the patching window. VMs are bifurcated and are…
Azure Monitor
How to see the actual error that fired an Azure Monitor Alert
We keep getting an alert from Azure regarding our AI, and while it shows me that there were errors that fired the alert I cannot find out what the specific errors are. I think this is firing due to an API issue, but as I said I cannot actually view the…
Azure Monitor
Reached the trace writing limit of 100 events per minute
I have a .net core 3.1 web app deployed to an azure app service sending AppServiceAppLogs to a Log Analytics Workspace. This configured via Monitoring > Diagnostic Settings This works but I get a maximum of 100 log messages per minute written to log…
Azure Monitor
Azure Local monitoring Queries
Hi All, Has anyone so far enabled the Azure local Monitoring via Azure Monitor, if yes what are the configured alert you have enabled I was exploring below link and when checking the recommended alerts they are only few which are not sufficient…
Azure Monitor
help need with KQL - request and dependecy
in app insight under one sample there is response body for request and dependcy calls. there is alert created to trigger if request response body has " invalid call" and same response body is for dependency calls too. how can i write the kql…
Azure Monitor
Registering or Unregistering Microsoft.Compute resource provider hangs
Selecting the first child tag since there is no tag for Subscriptions or Resource Providers. (Even asking a question doesn't work). I am the owner of a subscription and I am trying to register the Microsoft.Compute resource provider. I have tried to…
Azure Monitor
Azure Monitor OpenTelemetry with Node.js to have graphql operation name
Hi, I recently introduced Node.js azure observability to send telemetry to Azure monitor as mentioned in the documentation https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-configuration?tabs=nodejs Below is the code snippet that…
Azure Monitor
Azure Monitoring Bill
I am tryig to learn Azure. I configured monitoring in a dev environment 3 days ago and I now have a bill of over $1700! under "actual cost" but i dont have any data or compute hats going on here? Header 1Header 2Cell 1Cell 2Cell 3Cell 4
Azure Monitor
Azure dashboards with Grafana(Preview) showing error as "Our services aren't available right now, we are working to restore all service as soon as possible"
While creating a dashboard using "Dashboards with Grafana" in azure monitor, I am getting below error- Dashboards with Grafana: Error <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'…
Azure Monitor
AzureDiagnosics table is always empty, despite diagnostic settings being configured
I want to diagnose disconnection issues with my Virtual network gateway using "S2S tunnel connet/disconnect events" logs query, but the AzureDiagnostics table is always empty (that causes query to fail due to missing columns, but i did double…
Azure Monitor
Issue with Creating DCR
We're currently working on ingesting MongoDB Atlas logs into Sentinel using the Log Ingestion API. I’ve written a script that pulls logs from MongoDB and successfully pushes them into a custom table in Log Analytics—it’s working fine so far. Now, I’m…
Azure Monitor
AzureMonitorWindowsAgent status showing Transitioning
in azure VM extensions AzureMonitorWindowsAgent showing as Transitioning and its not changing the status. Reinstallation done and still facing issue. Same data collection rule applied another VM and its working fine and i am getting Heartbeat.
Azure Monitor
Error Retrieving Schema in Log Analytics Workspace: Connection Issue
Hello Microsoft Community, I am encountering an issue with my Log Analytics Workspace in Azure, and I would appreciate any assistance or guidance to resolve it. Problem Description: When I try to load the "Logs" menu in my Log Analytics…
Azure Monitor
Microsoft Security | Intune | Reporting
Logs Ingestion API / DCR cannot bind custom stream to valid table
We are configuring a custom integration using Microsoft Sentinel's Logs Ingestion API and a custom DCR (test-dcr-shell) in region westus2. We are attempting to bind the stream Custom-ClassificationStream to a custom table CustomClassificationStream_CL,…
Azure Monitor
Unable to query Azure Data Factory logs from Log Analytics – Unsupported tables like ADFSandboxActivityRun
I am trying to collect and query diagnostic logs for our Azure Data Factory (V2) instance using Log Analytics. I have followed Microsoft's guidance to enable diagnostics and send logs to a Log Analytics workspace, and I've confirmed that categories such…
Azure Monitor

Cross Tenant Data Ingestion
My issue so far is that I cannot ingest data to "Azure Tables" not "Custom-Tables" with DCRs, for example data from AzureDiagnostics or SecurityAlert from Tenant A cannot be ingested to Tenant B. I understand that Microsoft does not…
Azure Monitor

Share dashboard that shows data from workspace in log analytics without giving access to log analytics
I have an issue with setting up shared dashboard built from Log Analytics Workspace. I was wondering if you can help us with something else related to Azure. We are using Log Analytics so that Azure SQL Server can push events to it and we use workbooks…
Azure Monitor
NotSslRecordException exception when retrieving appId sending request to https://.../appId via proxy
I've a service running on-premises where I've integrated the ApplicationInsights agent to sent minoring data to azure. I've also configured the agent to go throw a proxy since it's the only way for the service to access the external network. When…