Azure Functions allow small discrete pieces of code to execute in response to an external stimulus such as a HTTP request, message queue message, new blob data, etc. They can also be triggered manually from within the Azure Portal or set to execute on a specified schedule.
 My new Azure Function Triggers Quick Start  Pluralsight course shows how to get up to speed quickly with each of the function trigger types such as:
  - Manual Triggers
  - Azure Queue Storage Triggers
  - Blob Triggers 
  - Timer Triggers
  - HTTP Triggers
  - Webhook Triggers
  - Service Bus Triggers 
  - Event Hub Triggers
 
 You can check out the course here.
		
		
	
		SHARE: