Can we customize azure monitoring alert notification with Dynamic content?
Hi Team I'm working on creating an alert monitoring system based on Metric, application insight and log analytics based alerts. I managed to configure the alerts but I would like to change the subject of the email dynamically to include some of the…
Log Analytics workspaces Alert Query error
Good Day, I've created an alert rule for logging sign-ins from abroad. While creating or editing the Alert rule the Query worked without a problem. The error occurs when the Alert fires. The Query throws this error. // Search query has been redacted…
Insufficient permissions when I click on Log Analytics or Workbooks
I'm in the Entra Admin Center under Monitoring & health and click on Workbooks I get an error saying "Insufficient permissions" and then showing me this (Subscription-ID cc01... is changed, this is not the one that is shown in the real…
Getting this error "The received access token is not valid: at least one of the claims 'puid' or 'altsecid' or 'oid' should be present. If you are accessing as application please make sure service principal is properly" when trying to use the getBatch API
I am getting this error when trying to query the getBatch API to pull the metrics of my VM's in the resource group of my Subscription as per the documentation here:…
Disable Managed Prometheus Visualizations on AKS
Hello all, I have an AKS cluster that uses Azure Managed Prometheus metric collection. I wanted to disable the collection of Perf metrics, as they were not necessary. After doing that, I accidentally enabled the "Managed Prometheus Visualizations…
Get the latency information
Hi, I want to get the latency information for a request from end-to-end. Here is the scenario, Request comes in for an application to an end-point which is in subscription A and in turn that end-point is making call to another end-point living in…
Operation name - Microsoft.ApiManagement/service/users/token/action
I have set Alerts in API management and now since there are multiple APIs updated by me, I am continuously receiving alerts which I am assuming that it is coming because the APIM is checking each API, upon checking Activity logs of APIM I can see many…
Not receiving windows security event from Azure ARC enabled servers
Successfully connected Windows server through Azure ARC but not receiving any security event logs through data collection rule in Sentinel connector. The AMA extension is showing running successfully.
Azure Monitor Agent Not Reporting Security Events
We are in the process of migrating from the Azure Log Analytics Agent to the Azure Monitor Agent across our servers. The agent appears to be installed correctly, and the Data Collection Rules (DCR) are set up to capture relevant Security Events. We have…
Get free/used disk space on all our VMs for reporting purposes
Hi, Within our corporate environment, we have hundreds of Windows Azure VMs deployed to users via Citrix DaaS. For monitoring purposes, we would like to see free/used space on C drive. The goal is to have a reports showing disk space status on C drive…
Exporting Azure Management Group Logs to Log Analytics Workspace and Event Hub
How can I export Azure management group activity logs to a Log Analytics Workspace and Event Hub, and why might the logs not appear after setting up diagnostic settings? PS - Based on common issues that we have seen from customers and other sources, we…
Azure Resource Read Usage Admin Logs
I am looking to be able to extract Azure console usage via resource reads from users. GCP supports this via data access audit logs that can be enabled https://cloud.google.com/logging/docs/audit/configure-data-access and fetched over API or through…
How do I know what exactly uploads/accesses to a storage account?
I'm currently facing a challenge identifying which applications, servers (or other sources) are uploading to specific storage accounts. We have several storage accounts still using TLS 1.0, and I want to upgrade them to TLS 1.2 or 1.3. However, upgrading…
Suspicious: Why do I see Chinese language in my activity log
I surprisingly see Chinese in my activity log making me suspicious.
How monitoring the Synapse Analytics SQL and Spark pool usage by Azure Monitor
Hi, I'm searching a good and clear article that talks about the Azure Monitor as a tool to monitor the Synapse Analytics SQL and Spark pool usage. Any suggests to me, please? Thanks
Azure Monitoring Agent "amacoreagent" taking 92% of CPU Usage on Linux VM
Azure Monitoring Agent "amacoreagent" taking 92% of CPU Usage on Linux VM Due to Higher CPU Usage even SSH connection not working properly, after executing command "top" the culprit is "amacoreagent" with CPU Usage more…
Recommendation to connect Log Analytic Workspace to AKS
We would like to know the best practices or recommendation to connect Azure Monitor to AKS. Currently, we setup AKS, Azure Monitor with AMPLS and we configured the ContainerInsight via both ConfigMap and DCR method. We would like to know the best…
How can we identify and address performance bottlenecks or underutilized resources within our Azure environment?
Monitoring and Optimization - How can we identify and address performance bottlenecks or underutilized resources within our Azure environment?
How to view Azure Monitor Alerts that triggered more than 30 days back
How can I view the list of Azure Monitor Alerts that were triggered more than 30 days ago? I need to verify if there are any alerts that are still in the ‘Fired’ state because they have not been…
Sending logs to Azure Monitor from Python is not working anymore
Is there something happening with Azure Monitor? I know opencensus-ext-azure was deprecated last month. pip install azure-monitor-opentelemetry==1.6.2 from logging import INFO, getLogger from azure.monitor.opentelemetry import…