Book Image

Serverless Architecture using .NET: Advanced Techniques [Video]

By : Manoj Nair
5 (1)
Book Image

Serverless Architecture using .NET: Advanced Techniques [Video]

5 (1)
By: Manoj Nair

Overview of this book

The goal of the course is to you get acquainted with the Function-as-a-Service offering from Microsoft Azure and Azure Functions. After understanding Serverless Architectures, the course will dwell into triggers and how to use them in code to react to events that occur in several Azure Services. Moving on, you’ll learn about IoT Solution Architecture and get into the meat of Azure IoT Hub including deploying IoT Hub, simulating devices, sending and receiving messages and building Serverless IoT Solutions using Azure Functions and IoT Hub. Finally, the course will cover advanced Azure services like API Gateways, Azure App Insights, Azure Search and Azure Billing. By the end of this course, you will be well familiar with the advanced techniques in Serverless Architecture. The code bundle for this video course is available at - https://github.com/susantee/Serverless-Architecture-using-.NET-Advanced-Techniques
Table of Contents (3 chapters)
Chapter 1
Serverless Functions
Content Locked
Section 6
Using Blob Trigger with a Function
Uploading files to Azure Storage Blobs is a common operation but what if we can trigger code in response to this event. Azure Functions' blob trigger offers a binding which can run code in response to a Blob operation. - Create an Azure Function Blob Trigger - Upload a blob using Storage Explorer - See the execution details via Log Console