Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 793 Bytes

File metadata and controls

15 lines (14 loc) · 793 Bytes
title include file
description include file
services functions
manager mijacobs
ms.service azure-functions
ms.topic include
ms.date 01/28/2020
author v1212
ms.author wujia
ms.custom 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.