An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
Yes, it is possible for a third-party monitoring product to connect to Azure and extract data from Azure Connection Monitor. You can achieve this by using the Azure Monitor REST API to access the metrics and logs generated by the Connection Monitor.
Here are the general steps you would need to follow:
- Set Up Azure Monitor API Access: Ensure that the third-party monitoring tool can authenticate with Azure. This typically involves registering the application in Azure Active Directory and obtaining the necessary permissions to access Azure Monitor data.
- Use the REST API: Utilize the Azure Monitor REST API to extract metric data. You can refer to the API documentation for details on how to query metrics and logs. The API supports filter expressions to refine the data retrieved.
- Data Extraction: Implement the necessary API calls in your third-party monitoring tool to pull the desired data from Azure Connection Monitor. You may need to handle authentication tokens and API request formatting as specified in the Azure Monitor API documentation.
- Display Data: Once the data is extracted, you can format and display it in the third-party tool as needed for your helpdesk personnel.
By following these steps, you can provide helpdesk personnel access to the graphs and data from Azure Connection Monitor without granting them direct login access to Azure.
References: