We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017aa84 commit f684e8dCopy full SHA for f684e8d
.azure/infra/modules/container-env.bicep
@@ -37,7 +37,7 @@ resource containerEnvironment 'Microsoft.App/managedEnvironments@2022-03-01' = {
37
destination: 'log-analytics'
38
logAnalyticsConfiguration: {
39
customerId: logsWorkspace.properties.customerId
40
- sharedKey: listKeys(logsWorkspace.id, '2021-06-01').primarySharedKey
+ sharedKey: logsWorkspace.listKeys().primarySharedKey
41
}
42
43
// zoneRedundant: false
0 commit comments