This lesson is an introduction to Azure Functions. It explains how Azure Functions are little bits of your application logic that live in the cloud. The lesson includes how to activate—or what we call trigger—your Azure Functions, how to pass data to and from them, and also how to tie different Azure Functions together using an extension of Azure Functions called Durable Functions.
This lesson provides hands-on demonstrations of how to create different kinds of Azure Functions, how to create bindings to other Azure Services from those functions, and how to create a Durable Function to manage state from one Azure Function to the next.
If you have any feedback related to this lesson, please contact us at support@cloudacademy.com.
Software developers who want to learn how to implement Azure Functions as a part of their cloud software design.
To get the most out of this lesson, you should have some experience will the following:
The GitHub repository for this lesson can be found here.