1

我已经在搜索这个,但我无法让它工作。我已经可以访问表存储并列出所有表。我现在如何使用 Powershell 更新 Azure 中特定表中的行?

4

3 回答 3

3

这是一个纯powershell + azure storage api的解决方案:

https://github.com/chriseyre2000/Powershell/tree/master/Azure2

于 2014-02-13T21:51:32.480 回答
1

请查看 Cerebrata Azure 管理 Cmdlets ( http://www.cerebrata.com/Products/AzureManagementCmdlets ),其中包含用于管理 Windows Azure 存储的 Cmdlet。其他替代方法是在 PowerShell 中使用存储客户端库。请查看此线程以获取示例:如何更改 Add-Blob Azure cmdlet 的超时值?虽然它是用于上传具有超时值的 blob,但它应该让您了解在 PowerShell 中使用存储客户端库。

希望这可以帮助。

于 2012-10-26T05:51:36.013 回答
1

还有 Pipeworks 库http://powershellpipeworks.com/

按照连接云示例。

于 2014-02-05T22:07:33.093 回答