Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Azure Functions

You're reading from   Learning Azure Functions Build scalable cloud systems with serverless architecture

Arrow left icon
Product type Paperback
Published in Sep 2017
Publisher Packt
ISBN-13 9781787122932
Length 240 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Mitesh Soni Mitesh Soni
Author Profile Icon Mitesh Soni
Mitesh Soni
Manisha Yadav Manisha Yadav
Author Profile Icon Manisha Yadav
Manisha Yadav
Arrow right icon
View More author details
Toc

Storage

Storage can be used as input or output or both as a binding for the Azure Function.

For example, consider a scenario where the Azure Function takes images as input from the blob storage and creates a thumbnail of images and saves it again in the blob storage.

In this scenario, we need blob storage to be bound as input and output.

The following are the advantages of using storage as input binding with the Azure Function:

  • It allows us to take data from the storage and start processing
  • Whenever data is uploaded to the storage, a trigger gets fired and the Azure Function gets executed

The following are the advantages of using storage as output binding with the Azure Function:

  • It allows us to upload data to the storage after processing

Example

...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime