What types of Azure Functions can I create?
You can use Azure Functions as a solution to integrate with your application, processing data, working with IoT, APIs, and microservices. Azure Functions also work well on a trigger, so you can even schedule tasks. These are some of the Azure Function templates available to you:
HTTPTriggerTimerTriggerGitHub webhookGeneric webhookBlobTriggerCosmosDBTriggerQueueTriggerEventHubTriggerServiceBusQueueTriggerServiceBusTopicTrigger
To read up more on these templates and Azure Functions in general, go through the Microsoft document, An introduction to Azure Functions, at the following URL:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview.