gpt4 book ai didi

azure - "Publishing failed"尝试发布 Azure Function 时出现通用、非描述性错误消息

转载 作者:行者123 更新时间:2023-12-02 00:59:24 26 4
gpt4 key购买 nike

我正在使用 Visual Studio 开发 C# Azure Functions。我尝试将 Azure Function 发布到云,并在屏幕截图中遇到此消息。我的 Azure Function App 已创建并处于启动状态,因此这不是问题。

这个错误的原因是什么?或者有没有其他方法可以获得更具描述性的错误消息?

enter image description here

最佳答案

问题最终是我在 Azure 函数中以这种方式使用 #if:

namespace Common.Utils
{
using System;
using System.Net.Http;
using System.Threading.Tasks;
#if DEBUG
using Microsoft.Azure.KeyVault;
using Microsoft.Azure.KeyVault.Models;
using Microsoft.Azure.Services.AppAuthentication;
using Microsoft.IdentityModel.Clients.ActiveDirectory;
#endif
.....

虽然当我在本地测试时,上述内容在调试和 Release模式下都有效,但它在云中不起作用。

关于azure - "Publishing failed"尝试发布 Azure Function 时出现通用、非描述性错误消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51677118/

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