Azure Functions University - Blob Lesson (TypeScript)

Опубликовано: 20 Апрель 2026
на канале: Serverless on Azure
1,433
17

Video for the Azure Functions University - Blob lesson using TypeScript.
The Azure Functions University GitHub repo: https://bit.ly/az-func-uni

0:00 Intro
0:44 GitHub repo
1:39 Blob Lesson
2:27 Prerequisites
3:50 Blob storage
5:40 Using the Microsoft Azure Storage Explorer and Azurite
10:50 Using plain Blob output bindings
26:00 Using binding expressions for Blob output bindings
28:38 Using payload data of trigger for Blob output bindings
34:30 Using plain Blob input bindings
43:32 Using Blob storage SDK for reading
54:31 Creating a Blob triggered Function
1:03:15 Homework