Back

Azure Functions University - Blob Lesson (TypeScript)

Blob Lesson TypeScript

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 & bindings in Azure Functions written in TypeScript.

Lesson

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

And you can watch the video on YouTube:


The lesson consists of the following exercises:
NrExercise
0Prerequisites
1Using the Microsoft Azure Storage Explorer and Azurite
2Using plain Blob output bindings
3Using binding expressions for Blob output bindings
4Using payload data of trigger for Blob output bindings
5Using plain Blob input bindings
6Using Blob storage SDK for reading
7Creating a Blob triggered Function
8Homework