@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:
- 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.
- 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 - 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.