我在本地遇到 azure 函数的奇怪警告。每当我func start
执行函数时,我都会收到以下错误消息:
Found Python version 3.10.12 (python3).
Azure Functions Core Tools
Core Tools Version: 4.0.5455 Commit hash: N/A (64-bit)
Function Runtime Version: 4.27.5.21554
[2023-11-14T10:02:39.795Z] Customer packages not in sys path. This should never happen!
[2023-11-14T10:02:42.194Z] Worker process started and initialized.
Run Code Online (Sandbox Code Playgroud)
在host.json中,extensionBundle版本是[3.*, 4.0.0)
在local.settings.json中,"FUNCTIONS_WORKER_RUNTIME": "python"
函数app基于python azure函数的新模型(func init MyProjFolder --worker-runtime python --model V2 https://learn. microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=linux%2Cisolated-process%2Cnode-v4%2Cpython-v2%2Chttp-trigger%2Ccontainer-apps&pivots=programming-language-python )
我的第一次审讯是第一次警告:
Customer packages not in sys path. This should never happen!
。我正在使用虚拟环境。
功能正常启动,但是这个警告是什么?
本地.settings.json:
Found Python version 3.10.12 (python3). …
Run Code Online (Sandbox Code Playgroud) 是否可以在菜单项中显示菜单项而无需将其分组到菜单中?
<MenuItem Header="toto">
<MenuItem Header="Titi"></MenuItem>
</MenuItem>
Run Code Online (Sandbox Code Playgroud)
此示例显示菜单项toto,展开器图像,但当鼠标位于toto项目上时不显示子项目
任何的想法 ?