Service Graph Connector for Azure data Import
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2023 09:03 AM - edited 08-31-2023 09:05 AM
Dear All,
We are in a process to import Hardware Cis from Microsoft Azure through Service Graph connector. Connection was successful however not getting any data while running the imports. We followed the guided setup.
Is there any additional step we are missing?
Appreciate any help!
State: Complete
Completion code: Success
Message: No insert or update
Attached message for reference.
Note: Azure client application has User.Read permission on Microsoft Graph API.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2023 01:07 PM - edited 08-31-2023 01:08 PM
@Naushad1 Can you check the import set or staging tables that if it has imported any records from the graph API? Check the associated data sources it will start like SG_Azure example SG-Azure Virtual Machines. Please do add the attachment which I don't find.
If you have the data in the import set then it not an issue with the API, It could be the CIs that you are trying to import already exist and IRE engine did not find any new records to insert, also you need to check the Target CI class reconciliation rules is set with proper precedence for Azure data source to update the existing CIs or you need to define the reconciliation for Azure data source. Please let me know if you have more questions.
If my response helps to solve your issue. Kindly mark it as helpful & correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 12:59 AM - edited 09-01-2023 01:00 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 04:00 AM
@Naushad1 Seems like there is no records received in the API response for data loader script to import, is this the same status for all SG Azure data sources?
If your using the lower Azure dev environment API there could be chances that they don't have any resources in that environment. Could you please check with your Azure SME regarding this? I would recommend to use only Azure production environment API even if your integrating with Servicenow non prod so that you have full data.
If my response helps to solve your issue. Kindly mark it as helpful & correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 03:12 AM
Hi Prabu,
We are getting the same status for all data sources.
Also Azure SME confirmed the we are using Production Environment. It's strange that we are not getting any error or suggestion in the log for it.
If possible could you also confirm if we need separate connection details(clientID and Secret) for software import(different application registration) than hardware import?