Serverless computing and Azure Functions enable the easy development and execution of C# code in the cloud. Serverless computing is the next evolution of Platform as a Service (PaaS). In this course, Azure Function Triggers Quick Start, you'll learn how to create Azure functions that are triggered by a wide variety of inputs. First, you'll discover how to periodically execute a trigger on a timer. Next, you'll explore how to take input from and write to Azure Blob Storage, Queue Storage, event hubs, and service bus queues and topics. Finally, you'll learn how to create webhook functions to easily integrate with 3rd party systems such as GitHub. By the end of this course, you'll understand how to create, configure, and write code in functions that are triggered by a variety of inputs such as HTTP and queues.
Overview
Serverless computing and Azure Functions enable the easy development and execution of C# code in the cloud. Serverless computing is the next evolution of Platform as a Service (PaaS). In this course, Azure Function Triggers Quick Start, you'll learn how to create Azure functions that are triggered by a wide variety of inputs. First, you'll discover how to periodically execute a trigger on a timer. Next, you'll explore how to take input from and write to Azure Blob Storage, Queue Storage, event hubs, and service bus queues and topics. Finally, you'll learn how to create webhook functions to easily integrate with 3rd party systems such as GitHub. By the end of this course, you'll understand how to create, configure, and write code in functions that are triggered by a variety of inputs such as HTTP and queues.
Syllabus
- Course Overview 1min
- Using Manual Triggers and Azure Queue Storage Triggers 27mins
- Using Blob Triggers and Timer Triggers 18mins
- Using HTTP Triggers 24mins
- Using Webhook Triggers 16mins
- Using Service Bus Triggers and Event Hub Triggers 15mins
Taught by
Jason Roberts