How to join the 3 KQL tables?
Hi all, I want to get the inactive users data with seesionhostname, hostpoolname, lastlogindate,username and i am trying to get it through KQL query which we need to join 3 tables i am getting the below error 'join' operator: Failed to resolve column…
Change Tracking & Inventory Management On Linux VMs
Hey everyone, Change Tracking & Inventory Management through AMA agent works very well with Windows - However, on Linux machines (For instance in this case Ubuntu Server), once the extension enabled, it does not collect anything for Changes or…
Querying Azure activities with subscription names
Hello, I'm trying to list Azure activities in my Log Analytics workspace, and need the subscription name to be displayed. With my current KQL request: AzureActivity | extend subscriptionId = SubscriptionId | join kind=inner ( …
How to resrict the workbook page from azure Dashboard?
I have created workbook and pinned some of workbook tiles to dashboard. i would to resrict the visibility of workbook from dashboard. right now workbook is opening from dashboard tiles
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…
Mask Azure App Insight Connection String
Hello, I have a customer who is looking for a way to mask the App Insight connection string. Is there a way to do that? Thanks.
how to monitor ibm websphere which is installed on azure vm
I have ibm websphere installed on Azure VM, How to monitor ibm websphere installed on azure vm. Is there any Azure monitoring agent needs to be installed?
How to configure HTTP Log content for Linux Web App Diagnostic Monitoring
Hi, I am running a NodeJS application, hosted in a Linux Azure Web App. I have set up diagnostic logs for HTTP Logs to be forwarded to a Log Analytics Workspace and having looked at the logs I can see there's cookies included by default. I would ideally…
Resolve issues with a disabled subscription
Resolve issues with a disabled subscription Your account or subscription is disabled for security reasons. We detected suspicious activity or terms of use violations and disabled your subscription to protect the owner of the payment instrument and…
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…
Azure application insight transaction search (Exceptions) URL need to send via Azure Alert or using logicapp
Transaction search (Exceptions) URL need to be sent via Alert or using logic app Here is the requirement when I'm doing troubleshooting in application insights -->In Transaction search --> Example (Event type-Exceptions)--> Open any End-to-end…
How can I get metrics like CPU Percentage of my Virtual Machine using Azure REST API?
Hello! In the backend I am currently developing, I need to use Azure's REST API to retrieve performance metrics (such as CPU usage) for an Azure Virtual Machine I am using. However, I am encountering a permissions issue related to the token, so I am…
Creating Multiple ContainerLogV2 Plans as Basic in Azure Log Analytics Workspace"
Is it possible to create multiple ContainerLogV2 plans as "basic" within a single Azure subscription? After creating one, attempts to create a second plan do not allow the basic configuration.
How to see the amount of daily storage used in Azure Application Insights
In Azure application insights - how do I see how much of the daily usage I've used? I can see that I can set a daily cap - but I don't know how much I've used or if I'm near the cap. Have checked around the dashboard, there are options to set daily cap…
App Insights Profiler doubles memory consumption
Hi, I have a question regarding App Insights Profiler. We've configured our app according to this tutorial and locally (run from VS or in a Docker container) everything works fine (there are API metrics in Portal, profiling sessions, code optimizations…
How to identify the app service error in the Azure Monitor?
How can I identify and troubleshoot errors in my Azure App Service using Azure Monitor? What specific metrics, logs, or alerts should I look for to effectively diagnose issues?
Is there any REST Api available to ingest custom logs/events to Application insights
I was searching for a REST api which can help me insert logs and custom events into AppInsights by calling this REST api from anywhere i want. I did came across this document below https://learn.microsoft.com/en-us/rest/api/application-insights/ But it…
Application proxy connectors - How to monitor capacity / transactions?
Hi, I'm currently trying to setup monitoring for Entra Application Proxy Connectors. I want recommendations on what to setup and how alerts should look like. We have 3 servers in a Connector group assigned to roughly 15 applications. We are planning…
How to Monitor Per-User Usage and Costs of Azure Document Intelligence Resource?
Hello all, I currently have a Document Intelligence resource set up and have a separate web application integrated with it so that it makes calls to my endpoint and receives the results to be displayed back to the user. This application is going to be…
Network flow for Azure resource logs through Diagnostic settings
Hi, I want to understand the network flow for routing azure resource logs from an Azure resource to a destination (event hub, third party solution). From this architecture https://learn.microsoft.com/en-us/azure/azure-monitor/data-sources I can see that…