gpt4 book ai didi

azure - 在本地运行timerTrigger函数返回 "Error calling the functions host: Unauthorized"

转载 作者:行者123 更新时间:2023-12-04 04:15:23 25 4
gpt4 key购买 nike

我有一个timerTrigger函数,可以在Azure中正常工作,但是在本地运行它时,它会返回“调用函数主机时出错:未经授权”。怎么了 ?如何在本地运行时间触发器?

函数.json

{
"bindings": [
{
"name": "myTimer",
"type": "timerTrigger",
"direction": "in",
"schedule": "0 30 8 * * 1"
}
],
"disabled": false
}

在 Visual Studio Code(或命令行)中执行它

Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.

PS C:\Projects\reporting-function> func run .\MyFunction\
Error calling the functions host: Unauthorized
PS C:\Projects\reporting-function>

最佳答案

我们进行了调查,发现这是 Functions CLI 中的一个错误。问题明白了,有pull request为了它。

修复将在下一个版本中进行。

关于azure - 在本地运行timerTrigger函数返回 "Error calling the functions host: Unauthorized",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43685911/

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