A trigger is responsible for executing an Azure function and there are dozens of triggers to choose from. This module will you show you some of the most common types of triggers and how to configure them to execute your logic.

In this module, you will:

  • Determine which trigger works best for your business needs
  • Create a timer trigger to invoke a function on a consistent schedule
  • Create an HTTP trigger to invoke a function when an HTTP request is received
  • Create a blob trigger to invoke a function when a blob is created or updated in Azure Storage

Get Started – https://docs.microsoft.com/en-us/learn/modules/execute-azure-function-with-triggers/index