diff --git a/deploy/main.bicep b/deploy/main.bicep index 4ac813a..100845c 100644 --- a/deploy/main.bicep +++ b/deploy/main.bicep @@ -76,6 +76,7 @@ resource appServiceApp 'Microsoft.Web/sites@2022-03-01' = { } } +//Define log analytics workspace resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10-01' = { name: logAnalyticsWorkspaceName location: location