How can we use Azure resource graph for ServiceNow Discovery?

haiderraavi
Tera Contributor

We have requirement to use Azure resource graph instead of  IP based discovery for Discovering Azure Servers, I didn't find any document which explain how to use only Azure resource graph for this use case, was only able to find https://azure.microsoft.com/nl-nl/blog/azure-resource-graph-unlocks-enhanced-discovery-for-serviceno...
which says ITOM discovery is integrated with Azure resource graph but how ?

5 REPLIES 5

Community Alums
Not applicable

HI @haiderraavi ,

This is your required article , which should help you to understand: :https://community.servicenow.com/community?id=community_blog&sys_id=435425d4db862c10f21f5583ca9619f4

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

Hi Sandeep, Thanks for the quick response but this document is also stating that now we can use Azure resource graph but not telling how we can use that or how we can set it up.

I want to set it up, so the question is do we have to use integration hub if yes then how or do we have to build custom integration 

If you setup Azure cloud resources Discovery to run with Patterns (instead of CAPI) this is already taken care. CAPI used the old API, Patterns for some time has been using the ARG APIs.

to move from CAPI to Patterns follow the steps as per below module in left-nav.

Migrate CPG to Patterns

Indeed we migrated it to pattern, but this is only providing us virtual machine instances not actual Server and its details(eg: Processes running, software, OS details, Files etc) which we get it via IP based discovery.

Will this Azure Resource graph provide us those details or not ?