Azure Functions: Run - microsoft/azure-maven-plugins GitHub Wiki
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;
.
mvn azure-functions:run -DenableDebug