Azure Cloud Resource Discovery not discovering many official resource types

varunkumar11863
Tera Expert

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

 

1 ACCEPTED SOLUTION

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.

View solution in original post

5 REPLIES 5

Sohail Khilji
Kilo Patron
Kilo Patron

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

LinkedIn - Lets Connect

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?

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

LinkedIn - Lets Connect

Hi @Sohail Khilji 

 

Thanks. Which would be better to go for, Azure Cloud Discovery or SG Connector?