azurite mac 支持本地仿真CloudTable
吗?azurite 适用于 anEventGridTrigger
但不是CloudTable
.
使用 azure 函数来处理 azure 存储:
[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