Skip to content

Commit

Permalink
update law
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsauber committed Nov 18, 2024
1 parent 90594a9 commit 4df793d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions infrastructure/monitor.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,3 @@ resource aiSecret 'Microsoft.KeyVault/vaults/secrets@2023-02-01' = {
value: applicationInsights.properties.ConnectionString
}
}

resource logAnalyticsSecret 'Microsoft.KeyVault/vaults/secrets@2023-02-01' = {
name: 'ConnectionStrings--LogAnalytics'
parent: keyVault
properties: {
value: logWs.listKeys().primarySharedKey
}
}

0 comments on commit 4df793d

Please sign in to comment.