Skip to content

Commit 9960e77

Browse files
committed
update api hosting startup command to use startup.txt from the app deployment
1 parent a898da0 commit 9960e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Labs/deploy/azuredeploy.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ resource appServiceApi 'Microsoft.Web/sites@2022-03-01' = {
309309
linuxFxVersion: 'PYTHON|3.12'
310310
alwaysOn: true
311311
httpLoggingEnabled: true
312-
appCommandLine: 'uvicorn --host "0.0.0.0" --port 443 app:app --reload'
312+
appCommandLine: 'startup.txt'
313313
cors: {
314314
allowedOrigins: [
315315
'*'

0 commit comments

Comments
 (0)