Windows Server 2025 AMA not getting data
Hello Folks, Under Log analytics we have created DCR for Windows Server 2025 but now issue AMA is not visible on server nor we are getting data. We are just getting Heartbeat info nothing else. Things tried so far:: Disabled Windows Firewall Manually…
Azure Monitor

Upcoming Retirement of Azure Service Map – Action Required by 30 September 2025
Hello MS Team, We are reaching out to request you to know how to proceed with upgrading from Azure Service Map in light of the upcoming retirement of Service Map on 30 September 2025. Kindly provide how to proceed further.
Azure Monitor

Do you have a forum for App Insights questions?
I am interested in finding out whether there is an online space specifically dedicated to Application Insights. If such a resource exists, could you please provide details on how to access it and what kind of information or support is available there? I…
Azure Monitor
Process(*) Performance Counters Not Appearing in Log Analytics Workspace
Hello Everyone, I’ve enabled the following performance counters in my Log Analytics workspace using the steps outlined in this Microsoft documentation: Collect Windows and Linux performance data sources with the Log Analytics agent Process(*)\ID…
Azure Monitor
Identifying High CPU Usage Processes on Azure VM with AMA
Need assistance in determining which process is consuming the highest percentage of CPU usage on an Azure VM. The AMA agent extension is installed, and a DCR with the performance counter "\Processor(_Total)% Processor Time" has been added.…
Azure Monitor
what’s the logic behind the recipients of this email? Shouldn’t the service owner also be included?
Could you help me understand the criteria for selecting the recipients of this email? The service owner didn’t receive it — is there a specific reason for that? Please let me know if I can help with any details.
Azure Monitor
Log Analytics Custom Table for IIS Logs with X-Forwarded-For Field
We need to ingest IIS logs with the custom field X-Forwarded-For(XFF). The documentation says you need to ingest these as custom text logs as XFF is not supported using the iis logs DCR. To do this we need to create a table to ingest the logs to. Using…
Azure Monitor
Azure Portal Log Analytics bug
Found a bug in Azure portal
Azure Monitor
How to get availability test response body in logs
I’m working with Azure Application Insights to monitor availability tests for a web application. I’m encountering below issue: My availability test results has response body and it is not logging in the availabilityResults table in Log Analytics. Could…
Azure Monitor
AMA Powershell setup script errors
For sentinel, I've set up the AMA firewall data connector in Azure and setup the DCR. I've installed the agent on my endpoint. I've read the guidance on Set Up the Azure Monitor Agent on Windows Client Devices - Azure Monitor | Microsoft Learn -…
Azure Monitor
Accessing centralized laws in Resource-context
Hi, our centralized laws is currently using use resource or workspace permissions as access control mode so that all our cloud admins can see all the data from different applications (vm + native components) using Log Analytics Reader. I know that…
Azure Monitor
We are unable to delete availibility tests under Application Insights
We are not able to delete Availibity tests even tho we get a confirm message. We have tried for more than a year now and keeps getting charger. Not even bought a Support plan and no way we can get in dialogue with Microsoft. What do we do here? Paid a…
Azure Monitor
I have developed the KQL and integrated with Alert rule along with the action group to trigger an email when a new resource is deployed.
I have developed the KQL and integrated with Alert rule along with the action group to trigger an email when a new resource is deployed. But alerts are not triggering as expected I have configured the alert rule on multiple subscriptions. Strangely…
Azure Monitor
How to use authentication for Prometheus adapter so that it can fetch metrics from Azure Monitor Workspace?
Hello I have enabled Azure managed Prometheus and set up workspace. Now I want to do scaling of pods using HPA on a custom metrics, for which I have deployed the https://github.com/kubernetes-sigs/prometheus-adapter. I have enabled workload identity in…
Azure Monitor
DCR based custom tables are not working
Hello All, I have a Linux server vm in Azure as my syslog server. My Meraki MX devices are sending logs to the syslog server into their individual folders, and they are flowing. I used to have custom logs in Azure Log Analytics that pulls these logs…
Azure Monitor
Packaging Data Collection Components for Azure Sentinel Solutions: DCEs, DCRs, and Custom Logs
I need guidance on packaging Data Collection Endpoints (DCEs), Data Collection Rules (DCRs), and custom logs, as they aren't directly under Sentinel resources. How can I effectively include these components within my solution for proper deployment and…
Azure Monitor
Previously Working LAW Query Suddenly Broke; "query of basic logs table is not supported with the api"
A PowerShell Runbook that has run monthly for the past year and a half has suddenly stopped producing the Excel sheets we've come to expect. In the script, we make use of the following query on every Logs Analytics Workspace in the Tenant in order to…
Azure Monitor
Unable to remove auto-created Data Collection Endpoint in Azure, error "AuthorizationFailed : Operation not allowed"
I created a Log Analytics Workspace in Azure and enabled replication to another region. When replication is enabled, Azure automatically creates a Data Collection Endpoint (DCE). There was no Azure Monitoring Private Link Scope used and no Data…
Azure Monitor
Discrepancies in Azure Activity Logs Schema and EventDataId Field between Event Hub and Log Analytics Workspace
Hello, We are currently forwarding Azure Activity Logs from Azure Monitor using Diagnostic Settings to both an Event Hub and a Log Analytics Workspace. We have observed some discrepancies that we would like to clarify: The schema of the logs received in…
Azure Monitor

Need help to correct my KQL in Azure
I have created below KQL for APP to get the login count but output always coming as 0, I need help what to update here: AuditLogs | where AdditionalDetails contains "B2C_1A_RPBT_SignIn" //| where LoggedByService == "B2C" and…