函数应用无法运行并出现空配置错误
在 Visual Studio 中开发了读取 api 响应的功能。在本地运行时它工作正常,但在发布为 azure 函数应用程序时不起作用
下面是我的入口函数,它在传入的 http 请求上运行:
public static async Task<Bolean> Run([HttpTrigger(AuthorizationLevel.Function, "get", "post", Route = null)]HttpRequestMessage req, TraceWriter log)
预计运行良好.. 错误改为 请求没有关联的配置对象或提供的配置为空。