Skip to content

Files

Latest commit

7c871c4 · Mar 13, 2022

History

History
15 lines (14 loc) · 802 Bytes

functions-storage-sdk-version.md

File metadata and controls

15 lines (14 loc) · 802 Bytes
title description services author manager ms.service ms.topic ms.date ms.author ms.custom
include file
include file
functions
craigshoemaker
mijacobs
azure-functions
include
01/28/2020
cshoe
include file

In Functions 1.x, the Storage triggers and bindings use version 7.2.1 of the Azure Storage SDK (WindowsAzure.Storage NuGet package). If you reference a different version of the Storage SDK, and you bind to a Storage SDK type in your function signature, the Functions runtime may report that it can't bind to that type. The solution is to make sure your project references WindowsAzure.Storage 7.2.1.