azurite是否支持CloudTable?

Azurite Mac是否支持CloudTable的本地仿真? azurite对于EventGridTrigger有效,但对CloudTable无效。

使用天蓝色函数与天蓝色存储配合使用:

[FunctionName("...")]
public static async Task<IactionResult> Run(
            [HttpTrigger ...,[Table("Name","PK","RK")] ...,[Table("Name")] CloudTable tableOut)

并在Visual Studio For Mac中启动该功能之前运行azurite:

azurite -s -l /tmp/azurite -d /tmp/azurite/debug.log

该函数无法从以下错误开始:

microsoft.Azure.WebJobs.Extensions.Storage: Can't bind Table to type 'microsoft.WindowsAzure.Storage.Table.CloudTable
iCMS 回答:azurite是否支持CloudTable?

证明最新的azurite不支持表格:

V3当前仅支持Blob和队列服务,请使用V2作为 暂时提供餐桌服务。

sudo npm install -g azurite@2.7.0

但这也不起作用。

本文链接:https://www.f2er.com/1712365.html

大家都在问