how to find the resource in portal for with KQL for this type: microsoft.insights/workloadmonitoring

Zhong, Shui Jin (Azure Account) 0 Reputation points
2024-10-14T03:14:03.4766667+00:00

how to find the resource in portal for with KQL for this type: microsoft.insights/workloadmonitoring

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
533 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA 90,241 Reputation points
    2024-10-14T06:33:15.4766667+00:00

    @Zhong, Shui Jin (Azure Account) - Thanks for the question and using MS Q&A platform.

    To find the resource in the portal for microsoft.insights/workloadmonitoring type using KQL, you can follow these steps:

    • Go to the Azure portal and open the Log Analytics workspace that you want to query.
    • Click on Logs in the left-hand menu.
    • In the query editor, type the following KQL query:
    Resources
    | where type == "microsoft.insights/workloadmonitoring"
    
    • Click on Run to execute the query.

    This will return a list of all resources of type microsoft.insights/workloadmonitoring in the selected Log Analytics workspace. You can then click on any of the resources to view its details.

    For more details, refer to Log Analytics tutorial and Azure Monitor Log References - InsightsMetrics.

    Hope this helps. Do let us know if you have any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

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.