Video description
Azure Functions is central to Microsoft’s serverless computing offering for the cloud. It is an event-driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in Azure or third-party services, as well as on-premises systems.
What You Will Learn
- Gain an understanding of Azure Functions
- Work with triggers and bindings
- See the practical applicability and concepts needed to use Azure Functions in real-world projects.
- Write your first Azure function
Who This Video Is For
NodeJS or C# developers.
Table of Contents
Introduction
00:04:34
Understanding the Concept of Triggers and Bindings
00:02:49
The Concept of Triggers and Bindings
00:02:49
Creation Experience of an Azure Function
00:01:52
Objects That Can Act as Triggers, Input and Output Bindings
00:01:10
Objects That Can Work as Triggers and Output Bindings
00:01:09
Objects That Act as Triggers Only
00:00:28
Objects That Can Act as Input and Output Bindings
00:01:23
Objects That Act as Output Bindings Only
00:00:29
Objects That Act as Input Binding Only
00:00:42
Writing a Simple Azure Function
00:01:01
Main Steps in Authoring an Azure Function
00:01:01
Write an Azure Function
00:00:48
Difference in Billing Plans
00:02:43
Walkthrough of a Created Azure Function
00:03:32
Run the Azure function Within the Azure Portal
00:00:39
Call an Azure Function Externally
00:02:39
Managing Keys and Triggers
00:01:47
Further Concepts
00:01:17
Further Concepts
00:01:17