Skip to content

Commit 44ae52a

Browse files
committed
Update azuredeploy.bicep
1 parent 9960e77 commit 44ae52a

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
@@ -325,6 +325,7 @@ resource appServiceApiSettings 'Microsoft.Web/sites/config@2022-03-01' = {
325325
name: 'appsettings'
326326
kind: 'string'
327327
properties: {
328+
WEBSITES_PORT: '8000'
328329
ENABLE_ORYX_BUILD: 'true'
329330
SCM_DO_BUILD_DURING_DEPLOYMENT: 'true'
330331
WEBSITE_ENABLE_DEFAULT_CODE_PROFILER: 'true'

0 commit comments

Comments
 (0)