SG-Azure question on coalescing computers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 10:02 AM
Good day, we are implementing the Azure ServiceGraph Connector and are pulling data successfully. However, I can't seem to figure out how to make sure it coalesces on the computer table. Essentially we want the connections from VM instances to be made to already existing computers instead of creating new computer CIs.
Does anyone have a quick pointer on where I can set this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2025 12:35 AM
Service graph connector uses IRE. Which takes care of coalesce in CMDB. You need to check the computer CI and see if it has IRE attribute populated. If it has then it should be able to reconcile and update the CI rather then creating a new one. Coming to VM instances, it used object id to identify the vm.
Do mark answer helpful 🙂