Back

Azure Functions University - Table Lesson (.NET Core)

Table 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 Table bindings in Azure Functions written in .NET Core 3.1.

Lesson

You can find the lesson on GitHub: Table Bindings (.NET Core).

And you can watch the video on YouTube:


The lesson consists of the following exercises:
NrExercise
0Prerequisites
1Using the Microsoft Azure Storage Explorer for Tables
2Using TableEntity output bindings
3Using IAsyncCollector<T> Table output bindings
4Using TableEntity input bindings
5Using CloudTable input bindings
6Homework