可以创建C#Azure函数。 VS代码

发布于 2025-02-14 01:16:54 字数 99 浏览 0 评论 0原文

当我尝试在Mac上的VS代码中创建新的Azure函数时,我可以选择编程语言。但是,当我选择C#时,什么也不会发生。在此之后,我不能选择运行时等。所有其他语言都可以正常工作。这会是什么?

When I try to create a new Azure Function in VS Code on Mac, I get to choose the programming language. But when I select C#, nothing happens. I can't choose Runtime etc. after this. All other languages are working fine. What could this be?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光暖心i 2025-02-21 01:16:54

对于Windows,Mac OS,Linux等任何操作系统环境 - 在Visual Studio代码中使用Azure函数的先决条件是:

  • Visual Studio Code
  • azure函数核心工具(.NET 3.1和5和V4需要.NET Core 6需要.NET 3.1和5和V4的V3和V4)。
  • azure工具,azure functions, azurite vs代码中的扩展,
  • 基于Azure中使用的语言 的Windows的Azure存储模拟器功能,该语言扩展应像示例一样安装

  • .NET,.NET 3.1或6 SDK和运行时软件包。
  • 对于Python Azure函数,请使用Python扩展,以代码和Python软件包。

For any OS Environment like Windows, Mac OS, Linux - the prerequisites of working with the Azure Functions in Visual Studio Code were:

  • Visual Studio Code
  • Azure Functions Core Tools (v3 and v4 as v3 is required for .NET 3.1 and 5 and v4 is required for .NET Core 6).
  • Azure Tools, Azure Functions, Azurite extension in VS Code, Azure Storage Emulator for Windows
  • Based on language used in Azure Functions, that language extension should be installed like

Example:

  • For .NET, .NET 3.1 or 6 SDK and Runtime Packages.
  • For Python Azure Functions, Python extension in VS Code and Python Packages.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文