You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hanxiao Liu edited this page Jun 11, 2021
·
2 revisions
azure-functions:run
Invoke Azure Functions Local Emulator to run all functions. Default working directory is the staging directory.
If you want to start the function host in debug mode, please add -DenableDebug as the argument. The function host use TCP-Socket Transport and listen on 5005 port by default, you may change the config string in configuration properties <localDebugConfig>, which defaults to transport=dt_socket,server=y,suspend=n,address=5005;.