Issue with Plugin Service Graph Connector - AzureIssue <!-- /*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: ; } } While executing the SG-Azure Subscriptions data source, the process fails when retrieving all records, and even a 20-record test run falsely reports success with no records populated in the import sets. Error: Error executing script : org.mozilla.javascript.JavaScriptException: Please provide below info when asking for support: timestamp = 2026-03-16T16:15:37 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: ; } } All Release 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: ; } } Please check the Outbound Http logs after enabling: glide.outbound_http_log.override.level = allglide.outbound_http.content.max_limit = 1000glide.outbound_http_log.override = true 1. Outbound HTTP Log (403 Error) Request Body: { "subscriptions": [], "query": "resourcecontainers | where type == 'microsoft.resources/subscriptions' | project subscriptionId, name, state = properties.state", "options":{"$top":100} } Response Body: {"error":{"code":"AccessDenied","message":"Please provide below info when asking for support: timestamp = 2026-03-17T18:41:54.2192230Z, correlationId = 7910######.","details":[{"code":"AccessDenied","message":"Access is denied to the requested resource. The user might not have enough permission."}]}} 2. Outbound HTTP Log (400Error) Request Body: { "subscriptions": [''], "query": "ResourceChanges | where todatetime(properties.changeAttributes.timestamp) between (datetime(2026-03-13T14:07:13Z) .. datetime(2026-03-14T14:07:13Z))| where ...... dynamic({})) | join kind = leftouter ( Resources | **body truncated** Response Body: {"error":{"code":"BadRequest","message":"Please provide below info when asking for support: timestamp = 2026-03-17T18:36:54.1233453Z, correlationId = 3fef2#####.","details":[{"code":"SubscriptionsContainInvalidGuids","message":"Subscription ids have to be valid GUIDs. Given: ''."}]}} As you can see in both request body ""subscriptions": ['']," subscription id seems to be missing from the payload. Would request you to kindly engage with your Azure admin and see if they can add input to fix the problem.