【问题标题】:Where can I find Azure storage cmdlets for PowerShell?在哪里可以找到适用于 PowerShell 的 Azure 存储 cmdlet?
【发布时间】:2011-07-31 07:40:55
【问题描述】:

David Aitken's blog post 和我找不到的另一篇文章讨论了 CloudDrive 示例中的 PowerShell cmdlet,可让您操作 Azure 存储 blob 和队列。这些现在在哪里?他提到(可能基于 Azure SDK 1.0)到一个 samples.zip 文件,但我的 SDK 只包含一个 Windows Azure SDK Samples 链接。我在那里找不到 CloudDrive,尽管在 this archive 中提到了它。不幸的是,相关下载省略了 CloudDrive。我觉得这一定是很明显的地方,但我太笨了,找不到它。

【问题讨论】:

  • 如果您正在寻找替代方案,请查看我的公司 Cerebrata @cerebrata.com/Products/AzureManagementCmdlets 开发的 Azure 管理 Cmdlet。它涵盖了 Windows Azure 存储、托管服务管理、诊断和 SQL Azure。虽然它是一个商业产品。 HTH
  • 我正在使用这个 Cerebrata Storage Studio,它正在做我想做的事。谢谢!
  • 仅供参考:WASM 2.2.2 版支持上传 blob

标签: powershell azure


【解决方案1】:

检查http://www.cerebrata.com/。他们有更全面的 Azure Cmdlet 版本。但是,它不是免费的。

http://www.cerebrata.com/Products/AzureManagementCmdlets/Default.aspx

【讨论】:

    【解决方案2】:

    当前版本的 WASM 可与 Azure SDK 1.3 配合使用,您可以通过 here 下载它。 要使用 Azure SDK 1.4 安装 WASM,您可以使用 this blog 中的解决方法

    如果您有权访问远程桌面以访问已部署到 Azure 的任何实例,则只需使用安装在那里的 cmdlet。如果您想调试您的 PowerShell 脚本工作或确认它们如何在真实的 Azure 环境中运行,这实际上是更好的选择。

    【讨论】:

    • WASM 文档页面显示“包装 Windows Azure 管理和诊断 API 的 cmdlet”。它们还支持 Azure 存储吗?
    【解决方案3】:

    您可以使用 Microsoft 提供的 Windows Azure PowerShell。那里有很多存储PowerShell cmdlet。

    msdn 页面在这里。

    http://msdn.microsoft.com/en-us/library/jj152841.aspx

    下载链接:http://go.microsoft.com/?linkid=9811175&clcid=0x409

    【讨论】:

      猜你喜欢
      • 2015-08-24
      • 1970-01-01
      • 2019-06-29
      • 2016-04-15
      • 2011-09-29
      • 1970-01-01
      • 1970-01-01
      • 2019-01-24
      • 2015-02-17
      相关资源
      最近更新 更多