|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.43.8.12551", |
9 | | - "templateHash": "14282475649019624593" |
| 9 | + "templateHash": "11476101976733556609" |
10 | 10 | }, |
11 | 11 | "name": "Intelligent Content Generation Accelerator", |
12 | 12 | "description": "Solution Accelerator for multimodal marketing content generation using Microsoft Agent Framework.\n" |
|
354 | 354 | "jumpboxUniqueToken": "[take(uniqueString(resourceGroup().id, variables('solutionSuffix')), 10)]", |
355 | 355 | "jumpboxVmName": "[take(format('vm-{0}', variables('jumpboxUniqueToken')), 15)]", |
356 | 356 | "jumpboxDcrName": "[take(format('dcr-{0}', variables('jumpboxVmName')), 64)]", |
| 357 | + "dcrLogAnalyticsDestinationName": "[format('la-{0}-destination', variables('logAnalyticsWorkspaceResourceName'))]", |
357 | 358 | "privateDnsZones": [ |
358 | 359 | "privatelink.cognitiveservices.azure.com", |
359 | 360 | "privatelink.openai.azure.com", |
@@ -18302,15 +18303,15 @@ |
18302 | 18303 | "Microsoft-SecurityEvent" |
18303 | 18304 | ], |
18304 | 18305 | "xPathQueries": [ |
18305 | | - "Security!*[System[(band(Keywords,13510798882111488))]]" |
| 18306 | + "Security!*[System[(band(Keywords,13510798882111488)) and (EventID != 4624)]]" |
18306 | 18307 | ] |
18307 | 18308 | } |
18308 | 18309 | ] |
18309 | 18310 | }, |
18310 | 18311 | "destinations": { |
18311 | 18312 | "logAnalytics": [ |
18312 | 18313 | { |
18313 | | - "name": "laDestination", |
| 18314 | + "name": "[variables('dcrLogAnalyticsDestinationName')]", |
18314 | 18315 | "workspaceResourceId": "[if(variables('useExistingLogAnalytics'), parameters('existingLogAnalyticsWorkspaceId'), if(parameters('enableMonitoring'), reference('logAnalyticsWorkspace').outputs.resourceId.value, ''))]" |
18315 | 18316 | } |
18316 | 18317 | ] |
|
18321 | 18322 | "Microsoft-SecurityEvent" |
18322 | 18323 | ], |
18323 | 18324 | "destinations": [ |
18324 | | - "laDestination" |
| 18325 | + "[variables('dcrLogAnalyticsDestinationName')]" |
18325 | 18326 | ] |
18326 | 18327 | } |
18327 | 18328 | ] |
|
0 commit comments