Azure Log Analytics demos & charging
Hi, I want to learn Azure Log Analytics & KQL - and found that in the https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-tutorial there's demo env provided -…
Azure Monitor
Azure Managed Prometheus - Custom Scrape from IaaS VM's
Hi All, I am trying to get my head around the Azure Managed Prometheus, when setup on the AKS cluster using Grafana I can see the basic data for the AKS cluster. I am looking at ways to use the managed Prometheus but with custom scrapes against IaaS VM's…
Azure Monitor
App Insights not showing data ingested via Angular app
I provisioned Application Insights (aym1-app-insights-test). Then I started to ingest data via Angular app, you can see the below payload. After waiting for 4 hours I still cannot see any logs. Please advise. [ { "time":…
Azure Monitor
Azure Monitor Agent not initializing or connecting to LAW for specific Production VMs deployed via Bicep module
We use a Bicep module to deploy Azure Monitor Agent (AMA) along with DCE, DCR, and DCRA for all our Windows Server 2022 VMs. This setup works fine for every VM in Non-Prod and a few VMs in Prod. But Prod WebApp VMs never connect to Log Analytics, and one…
Azure Monitor
Custom data collection rule not applying transformKQL
As per the article https://learn.microsoft.com/en-us/cli/azure/monitor/data-collection/rule?view=azure-cli-latest#az-monitor-data-collection-rule-update I'm trying to update my Data Collection Rule with a transformKql query in the dataFlows section of…
Azure Monitor
FastAPI remove duplicate logs in App Insights
code 1: import logging import random import asyncio from fastapi import FastAPI from azure.monitor.opentelemetry import configure_azure_monitor CONNECTION_STRING = "XXX" configure_azure_monitor( logger_name="dice-game-logger", …
Azure Monitor
Blob Container Count Metric Shows Half the Actual Value When Using Average Aggregation
Hi Team, I am seeing inconsistent behavior with the Blob Container Count (ContainerCount) metric for a Storage Account in Azure Monitor. Scenario: I deployed a Storage Account and created 2 blob containers. Checked the value in Azure monitor metrics…
Azure Monitor
Logs missing for a period of time from Application Insights
In my current workspace I have 8 applications insights logging custom information for 8 different applications. They have run for +2 years with no change to the logging code. Over the weekend for 3 application for a period of 12hours 2minutes there are…
Azure Monitor
We recived an alert for a vm but the vm has been deleted from the tenant
Hello, we have received an alert regarding a VM that was previously in our tenant and has been deleted. My team is wondering what the time frame would be if these alerts are delayed. When would we receive another one?
Azure Monitor
Unable to enable Diagnostic settings for Azure Function App 1POnlineStoreFunctionApp as required by Azure Tenant Baseline logging control. The resource shows runtime errors and the Diagnostic settings blade
Portal banner error: mscorlib: Could not find file 'C:\home\site\wwwroot\host.json' (on the Function App Overview). Notifications: “Functions runtime error – mscorlib: Could not find file C:\home\site\wwwroot\host.json” “Functions runtime version…
Azure Monitor
Azure Monitor - Grafana Dashboards Inaccessible After ~24 Hours (Preview Feature)
With Azure Monitor Dashboards with Grafana entering GA recently, I've began prototyping a couple of dashboards for our production environment. It appears that any dashboards created in Azure Monitor Dashboards with Grafana (preview) don't seem to…
Azure Monitor
No option to set alerts on Azure SQL Servers
I am trying to set up an alert on the retention policies of an Azure SQL server. However, it's not appearing in the list of resources in the alert wizard. The databases do, but the backup retention policies are set at server level. How do I do…
Azure Monitor
AMA creating group in linux VM
Hello Team, We have seen a unusual behavior where the AMA agent is self-creating a group on Linux devices. This is something we have not encountered previously, **Group Name- azuremetricsext ** There is no Microsoft Document which clearly…
Azure Monitor
Vulnerabilities within Azure Monitor Windows Agent
Microsoft Defender is alerting us that 'Azure Monitor Windows Agent' in newest version 1.39.0.0 is still using vulnerable OpenSSL libraries (3.5.1.0 and 3.5.2.0) which are vulnerable to CVE-2025-9230, CVE-2025-9231, CVE-2025-9232. Vulnerabilites are…
Azure Monitor
Migration issue from HTTP Data Collector API to Log Ingestion API for the existing tables
As the support of HTTP Data Collector API is coming to End of Life, we have migrated to Log Ingestion API for several apps. But, in the Log Ingestion API, the tables are tightly bound to DCR (Data Collection Rule) and DCE (Data Collection Endpoint) and…
Azure Monitor
Error 'The request had some invalid properties' while setting up alert rule in Azure
I am trying to setup alert rule to get count from a table- Log Analytics workspace. KQL query works well in logs query section, but gives error 'The request had some invalid properties' while setting up alert. Syslog_CL | where TimeGenerated >=…
Azure Monitor
Problem AMA Install
Tengo un servidor en GCP que necesito agregar como recurso de Azure para analizar con Defender For Cloud, instale el agente Azure Arc y el servidor aparece como recurso de Azure, cree el workspace de Logs Analitycs, cree una DCR y esta asociada al…
Azure Monitor
Guidance on architecture, supported data ingestion methods, and recommended Azure services to create a consolidated multi-service dashboard.
I want to build a single unified dashboard that displays metrics from Intune, Defender, M365, Sentinel, and Entra ID. I also need advice on the best approach to fetch data from these services and store it in Log Analytics Workspace (LAW). Additionally, I…
Azure Monitor
Log Search Alert Rule Not Firing
I have an alert setup to fire when these conditions are satisfied- call for a resource is received in last 4 days but not received in last 2 days. query: let resourcesReceivedInLast2Days = customEvents | where timestamp > ago (2d) | distinct…
Azure Monitor
How to fix the Window and Linux queries for azure workbook for monitoring?
There are two different OS on the above picture and the CPU threshold is only one output of monitoring can you help me with the KQL query to get the both in monitoring?