Skip to main content
IN PREVIEW

Public preview: Azure Tables extension for Azure Functions

Published date: February 16, 2022

The input and output bindings for Tables in Azure Functions have been updated to include new features, and they are now defined in their own extension.

You can now:
• Connect to Cosmos DB Tables API
• Connect to Storage Tables using identity-based connections
• .NET customers can bind to types from Azure.Data.Tables
• Use Tables alongside the V5 Storage extensions

The preview extension is available as a new NuGet package: https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Tables./

Note: The extension is currently not included in extension bundles. To avoid type collisions when installing the NuGet package, you should upgrade Microsoft.Azure.WebJobs.Extensions.Storage to version 5.0.0 or later.

Learn more.

  • Azure Functions
  • Features

Related Products