gpt4 book ai didi

azure - 如何向 Azure Functions 提供私有(private) NuGet 源凭据?

转载 作者:行者123 更新时间:2023-12-03 18:59:48 25 4
gpt4 key购买 nike

我正在尝试创建一个 Azure 函数,该函数依赖于私有(private) NuGet 源中托管的 NuGet 包。

This question描述使用 nuget.config 文件,该文件上传到托管该功能的应用服务 - 我的 nuget.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="MyPrivateFeed" value="https://<url to feed>" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
</configuration>

我的函数正在按预期使用此配置文件,但它没有所需的凭据。 Azure 功能门户显示以下内容:

2016-10-04T09:00:55.442 Starting NuGet restore
2016-10-04T09:00:56.926 Restoring packages for D:\home\site\wwwroot\HttpTriggerSqlDb\project.json...
2016-10-04T09:00:58.267 Please provide credentials for: https://<url to feed>
2016-10-04T09:00:58.515 Unable to load the service index for source https://<url to feed>.
2016-10-04T09:00:58.515 Response status code does not indicate success: 401 (Unauthorized).

如何提供私有(private) Feed 的凭据?

最佳答案

您应该能够直接在 nuget 配置文件中设置您的凭据:https://docs.nuget.org/ndocs/schema/nuget.config-file.md#packagesourcecredentials .

关于azure - 如何向 Azure Functions 提供私有(private) NuGet 源凭据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39848411/

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