azure-functions - Visual Studio 在哪里自动安装用于本地调试的 Azure Functions CLI(核心工具)?

标签 azure-functions

在 Visual Studio 中,当您在本地开始调试 Azure 函数时,它会下载/安装 Azure 函数 CLI(又名 Azure 函数核心工具)。它会自动执行此操作,它在做什么以及将它存储在哪里?我相信它只这样做一次。不确定更新是如何发生的。

最佳答案

在 Windows 上,我找到了这个看起来很可能的文件夹。C:\Users\\*username*\AppData\Local\AzureFunctionsTools\64 位版本 2.43.0 的示例运行时文件夹:C:\Users\\*username*\AppData\Local\AzureFunctionsTools\Releases\2.43.0\cli_x64

关于azure-functions - Visual Studio 在哪里自动安装用于本地调试的 Azure Functions CLI(核心工具)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59745203/

相关文章:

azure - 通过代理清零内容长度的 HTTP HEAD 方法

JavaScript 循环以容纳从 Webhook 接收的已过滤对象数组

c# - 如何从Azure Function更新服务总线消息?

Azure函数运行时异常,系统数据sqlclient异常的类型初始值设定项,无法加载DLL 'sni.dll'

azure - 从 JS 中的 Azure Functions 连接到 Azure SQL DB

c# - 为什么 Azure Function v2 无法绑定(bind)到 CloudTable?

typescript - 在 Azure Typescript 函数中使用 ES 模块包

node.js - 填充队列时 Azure Functions 中的超时

Azure 函数请求正文为 xml 而不是 json

javascript - 将html转pdf后 Node 返回字节数组