How to run Azure Function app on a different port in Visual Studio

前端 未结 8 1140
忘了有多久
忘了有多久 2020-12-13 08:29

I am setting local host port in local.setting.json. Referring Microsoft doc https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local

The file looks

8条回答
  •  醉话见心
    2020-12-13 08:58

    I am using the CLI version 1.2.1, and the following Application arguments setting in Project Properties -> Debug worked for me.

    host start --port 7074 --nodeDebugPort 5860

提交回复
热议问题