Back

Azure Functions University - Blob Lesson (.NET Core)

Blob Lesson .NET Core

Hi serverless friends, we have a new Azure Functions University lesson for you! In this lesson we will learn how to use the Blob trigger and bindings in Azure Functions written in .NET Core 3.1.

Lesson

You can find the lesson on GitHub: Blob Trigger & Bindings (.NET Core).

And you can watch the video on YouTube:

The lesson consists of the following exercises:

NrExercise
1Using the Microsoft Azure Storage Explorer and Storage Emulator
2Using string Blob output bindings
3Using CloudBlobContainer Blob output bindings
4Using dynamic Blob output bindings
5Using Stream Blob input bindings
6Using CloudBlobContainer Blob input bindings
7Using dynamic Blob input bindings
8Creating a Blob triggered function
9Homework