gpt4 book ai didi

c# - 如何从 azure 函数中引用 Cosmos 表 API?

转载 作者:行者123 更新时间:2023-12-03 02:47:25 24 4
gpt4 key购买 nike

我正在尝试在 azure 门户中编译一个用 C# 脚本编写的项目(无法让任何其他环境工作)。

我正在尝试在我的函数中引用 Cosmos 表 API:

#r "Newtonsoft.Json"
#r "Microsoft.WindowsAzure.Storage"
#r "Microsoft.Azure.WebJobs"
#r "Microsoft.Azure.WebJobs.Extensions"
#r "Microsoft.Azure.WebJobs.Extensions.Storage"
#r "Microsoft.Azure.Cosmos.Table"

using System;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Table;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Host.Bindings.Runtime;
using Microsoft.Azure.Cosmos.Table;

但它给了我以下错误:

[Error] run.csx(6,1): error CS0006: Metadata file 'Microsoft.Azure.Cosmos.Table' could not be found
2019-09-26T13:50:37.115 [Error] run.csx(14,23): error CS0234: The type or namespace name 'Cosmos' does not exist in the namespace 'Microsoft.Azure' (are you missing an assembly reference?)

如何让azure函数找到引用?

最佳答案

此命名空间不包含在 Azure 函数中。您需要自行将dll文件添加到Azure函数应用程序中。引用this article详细步骤。

关于c# - 如何从 azure 函数中引用 Cosmos 表 API?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58118388/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com