On-premise MSSQL DB monitoring using Azure Monitor and Log Analytics
Is it possible to set up a monitoring dashboard in azure to track the performance of on-premise MSSQL databases, including metrics like blocking queries, resource usage, and the top 10 queries consuming CPU and memory, etc.? Can this be done using only…
using customProperties in a Microsoft.Insights/scheduledQueryRules@2023-03-15-preview bicep
Hi I am trying to use the customProperties in the following bicep. I would like to add the result of the query as a property to the action. however there is so little documentation and I am not sure I understand the difference between actionProperties…
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…
How to Read and Interpret Data from Azure Metric Logs
There are some spikes in the IO request count from SQL Managed Instance metric logs that are confusing to interpret. For instance, in the attached screenshot, the graph uses a 1-minute time granularity and average aggregation (Avg, Min, and Max…
How to create an Alert for Data Collection Rule deletion across all VMs in a subscription?
I'm trying to create an alert that will notify me whenever a Data Collection Rule (DCR) is deleted or removed from any Virtual Machine (VM) in my subscription. I want this to apply across all VMs, not just individual resources. Here’s what I’ve tried so…
How to create Azure Monitor alert in Powershell Az.Monitor with Custom Properties
I have azure monitor alerts automatically created using the PowerShell library Az.Monitor, but I don't see anywhere in the library on how to include Custom Properties as are available in the Portal under Details and Advanced Options. Also worth noting, I…
Best Solution For HTTP Health Dashboard Using Grafana?
I am looking to implement a solution to display a dashboard which shows the health of our applications. The checks would make a simple HTTP call to determine whether a application is healthy or not. Some of the applications are public, some are only…
Metrics sent to Azure Monitor are not visible in Log Analytics (even after turning on Diagnostic Setting)
I am sending custom metrics to azure monitor through my code through REST APIs. However I dont see those metrics being pushed to Log Analytics My code snippet looks like this metric_data = { "time": date, "data": { …
I need to know the exact difference between container insights and Azure managed Promotheus and grafana in azure kubernates cluster
I am unable to figureout the exact difference between container insights, promotheus and grafana, and if i need to integrate azure managed promotheus, in my .net core app(POD), what changes i need to make in my application to get metrics. Can any help me…
Difference Between Azure Monitor and Azure Application Insights
What are the key differences between Azure Monitor and Azure Application Insights? When is it appropriate to use each service? Azure Monitor provides a comprehensive monitoring service that offers a unified view of Azure resources, allowing for the…
Unknown .jsp file creation and deletion inside ApplicationInsights service of my .Net application
We have a very old .Net web application deployed in IIS. Its written in VB.Net and has Application Insights reference. We have notuced a strange file being created in one of the folders and the file being deleted on its own as well. The name of the file…
Log Analytics Webspace against ContainerInstanceLogs has no entry Container IP
Can anyone suggest, issue i am facing is that i need to set an alert that if my container restarts, it should retain the assigned IP, otherwise it should send an alert. However to enable such alert, I am unable to find my ContainerInstanceLog containing…
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.
Retrieving Azure Application Logs Older Than 90 Days
What steps can be taken to access Azure application logs that are older than 90 days without altering the existing retention policy?
How to add alert for Pricing plan not equal to expected in Azure app service plan?
Hi! We need to add an alert for Pricing plan not equal to expected (e.g. B1) in Azure app service plan and send email e.g. hourly until it is fixed - how to do it? Thanks!
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…
How to setup azure alert when Disk Space is 90% for a windows VM
I'm trying to build an alert in Azure for my Windows VM. How to set a warning alert mail in azure when the disk capacity reaches more than 90, I want to set this warning in each disk (C:,D:,E:.F: ) separately.
How to configure a new DCR to ingest to an existing Custom Log table?
Hi All, I am currently migrating existing syslog logfeeds running over Logstash pipelines with the "microsoft-logstash-output-azure-loganalytics" output module to Logstash pipelines with the…
Missing ingestionEndpoint on data collection rule
I am trying to upload logs to a log analysis workspace by following your tutorial. I am currently stuck at the Create data collection rule section because the documentation is wrong and/or outdated. Because your documentation says that it's an option, I…
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…