Azure Functions平台支持哪个版本的Azure存储库? (C#) [英] Which version of the Azure Storage library is supported on the Azure Functions platform? (C#)

查看:76
本文介绍了Azure Functions平台支持哪个版本的Azure存储库? (C#)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

Hi all,

我一直在研究一些打算部署到Azure Functions平台的代码.我已经创建了我的Function C#项目模板,并编写了几种不同的Function.我搬家并巩固 一些重复的代码.有关Azure存储操作的信息,请放到单独的库项目中.在新的库中,使用我的存储代码,我安装了 WindowsAzure.Storage .

I've been working on some code that I intend to deploy to the Azure Functions platform. I've got my Functions C# project template created with several different Functions written. I moved and consolidated some repeated code. relating to Azure Storage operations, into a separate library project. On that new library, with my Storage code, I installed the github.com/azure/zure-storage-net library via the nuget package WindowsAzure.Storage.

在添加我的库时,使用

When I add my library, using WindowsAzure.Storage, to the Functions project, I get an error about conflicting WindowsAzure.Storage versions. The version that the Functions project seems to demand is 7.2.1. That version is several years old at this point.

是否可以使用 WindowsAzure.Storage

推荐答案

我相信更新的版本是Microsoft.WindowsAzure.Storage

I believe the updated one is Microsoft.WindowsAzure.Storage

您可以尝试一下,让我知道是否有帮助?

Can you try that and let me know if that helps? 


这篇关于Azure Functions平台支持哪个版本的Azure存储库? (C#)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆