66 "_generator": {
77 "name": "bicep",
88 "version": "0.42.1.51946",
9- "templateHash": "12078312041649297460 "
9+ "templateHash": "5885652317352749587 "
1010 },
1111 "name": "Content Processing Solution Accelerator",
1212 "description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance."
243243 "bastionHostName": "[format('bas-{0}', variables('solutionSuffix'))]",
244244 "jumpboxVmName": "[take(format('vm-{0}', variables('solutionSuffix')), 15)]",
245245 "dataCollectionRulesResourceName": "[format('dcr-{0}', variables('solutionSuffix'))]",
246+ "logAnalyticsWorkspaceResourceName": "[format('log-{0}', variables('solutionSuffix'))]",
247+ "dcrLogAnalyticsDestinationName": "[format('la-{0}-destination', variables('logAnalyticsWorkspaceResourceName'))]",
246248 "privateDnsZones": [
247249 "privatelink.cognitiveservices.azure.com",
248250 "privatelink.openai.azure.com",
@@ -14607,19 +14609,10 @@
1460714609 {
1460814610 "name": "SecurityAuditEvents",
1460914611 "streams": [
14610- "Microsoft-WindowsEvent"
14611- ],
14612- "eventLogName": "Security",
14613- "eventTypes": [
14614- {
14615- "eventType": "Audit Success"
14616- },
14617- {
14618- "eventType": "Audit Failure"
14619- }
14612+ "Microsoft-Event"
1462014613 ],
1462114614 "xPathQueries": [
14622- "Security!*[System[(EventID=4624 or EventID=4625 )]]"
14615+ "Security!*[System[(band(Keywords,13510798882111488)) and ( EventID != 4624 )]]"
1462314616 ]
1462414617 }
1462514618 ]
1462814621 "logAnalytics": [
1462914622 {
1463014623 "workspaceResourceId": "[reference('logAnalyticsWorkspace').outputs.resourceId.value]",
14631- "name": "[format('la-{0}', variables('dataCollectionRulesResourceName') )]"
14624+ "name": "[variables('dcrLogAnalyticsDestinationName' )]"
1463214625 }
1463314626 ]
1463414627 },
@@ -14638,10 +14631,20 @@
1463814631 "Microsoft-Perf"
1463914632 ],
1464014633 "destinations": [
14641- "[format('la-{0}', variables('dataCollectionRulesResourceName') )]"
14634+ "[variables('dcrLogAnalyticsDestinationName' )]"
1464214635 ],
1464314636 "transformKql": "source",
1464414637 "outputStream": "Microsoft-Perf"
14638+ },
14639+ {
14640+ "streams": [
14641+ "Microsoft-Event"
14642+ ],
14643+ "destinations": [
14644+ "[variables('dcrLogAnalyticsDestinationName')]"
14645+ ],
14646+ "transformKql": "source",
14647+ "outputStream": "Microsoft-Event"
1464514648 }
1464614649 ]
1464714650 }
1927219275 "mode": "Incremental",
1927319276 "parameters": {
1927419277 "name": {
19275- "value": "[format('log-{0}', variables('solutionSuffix') )]"
19278+ "value": "[variables('logAnalyticsWorkspaceResourceName' )]"
1927619279 },
1927719280 "location": {
1927819281 "value": "[parameters('location')]"
2805028053 "ipRules": []
2805128054 }
2805228055 },
28056+ "requireInfrastructureEncryption": {
28057+ "value": true
28058+ },
2805328059 "supportsHttpsTrafficOnly": {
2805428060 "value": true
2805528061 },
3617736183 "avmContainerApp_API",
3617836184 "avmContainerApp_Workflow",
3617936185 "avmManagedIdentity",
36180- "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
3618136186 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]",
36187+ "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
3618236188 "virtualNetwork"
3618336189 ]
3618436190 },
4248242488 "dependsOn": [
4248342489 "avmAiServices",
4248442490 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').contentUnderstanding)]",
42485- "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
42486- "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
4248742491 "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
42492+ "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
42493+ "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
4248842494 "virtualNetwork"
4248942495 ]
4249042496 },
4591045916 "ingressTransport": {
4591145917 "value": "auto"
4591245918 },
45919+ "ingressAllowInsecure": {
45920+ "value": false
45921+ },
4591345922 "corsPolicy": {
4591445923 "value": {
4591545924 "allowedOrigins": [
4751547524 "ingressTransport": {
4751647525 "value": "auto"
4751747526 },
47527+ "ingressAllowInsecure": {
47528+ "value": false
47529+ },
4751847530 "scaleSettings": {
4751947531 "value": {
4752047532 "maxReplicas": "[if(parameters('enableScalability'), 3, 2)]",
6317263184 "ingressTransport": {
6317363185 "value": "auto"
6317463186 },
63187+ "ingressAllowInsecure": {
63188+ "value": false
63189+ },
6317563190 "corsPolicy": {
6317663191 "value": {
6317763192 "allowedOrigins": [
0 commit comments