我已经搜索过这个但我无法让它工作。 我已经可以访问表存储并列出所有表。 现在,我该如何使用Powershell更新Azure中特定表中的行?
答案 0 :(得分:3)
这是一个纯PowerShell + azure存储api解决方案:
https://github.com/chriseyre2000/Powershell/tree/master/Azure2
答案 1 :(得分:1)
请查看具有Cmdlet的Cerebrata Azure Management Cmdlet(http://www.cerebrata.com/Products/AzureManagementCmdlets)来管理Windows Azure存储。另一种方法是使用PowerShell中的Storage Client Library。请查看此主题的示例:How do I change the timeout value for Add-Blob Azure cmdlet?虽然它用于上传具有超时值的blob,但它应该让您了解如何在PowerShell中使用存储客户端库。
希望这有帮助。
答案 2 :(得分:1)
还有Pipeworks库http://powershellpipeworks.com/
按照连接云示例。