Skip to content

Commit 60a83f3

Browse files
committed
Update azuredeploy.bicep
1 parent f809b03 commit 60a83f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Labs/deploy/azuredeploy.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +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'
312313
}
313314
}
314315
}

0 commit comments

Comments
 (0)