Azure Monitor Logs for Application Proxy

Austin-6771 20 Reputation points
2023-06-13T22:36:12.2766667+00:00

I have several enterprise applications configured to use the same connector group and would like to measure transactions per application and response time per transaction. For a given connector/VM in the connector group, is it possible to query transactions along with information about the application that made the request, latency, HTTP status code, etc. through Azure Monitor or elsewhere?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,647 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,019 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

Accepted answer
  1. AnuragSingh-MSFT 21,546 Reputation points Moderator
    2023-06-20T08:47:25.8333333+00:00

    @Austin-6771 , thank you for posting this question.

    Based on my understanding, your question is about Azure AD Application Proxy (please correct me if I am wrong).

    There are no turn-key monitoring solutions that can be used here specifically for App Proxy connector monitoring. However, based on the available docs and Azure Monitor capabilities, the following monitoring scenario can be implemented:

    1. Monitoring telemetry (performance and event logs) is available on the machine itself. For details, see Connectors: Under the hood. Also, the FAQ page mentions the same method for monitoring here.
    2. Using Azure Monitor Agent, you could collect these perfmon counter values and event logs. For details, see
      Manage Azure Monitor Agent (AMA)
      Collect performance and event logs using AMA
    3. This data, once collected, will be available in the Log Analytics workspace which can be queried to get insights and troubleshoot issues.

    Hope this helps.

    If the answer did not help, please add more context/follow-up question for it, and we will help you out. Else, if the answer helped, please click Accept answer so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.