Azure Monitoring and Dashboard

Ghosh, S (Sambit) 1 Reputation point
2020-10-07T13:22:04.403+00:00
  1. I have an ETL tool application running inside an Azure VM. To get the logs and performance details of the Application in Dashboard what I have to do?
  2. I have Sql server running in a Vm. How can I fetch all the details of the SQL DB in the dashboard?
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,037 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. bharathn-msft 5,086 Reputation points Microsoft Employee
    2020-10-09T02:31:13.87+00:00

    @Ghosh, S (Sambit) Thank you for reaching and using Microsoft Q&A Platform.

    I presume you are referring to Azure dashboards , if that's the requirement and if you want to leverage Azure Monitor for collecting the data couple of pre-requisites are

    • To collect your application data and send it Log Analytics Workspace using the agent, please refer to this document which further explains on how you can send your custom logs to Log Analytics workspace.
    • Configure Azure SQL Analytics solution with in Log Analytics workspace for collecting data of SQL server. Please refer to this document for additional details.
    • Once you have the data in Log Analytics, you can either use the existing dashboards or write custom queries and create dashboards
    • You can pin the dashboards to the Azure dashboard.

    Hope this information helps. Please feel free to revert back if you have any further queries.

    0 comments No comments