gpt4 book ai didi

azure - Python Azure函数: Runtime is unreachable 503 error

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

我在使用 Azure Functions 时遇到一些奇怪的问题,但找不到太多相关信息。

我正在创建一个进行 API 调用的函数,但更重要的是读取/写入 json 文件。您可以在 updateJson() 函数中查看它。

我的函数应用程序部署成功,我可以在 Azure 上查看它。大多数时候我都会收到以下错误:

1. Failed to fetch the file content 
2. Azure Functions Runtime is unreachable
3. Adding third party dependencies in the Azure portal is currently not supported for Linux Consumption Function Apps

下面是我正在使用的导入以及我的 requirements.txt 文件。

进口:

Imports

Requirements.txt:

enter image description here

函数 503:

Image showing 503 error and reading/writing to json file

我正在使用下面的内容来查找我正在读取/写入的 json 文件的目录:

script_dir = os.path.dirname(__file__)
with open(os.path.join(script_dir, 'team.json')) as f:

我总体上对正在发生的事情感到非常困惑。有人经历过类似的事情吗?我在脚本中包含了 logging.info 语句来查看失败发生的位置。我不确定这是否是问题所在,或者是否与我的进口有关。我在其他 Python Azure 函数中使用了请求和其他导入,它们运行得很好。

非常感谢任何帮助;请询问您是否需要更多信息。

Runtime unreachable

最佳答案

根据Document它说,

Check if the storage account Exists,Make sure your storage account is accessible by your Azure Function App,Check your firewall configuration,Make sure your execution quota is not full.

引用文献:

关于azure - Python Azure函数: Runtime is unreachable 503 error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73064187/

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