【发布时间】:2021-11-19 15:26:26
【问题描述】:
在 VS 2022 .net 6 中 当我将 .net 6 in process vanila 功能部署到 Azure 时,我可以在门户中对其进行测试,它可以从 Azure URL 运行。 当我对进程外的“dotnet-isolated”普通函数执行相同操作时,它告诉我:
Editing .NET 5 Function Apps is not supported in the Azure portal. Use your local development environment to edit this function.
从“发布”页面附加调试器,将断点显示为不可访问,并且在 Postman 中发布不会在该处中断。
那我如何在 Azure 中进行调试和测试? 谢谢
【问题讨论】:
-
你可以在 GitHub 上打开一个问题:azure-functions-dotnet-worker
标签: azure azure-functions .net-6.0