Restore the nuget package:
dotnet add package Microsoft.Azure.WebJobs.Extensions.Tables
nuget.org: Microsoft.Azure.WebJobs.Extensions.Tables
Information and samples about the tables extension:
Tutorial: Create a function app that connects to Azure services using identities instead of secrets
- Azure Function for adding and deleting table data with
TableClient
. - Unit tests for adding and deleting table data with
TableClient
. - Deployment of Azure Function and resources for using managed identity.
Quickstart: Create a C# function in Azure from the command line