Skip to content

Commit f809b03

Browse files
committed
Update azuredeploy.bicep
1 parent 1aeada0 commit f809b03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Labs/deploy/azuredeploy.bicep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ resource appServiceApi 'Microsoft.Web/sites@2022-03-01' = {
308308
siteConfig: {
309309
linuxFxVersion: 'PYTHON|3.12'
310310
alwaysOn: true
311+
httpLoggingEnabled: true
311312
}
312313
}
313314
}
@@ -323,6 +324,7 @@ resource appServiceApiSettings 'Microsoft.Web/sites/config@2022-03-01' = {
323324
APPINSIGHTS_INSTRUMENTATIONKEY: appServiceWebInsights.properties.InstrumentationKey
324325
APPINSIGHTS_PROFILERFEATURE_VERSION: '1.0.0'
325326
DiagnosticServices_EXTENSION_VERSION: '~3'
327+
WEBSITE_HTTPLOGGING_RETENTION_DAYS: '7'
326328
OPENAI__ENDPOINT: openAiAccount.properties.endpoint
327329
OPENAI__KEY: openAiAccount.listKeys().key1
328330
OPENAI__EMBEDDINGSDEPLOYMENT: openAiEmbeddingsModelDeployment.name

0 commit comments

Comments
 (0)