Unit Test Azure Function with Table Extension in C#
Table of Contents
1 Functions2 Unit Tests
The new webjobs extensions can be used for Azure Table Storage CRUD operations with Azure Functions:
Add nuget package to your Azure Functionnuget.org: Microsoft.Azure.WebJobs.Extensions.Tables
dotnet add p...
markusmeyer.hashnode.dev2 min read
Roxan
Hi how would you test AddEntityAsync() I only see test for when you remove?