Skip to content

Commit f684e8d

Browse files
committed
fix: bicep warning
1 parent 017aa84 commit f684e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/infra/modules/container-env.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource containerEnvironment 'Microsoft.App/managedEnvironments@2022-03-01' = {
3737
destination: 'log-analytics'
3838
logAnalyticsConfiguration: {
3939
customerId: logsWorkspace.properties.customerId
40-
sharedKey: listKeys(logsWorkspace.id, '2021-06-01').primarySharedKey
40+
sharedKey: logsWorkspace.listKeys().primarySharedKey
4141
}
4242
}
4343
// zoneRedundant: false

0 commit comments

Comments
 (0)