Azure Functions: Add - microsoft/azure-maven-plugins GitHub Wiki
azure-functions:add
- Create a new Java function and add to the current project.
- You will be prompted to choose a template and enter parameters. Templates for below triggers are supported as of now:
- HTTP Trigger
- Azure Storage Blob Trigger
- Azure Storage Queue Trigger
- Timer Trigger
- Event Grid Trigger
- Event Hub Trigger
- Cosmos DB Trigger
- Service Bus Queue Trigger
- Service Bus Topic Trigger