- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 05:49 AM
Hi All, we are working on Azure Cloud Resource discovery and have noticed that OB discovery cannot find many official Azure Resource Types, e.g. below. Are these discovered using Service Graph connector or any other medium?
Resource Type |
microsoft.insights/scheduledqueryrules |
microsoft.compute/snapshots |
microsoft.compute/virtualmachines/extensions |
microsoft.insights/metricalerts |
microsoft.managedidentity/userassignedidentities |
microsoft.operationalinsights/workspaces |
microsoft.web/serverfarms |
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2025 03:38 AM
Use table sa_cloud_inventory_resource_whitelist to whitelist official resource types. This is only applicable for Azure Cloud Discovery, and not for SG connector.
For SG connector, refer 'sn_cmdb_int_util_service_graph_resource_inclusion_whitelist table which gets auto populated as part of SG data sources.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 06:15 AM
Hi @varunkumar11863 ,
These resource types such as scheduledqueryrules, snapshots, userassignedidentities, etc. are typically not part of the default resource types supported by the out-of-the-box Azure Discovery in ServiceNow, You need to go for SG-Connector
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 06:20 AM
Hi @Sohail Khilji I have read the documentation for SGC CMDB classes targeted in Service Graph Connector for Microsoft Azure. However, it does not mention the scheduledqueryrules, snapshots, userassignedidentities, etc. Is this the same connector or there is any other plugin?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 06:26 AM - edited 05-09-2025 06:29 AM
Hi @varunkumar11863 ,
You would need to build you own to get those info of scheduledqueryrules, snapshots, userassignedidentities etc...
It uses Azure APIs to pull this data into ServiceNow, and as per the documentation, it focuses on standard resources like VM instances, resource groups, and networking.
You might need a custom integration for this case.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 07:38 AM