About reading some Azure Workbooks
Hi, I have several Azure Workbooks that get data from a Log Analytics Workspace using Kusto queries. I was asked to share with some colleagues these workbooks, in a reader mode. So, I thought about creating a group for them with the enough privileges to…
MMA agent is now deprecated how SCOM agent will do monitoring based on MMA. till when my org can continue monitoring with SCOM for Azure VMS
MMA agent is now deprecated how SCOM agent will do monitoring based on MMA. till when my org can continue monitoring with SCOM for Azure VMS
How to collect multiple text logs from a single Arc server with Data Collection Rules? I have deployed multiple DCR's, but only the first configured rule is collecting data.
I have provided a sample bicep template that we use to deploy the DCR's. We manually associate the DCR with the Arc server after deployment. The Arc servers are running RHEL 9.4. When I deploy the first DCR, logs appear as expected in the…
The Definitive Guide to KQL: LAdemo
Trying to follow sample data and queries on Log Analytics Demo at aka.ms//LAdemo from the book "The Definitive Guide to KQL: Using Kusto Query Language for operations, defending, and threat hunting". Running into problem with queries for…
About more logging detail in Azure Synapse
Hi, I recently built an Azure Workbook to minitor an ADF Pipeline. Everything went well, since in Log Analytics (via Diagnostic Settings) I had the enough detail to write my Kusto query (inputs and outputs of a pipeline and activity). I was asked to do…
Azure Log Analytics Workspace
I have created an Azure Log Analytics Workspace. Now, I want to connect an Azure VM to this workspace. It was very straightforward a year ago, but now Microsoft has changed the steps. Can you help me connect an Azure VM using the new method? I can still…
Azure subscription management problem
I have been assigned an Azure subscription owner role to perform Azure Monitor configuration and deployment, under my subscription info i see this: Error details Code: AuthorizationFailed Message: The client 'admin@yourcompany.com' with object id…
How to Monitor O365 Management Activity API Usage Trends to Avoid API Rate Limits?
Hi, I am using the O365 Management Activity API to retrieve logs and track activity within my Microsoft 365 tenant. However, I want to analyze API usage trends to avoid running jobs during peak periods and prevent hitting API request…
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…
How to create an alerte over a long period of time in Azure
I am trying to create an alert that triggers if a backup process has not happen over the last 3 days (backup period). I have sett my service to create a custom event when the backup starts and created a query that looks for this event in the last 3 days.…
Alert for system Identity or user identity on Azure VM
We are trying to create an alert when any User Identity\System Identity is added\removed on Azure VM's or VMSS we tried to create it using Azure resource graph but not working. arg("").resources | where type ==…
Need Dimension Value PC in the teams Alert
Hi , we want to send the alarm via a logic app to a teams channel. The logic app was created like this: https://learn.microsoft.com/de-de/azure/azure-monitor/alerts/alerts-logic-apps?tabs=send-email this is the template: This is the log analytics…
How to View Azure Fileshare Used Capacity in Logs and Display in a Dashboard?
Hi, I want to see the used capacity in Azure Fileshare and display the results in a dashboard. However, it is not working as expected. I am only getting these outputs: Yet, I can see the used capacity under Insights:
I have issue in accessing the azure free for students subscribtion
I am student but i can't able to access the azure free for student even though it verified my academic details but it show me a page like this
Calculate metrics based on APIM API prodcut
Hi Team, While creating shared dashboard for each API in APIM. I see issues with product based grouping. To calculate health(uptime, error rate) , Performance metrics (response time, latency ) and Success/failures rate percentage metrics for each API…
403 Client Error forbidden for url:https://eastus.monitoring.azure.com//subscriptions/<my-subscription>/resourceGroups/<my-resource-group>/providers/Microsoft.OperationalInsights/workspaces/<my_workspace_name>/metrics
I am working off of my account and I am the owner of all the resources created under it. I have a resource group and a log analytics workspace created under it - both in eastus. Both of them have the Monitoring Metrics Publisher role assigned to it for…
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…
Is it possible for Data Collection Rule to look into datetime PATH?
In Data Collection Rule -> Add Data source Is it possible to look into variable path? Something like this : /tmp/pat/{CurrentDate}/*.log
Azure managed grafana supports HAProxy data connector?
I have a problem with see a data connector named HAProxy who i can found in solutions as Grafana cloud or grafana on kubernetes. I need to connect a HAProxy load balancer to azure managed grafana for monitoring. I cant find documentation related to…
Questions about the Azure Metrics Data plane API
We are trying to use the Azure Metrics Data Plane API (https://techcommunity.microsoft.com/blog/azureobservabilityblog/azure-monitor--announcing-public-preview-of-azure-metrics-data-plane-api/3805986). We understand it has a limit of 360,000 API calls…