visual-studio-code - 如何在 vs 代码中编辑现有的 azure 函数

标签 visual-studio-code azure-functions

到目前为止,在我发现的所有关于带有 Visual Studio 代码的 azure 函数的教程中,它们都是关于创建和部署的。我只是想知道,如何在 vs 代码中打开现有的 azure 函数,修改它并重新部署它。这可能吗?

我可以打开该函数,但无法编辑它:
enter image description here

最佳答案

您可以 install the azure functions extension在 VS Code 中,然后您可以登录您的 azure 帐户并从 VS Code 中打开现有的 azure 功能。

更新:

如果我们想在本地开发现有azure函数的代码(这里是visual studio的解决方案),我们可以从azure门户下载(如下图所示)
enter image description here
enter image description here

之后,我们可以在visual studio中打开这个项目。

希望对你的提问有帮助~

关于visual-studio-code - 如何在 vs 代码中编辑现有的 azure 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58820470/

相关文章:

python - Azure Functions 中的多重处理

c# - Azure 函数有时不会将行插入 SQL Server

javascript - VS Code 中的项目范围的 Intellisense?

class - VSCode : search classes/go to class for imported libraries

reactjs - Visual Studio代码中的React.Fragment错误

azure - 发生流量管理器故障转移事件时是否可以启用 Azure Functions?

带有 Servicebus 绑定(bind)异常的 Azure Function

linux - 在 IDE 或系统范围内安装框架?

visual-studio-code - VS代码: create custom snippet/shortcut

python-3.x - 为什么队列绑定(bind)在 Azure 中不起作用?