Azure Functions Core Tools 无法安装扩展

Azure functions Core Tools can't install extensions

我正在尝试按照 this example.

安装 Azure Functions Core Tools 和扩展
func extensions install --package Microsoft.Azure.WebJobs.Extensions.CosmosDB --version 3.0.0-beta6

然而 returns 这个错误:

No such file or directory

我正在使用这些软件版本:

对于 func extensions 命令,您的路径中需要 dotnet。 请从此处 https://www.microsoft.com/net/download/macos/build

为 mac OS 安装 .NET Core SDK

这个issue is tracking removing this requirement. We probably should display a better error message though. I just opened this issue to track that. Also added it to the readme here