-
Notifications
You must be signed in to change notification settings - Fork 150
Azure Functions: Run
Hanxiao Liu edited this page Jun 11, 2021
·
2 revisions
- 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
- Home
- Authentication
- Proxy
- Common Configurations
-
Maven Plugin for Azure Web Apps
- Quickstarts
- Goals
- Configuration Details
- Samples
-
Maven Plugin for Azure Functions
- Quickstarts
- Archetype
- Goals
- Configuration Details
-
Maven Plugin for Azure Spring Apps
- Quickstarts
- Goals
- Configuration Details
- Maven Plugin for Azure Container Apps
- Using in CI/CD