From 4df793d8536b861ab49927787163a52c6db87c48 Mon Sep 17 00:00:00 2001 From: Scott Sauber Date: Sun, 17 Nov 2024 19:29:24 -0500 Subject: [PATCH] update law --- infrastructure/monitor.bicep | 8 -------- 1 file changed, 8 deletions(-) diff --git a/infrastructure/monitor.bicep b/infrastructure/monitor.bicep index a8bf8e2..0773a71 100644 --- a/infrastructure/monitor.bicep +++ b/infrastructure/monitor.bicep @@ -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 - } -}