File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments