Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Marin committed Jul 10, 2024
2 parents 61802ac + 885623f commit 0828c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/backend/botservice/azuredeploy-backend.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ resource webAppConfig 'Microsoft.Web/sites/config@2022-09-01' = {
linuxFxVersion: 'PYTHON|3.10'
requestTracingEnabled: false
remoteDebuggingEnabled: false
remoteDebuggingVersion: 'VS2017'
remoteDebuggingVersion: 'VS2022'
httpLoggingEnabled: true
logsDirectorySizeLimit: 35
detailedErrorLoggingEnabled: false
Expand Down
4 changes: 2 additions & 2 deletions apps/backend/botservice/azuredeploy-backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
"linuxFxVersion": "PYTHON|3.10",
"requestTracingEnabled": false,
"remoteDebuggingEnabled": false,
"remoteDebuggingVersion": "VS2017",
"remoteDebuggingVersion": "VS2022",
"httpLoggingEnabled": true,
"logsDirectorySizeLimit": 35,
"detailedErrorLoggingEnabled": false,
Expand Down Expand Up @@ -412,4 +412,4 @@
"value": "[reference(resourceId('Microsoft.Web/sites', variables('webAppName')), '2022-09-01').defaultHostName]"
}
}
}
}

0 comments on commit 0828c78

Please sign in to comment.