On Premise event logs azure monitor

Morgan, Thomas 1 Reputation point
2022-10-06T13:51:45.113+00:00

I support a few hundred users who run our software, I don't control their domain or LAN at all however I want to know if anyone has ever tried sending specific event logs (ERRORS) to the Azure Portal to monitor the issues and act on them, like giving a heads up of the error when they occur. The logging analytics on Azure looks as though it needs either the Agent to be installed on each machine or each user has and AD account on the portal itself. I just want to send specific events to the portal to monitor/identify issues.

Has anyone done this or have any ideas?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,803 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andrew Blumhardt 9,491 Reputation points Microsoft Employee
    2022-10-06T13:58:05.887+00:00

    Generally you will need an agent on the devices. You might not be able to put agents on all of your user systems but you could run an agent on the systems that you do manage. Sort of a sample method.

    It might help to narrow down the type of errors. If this is an Azure hosted app then there may be some related AAD logs. I assume it could be possible to gather those events within your software somehow.

    0 comments No comments

  2. Morgan, Thomas 1 Reputation point
    2022-10-06T14:01:54.78+00:00

    Thanks, @Andrew Blumhardt , the software is locally installed and built in-house, not an Azure app.

    Thanks again.