在 Web 门户的 Function 应用 UI 中看不到 Azure Function
can't see Azure Function in Function app UI from web portal
我看不到功能应用程序下列出的功能。所以最终也看不到监控和日志。
- 可以从 VS 上传
- 可以登录应用服务编辑器并查看其中列出的功能。
如果我尝试创建新函数或访问删除它,请继续加载。
在不同的 Chrome 和 IE 中尝试过。
没有得到缺少的东西,请帮助。
Accessing Function keep loading
Creating new function keep loading
首先,确保您的互联网连接良好。这可能会导致超时问题。
大型、长 运行 函数可能会导致意外的超时问题。
A function can become large due to many Node.js dependencies.
Importing dependencies can also cause increased load times that result in unexpected timeouts.
Dependencies are loaded both explicitly and implicitly.
A single module loaded by your code may load its own additional modules.
此外,您可以在 Visual Studio 中单击 View->Server Explorer 打开您的资源组并找到您的 azure 函数。
其中包含您创建的所有函数和日志文件。它几乎类似于门户上的 Azure 功能,所以如果您仍然遇到此问题,可以改用它。
我看不到功能应用程序下列出的功能。所以最终也看不到监控和日志。
- 可以从 VS 上传
- 可以登录应用服务编辑器并查看其中列出的功能。
如果我尝试创建新函数或访问删除它,请继续加载。
在不同的 Chrome 和 IE 中尝试过。
没有得到缺少的东西,请帮助。
Accessing Function keep loading Creating new function keep loading
首先,确保您的互联网连接良好。这可能会导致超时问题。
大型、长 运行 函数可能会导致意外的超时问题。
A function can become large due to many Node.js dependencies. Importing dependencies can also cause increased load times that result in unexpected timeouts. Dependencies are loaded both explicitly and implicitly. A single module loaded by your code may load its own additional modules.
此外,您可以在 Visual Studio 中单击 View->Server Explorer 打开您的资源组并找到您的 azure 函数。
其中包含您创建的所有函数和日志文件。它几乎类似于门户上的 Azure 功能,所以如果您仍然遇到此问题,可以改用它。