|
59 | 59 | "dataCollectionEndpointId1": "[concat('/subscriptions/',parameters('subscription'),'/resourceGroups/',parameters('resourceGroupName'),'/providers/Microsoft.Insights/dataCollectionEndpoints/',parameters('workspace'))]", |
60 | 60 | "blanks": "[replace('b', 'b', '')]", |
61 | 61 | "TemplateEmptyObject": "[json('{}')]", |
62 | | - "_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]" |
| 62 | + "_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]", |
| 63 | + "xSenderId": "0", |
| 64 | + "_xSenderId": "[variables('xSenderId')]", |
| 65 | + "xIntegrationInstanceId": "0", |
| 66 | + "_xIntegrationInstanceId": "[variables('xIntegrationInstanceId')]" |
63 | 67 | }, |
64 | 68 | "resources": [ |
65 | 69 | { |
|
591 | 595 | "headers": { |
592 | 596 | "Accept": "application/json", |
593 | 597 | "User-Agent": "Scuba", |
594 | | - "X-Sender-Id": "0", |
| 598 | + "X-Sender-Id": "[variables('_xSenderId')]", |
595 | 599 | "X-Integration-Type": "Azure Sentinel IOC", |
596 | 600 | "X-Integration-Instance-Name": "Default", |
597 | | - "X-Integration-Instance-Id": "0", |
| 601 | + "X-Integration-Instance-Id": "[variables('_xIntegrationInstanceId')]", |
598 | 602 | "X-Integration-Customer-Name": "Integration", |
599 | 603 | "X-Integration-Version": "1.0" |
600 | 604 | }, |
|
0 commit comments