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
Update Project Properties -> Debug to following
host start --port 7073 --pause-on-error