Cloud Insight - Stage Importing Billing Data : Error Msg: Error occurred while executing extension Azure CI placementIssue When we import billing data from Azure, we are getting error Stage Importing Billing Data : Error Msg: Error occurred while executing extension Azure CI placement. CI placement failed for type "cmdb_ci_cloud_storage_account", with query "consumed_service=Microsoft.Storage^ORconsumed_service=Microsoft.ClassicStorage^meter_category=Storage^normalized_location!=NULL^enrollment_number=xxx^apr=2023^ci_placement_state=in_progress", error message "{"message": "Cannot read property \"id\" from undefined","fileName":"sys_script_include.fb7ce77a87131300635fe54ea6cb0bb1.script","sourceName":"sys_script_include.fb7ce77a87131300635fe54ea6cb0bb1.script","lineNumber":365,"name":"TypeError","stack":"\tat sys_script_include.fb7ce77a87131300635fe54ea6cb0bb1.script:365\n\tat sys_script_include.fb7ce77a87131300635fe54ea6cb0bb1.script:68\n\tat sys_script_include.9b9e2b37531623003248cfa018dc349d.script:145\n\tat sys_script_include.9b9e2b37531623003248cfa018dc349d.script:46\n\tat sys_script_include.b1e9a5199f2a0010e78d317f842e70ee.script:252 (_invokeCIPlacement)\n\tat sys_script_include.b1e9a5199f2a0010e78d317f842e70ee.script:151 (anonymous)\n\tat Process Automation.d983edd19f2a0010e78d317f842e703f:6 (execute)\n\tat Process Automation.d983edd19f2a0010e78d317f842e703f:11\n","rhinoException":{}}"ReleaseApplicable for all releasesCauseWhen users execute the billing Job and see the "AzureBillingDownloadOrchestrator" extension is completed successfully but fails with mentioned error at the "AzureCI placement" extension. When users look into the logs the below error was found: identification_engine : logId:[dddfbd631b06] Output = {"items":[{"className":"cmdb_ci_cloud_service_account","sysId":"Unknown","identifierEntrySysId":"Unknown","errors":[{"error":"INVALID_INPUT_DATA","message":"In payload invalid data source [Cloud Insights Billing] exist. You need to provide a valid choice value from field [discovery_source] in table [cmdb_ci]"}],"identificationAttempts":[],"info":[],"errorCount":1,"inputIndices":[0],"mergedPayloadIds":[],"markers":[],"warningCount":0},{"className":"cmdb_ci_azure_datacenter","sysId":"Unknown","identifierEntrySysId":"Unknown","errors":[{"error":"INVALID_INPUT_DATA","message":"In payload invalid data source [Cloud Insights Billing] exist. You need to provide a valid choice value from field [discovery_source] in table [cmdb_ci]"}],"identificationAttempts":[],"info":[],"errorCount":1,"inputIndices":[1],"mergedPayloadIds":[],"markers":[],"warningCount":0} when users check further the "Cloud Insights Billing" choice was missing from the sys_choice table. Hence the CI Placement was failing. ResolutionAdd the "Cloud Insights Billing" as the discovery_source in the "sys_choice" table to resolve the issue, refer to the screenshot attached.