Azure SGC IRE Errors for Delta RunIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } - Occasionally, the processing of records related to SG-Azure resource groups, SG-Azure storage accounts, and various other data sources processing is failed with the error shown below. Identification Reconciliation Engine(IRE) Processing errors->1: ABANDONED: Abandoned due to too many errors2: Found multiple dependent relation items [{"parent":0,"child":0,"parent_id":"25b0cc24270183905020729b9407ecea","child_id":"29b0cc24e8018390cae0a9e2070eeec2","type":"Contains::Contained by","sys_rel_source_info":{"source_feed":"SG-Azure Resource Group","source_name":"SG-Azure"}}] and [{"parent":0,"child":0,"parent_id":"25b0cc248b018390ae06838171bda3c2","child_id":"29b0cc24e8018390cae0a9e2070eeec2","type":"Contains::Contained by","sys_rel_source_info":{"source_feed":"SG-Azure Resource Group","source_name":"SG-Azure"}}] in payload3: Found multiple dependent relation items [{"parent":0,"child":0,"parent_id":"25b0cc24270183905020729b9407ecea","child_id":"29b0cc24e8018390cae0a9e2070eeec2","type":"Contains::Contained by","sys_rel_source_info":{"source_feed":"SG-Azure Resource Group","source_name":"SG-Azure"}}] and [{"parent":0,"child":0,"parent_id":"25b0cc248b018390ae06838171bda3c2","child_id":"29b0cc24e8018390cae0a9e2070eeec2","type":"Contains::Contained by","sys_rel_source_info":{"source_feed":"SG-Azure Resource Group","source_name":"SG-Azure"}}] in payload Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Service Graph Connector (SGC) for Microsoft Azure is 1.16.0 or older versions. Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } The error occurs when an Azure resource is moved from one Azure datacenter (region) to another while keeping the same name and resource group.In this case, storage account prdrmdlogsbackupsa01 was deleted in northcentralus at 2026-05-20 07:16:37Z and re-created in eastus later (07:53:31Z). Azure Resource Graph's Resource change query returns both events within the same delta window (ISET0079361).Both rows are then combined into a single RTE batch and built into a single IRE payload. IRE correctly identifies them as the same CI (identical object_id and source_native_key), merges them, and generates the "Found multiple dependent relation items" error.If the same symptom is observed on any other Azure resource type (e.g., VMs, NICs, Networks, AKS clusters), the same workaround pattern can be applied to the corresponding Robust Transformer record for that resource; the PRB above covers all of them at the source. Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } - Change the field Batch size from 100 to 10 for all the data sources where this issue is observed.- The reported issue has been identified as a known issue, and a PRB - "PRB2031891" has been created for the same. It is expected to release a fix in upcoming version