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

Bindings

"Hard work beats talent when talent doesn't work hard"
– Tim Notke

The following is a list of some of the ways in which Functions can output their results:

  • Available input and output bindings
  • Event Bus/Service Bus
  • Storage

In simple English, binding is holding things together. In the Azure Function, binding is used to bind other resources of Azure with our Azure Function.

Let's take one example where binding is required in our Azure Function. So, suppose you want to load an external configuration file from blob storage when your function starts. You need to bind the file with the Azure Function. Using binding, you do not need to hardcode anything in your code. You just need to bind the configuration file with the function and take the file from the blob storage when it starts. We can bind not only the input of the function but also the output...

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 R$50/month. Cancel anytime