Skip to content

Commit 1a8b83f

Browse files
authored
fix app insights connection (#195)
1 parent 0c37300 commit 1a8b83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/core/monitor/applicationinsights.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module applicationInsightsDashboard 'applicationinsights-dashboard.bicep' = if (
2525
}
2626
}
2727

28-
output connectionString string = replace(applicationInsights.properties.ConnectionString,applicationInsights.properties.InstrumentationKey,'00000000-0000-0000-0000-000000000000')
28+
output connectionString string = replace(applicationInsights.properties.ConnectionString,'00000000-0000-0000-0000-000000000000',applicationInsights.properties.InstrumentationKey)
2929
output id string = applicationInsights.id
3030
output instrumentationKey string = applicationInsights.properties.InstrumentationKey
3131
output name string = applicationInsights.name

0 commit comments

Comments
 (0)