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

前端 未结 8 1071
忘了有多久
忘了有多久 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:52

    To do this

    Select the Function App Project in Visual Studio -> Hit Alt+Enter and navigate to Debug settings and set

    host start --port 8085 --nodeDebugPort 6890
    

提交回复
热议问题