Azure Functions University - 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:
| Nr | Exercise |
|---|---|
| 0 | Prerequisites |
| 1 | Using the Microsoft Azure Storage Explorer and Azurite |
| 2 | Using plain Blob output bindings |
| 3 | Using binding expressions for Blob output bindings |
| 4 | Using payload data of trigger for Blob output bindings |
| 5 | Using plain Blob input bindings |
| 6 | Using Blob storage SDK for reading |
| 7 | Creating a Blob triggered Function |
| 8 | Homework |

