【发布时间】:2021-12-23 07:29:21
【问题描述】:
我正在尝试将我的存储表克隆到不同的存储帐户中。使用 powershell 执行此操作的最佳方法是什么?
我尝试了this 解决方案;但是,此时我遇到了这个异常:
Copy-AzureStorageTable : The term 'Copy-AzureStorageTable' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try again.
我们如何将表复制到另一个存储帐户?
【问题讨论】:
标签: powershell azure-blob-storage azure-table-storage