Triggers and Bindings – The Lifeblood of Azure Functions

Azure Functions is in part build on the idea of input and output bindings This make it very efficient to connect your functions to a variety of external resources. You will often find that your function has a need to post a message to a queue, or write a file to storage, or send an email, bindings can greatly reduce the amount of code that you need to write to achieve this. With the latest version of Azure Functions we have various ways to achieve this and a variety of data stores, SaaS, and entities that support one way and two-way bindings. In this choc-ful demo session we will see how to work with them individually as well as chaining them together to build a holistic solution. 

Benefits of Attending this Session: 

  1. Entrypoint into Cloud Development Technology 
  2. If you are managing developers this offers a new method of development using C# and traditional serverside code for cloud development 
  3. Work with Event driven triggers and bindings in order to respond to web events and write back to a variety of cloud data stores 
Share this on...