Skip to content

Azure Functions: Add

yucwan edited this page Nov 26, 2019 · 2 revisions

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
Clone this wiki locally