Skip to Content
Learning Azure Functions
book

Learning Azure Functions

by Manisha Yadav, Mitesh Soni
September 2017
Beginner
240 pages
4h 23m
English
Packt Publishing
Content preview from Learning Azure Functions

Using an event with an Azure Function

Events are things that trigger our Azure Functions to run. Events can be HTTP endpoints, message queues, blob updates, and cron-scheduled events. To elaborate more by giving an example, what if you want to be notified when a file is uploaded on blob storage or you want to immediately process a file when it is uploaded to blob storage?

The following diagram shows how the Azure Function works, which gets triggered when an event occurs:

The following are the types of event that cause the function to run:

  • HTTP Trigger: This is an event that causes the function to run whenever it receives an HTTP request. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Getting Started with Azure Functions

Getting Started with Azure Functions

Paul Oliver
Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni

Publisher Resources

ISBN: 9781787122932Supplemental Content