Sets the trigger that defines how a function is invoked.
Timer |
The functions to be run are scheduled when to be triggered. |
Queue |
Functions are run when messages are added to the queue. |
Service Bus |
Triggers respond to messages from a Service Bus queue or topic. |
Http |
Functions are invoked with HTTP requests. |
Event Bridge |
Triggers respond to messages from the event bus service. |
CosmosDB |
Triggers respond to CosmosDB inserts / updates. |
Blob |
Triggers respond to Blob Storage changes (insert or update) |
Generators: .NET, Java
For the .NET Generator, this property can be found in the Application Deployment tool dialog (Build > Deploy Application) when selecting "Microsoft Azure Functions" in the Target combo box. The values for this generator are as follows:
For the Java Generator, this property can be found in the Application Deployment tool dialog (Build > Deploy Application) when selecting "AWS Lambda Functions" in the Target combo box. The values for this generator are as follows:
Azure Functions
AWS Lambda Functions