Skip to content

Commit 7fb7f6c

Browse files
updated main_custom.bicep and main.json
1 parent c27f63d commit 7fb7f6c

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

infra/main.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.41.2.15936",
9-
"templateHash": "9733680305260753032"
9+
"templateHash": "5257255376706775962"
1010
},
1111
"name": "Modernize Your Code Solution Accelerator",
12-
"description": "CSA CTO Gold Standard Solution Accelerator for Modernize Your Code. \n"
12+
"description": "CSA CTO Gold Standard Solution Accelerator for Modernize Your Code. \r\n"
1313
},
1414
"parameters": {
1515
"solutionName": {
@@ -3919,13 +3919,6 @@
39193919
"value": "[parameters('location')]"
39203920
},
39213921
"workspaceResourceId": "[if(variables('useExistingLogAnalytics'), createObject('value', parameters('existingLogAnalyticsWorkspaceId')), createObject('value', reference('logAnalyticsWorkspace').outputs.resourceId.value))]",
3922-
"diagnosticSettings": {
3923-
"value": [
3924-
{
3925-
"workspaceResourceId": "[if(variables('useExistingLogAnalytics'), parameters('existingLogAnalyticsWorkspaceId'), reference('logAnalyticsWorkspace').outputs.resourceId.value)]"
3926-
}
3927-
]
3928-
},
39293922
"tags": {
39303923
"value": "[variables('allTags')]"
39313924
},
@@ -12902,9 +12895,9 @@
1290212895
},
1290312896
"dependsOn": [
1290412897
"applicationInsights",
12905-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
12906-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').oms)]",
1290712898
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').monitor)]",
12899+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').oms)]",
12900+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
1290812901
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').ods)]",
1290912902
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').agentSvc)]",
1291012903
"dataCollectionEndpoint",
@@ -31929,8 +31922,8 @@
3192931922
},
3193031923
"dependsOn": [
3193131924
"aiServices",
31932-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
3193331925
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').cognitiveServices)]",
31926+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').aiServices)]",
3193431927
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').openAI)]",
3193531928
"virtualNetwork"
3193631929
]
@@ -40182,8 +40175,8 @@
4018240175
},
4018340176
"dependsOn": [
4018440177
"appIdentity",
40185-
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
4018640178
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]",
40179+
"[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]",
4018740180
"logAnalyticsWorkspace",
4018840181
"virtualNetwork"
4018940182
]

infra/main_custom.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ module applicationInsights 'br/public:avm/res/insights/component:0.7.0' = if (en
288288
name: 'appi-${solutionSuffix}'
289289
location: location
290290
workspaceResourceId: logAnalyticsWorkspaceResourceId
291-
diagnosticSettings: [{ workspaceResourceId: logAnalyticsWorkspaceResourceId }]
292291
tags: allTags
293292
enableTelemetry: enableTelemetry
294293
retentionInDays: 365

0 commit comments

Comments
 (0)