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