Windows Azure Storage (7) 使用工具管理Windows Azure Storage

简介:

  《Windows Azure Platform 系列文章目录

 

  Update 2017-02-14

  可以使用微软出品的Azure Storage Explorer,UI更友好。

  首先我们要在Azure Portal里面创建一个Azure Storage Account,步骤略。

  

  1.下载地址:https://go.microsoft.com/fwlink/?LinkId=708343

  2.安装完毕后,打开Azure Storage Explorer

  3.选择Azure Storage Account,邮件,然后点击Connect to Azure Storage

  

 

  4.在Connect to Azure Storage,选择use a storage account name and key

  

 

  5.在Attach External Storage中,输入Account Name和Account Key

  

 

  6.设置完毕后,就可以创建Blob Container。如下图:

  

  

  7.我们还可以上传单个文件,或者上传整个文件夹:

  

  

  

  Update 2015-05-10

  强烈建议使用AzCopy工具,AzCopy命令行工具,是经过优化的、高性能Azure Storage管理工具。

  具体请参考Windows Azure Storage (21) 使用AzCopy工具,加快Azure Storage传输速度

 

  通过之前的几章的学习,我们知道可以通过Windows Azure Storage来进行非关系型数据的存储(比如照片、文档等等)。

  Windows Azure Storage分为三种,分别是Blob,Table和Queue。

  那把本地的非关系型数据上传到微软的云计算平台之后,我们应该如何管理这些文件呢?

  在这里我就给大家介绍一些工具,方便我们管理 Windows Azure Storage。

 

  1.通过VS的Server Explorer

  我们也可以通过Visual Studio 2010的Server Explorer查看实际上传到Windows Azure Storage的图片。

  

 

  在Add New Storage Account里输入我们之前在Azure管理界面创建的Storage Account和主访问密钥:

  

 

  依次展开Windows Azure Storage-->threestone-->Blobs-->gallery就能看到我们之前上传的本地的Azure.jpg这张照片

  

 

  但是Visual Studio 2010的Server Explorer只能查看,并不能删除和修改Azure Storage的内容

  

 

2.Azure Storage Explore

Azure Storage Explore能方便用户管理和修改Windows Azure Storage的资源的工具,您可以在http://azurestorageexplorer.codeplex.com/上下载 

   

  Update : 2015-03-17 笔者介绍了里Azure Storage Explorer管理和使用Azure Storage Account

  Azure China (4) 管理Azure China Storage Account

 

 

3.TableXplorer

TableXplorer能方便用于查询和修改Windows Azure Storage Table的数据。

您可以在http://clumsyleaf.com/products/tablexplorer下载

  

   

  Update:2015-03-31

  可以参考我另外的blog:Azure China (4) 管理Azure China Storage Account,使用Azure Storage Explorer来上传文件至存储账户

 

  

 

分类:  Azure Storage

本文转自Lei Zhang的博客博客园博客,原文链接:http://www.cnblogs.com/threestone/archive/2012/01/23/2328878.html,如需转载请自行联系原作者
目录
相关文章
|
6天前
|
Linux C++ Windows
【Azure 应用服务】Azure App Service(Windows)环境中如何让.NET应用调用SAP NetWeaver RFC函数
【Azure 应用服务】Azure App Service(Windows)环境中如何让.NET应用调用SAP NetWeaver RFC函数
【Azure 应用服务】Azure App Service(Windows)环境中如何让.NET应用调用SAP NetWeaver RFC函数
|
6天前
|
PHP Windows
【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误
【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误
|
6天前
|
PHP 开发工具 git
【Azure 应用服务】在 App Service for Windows 中自定义 PHP 版本的方法
【Azure 应用服务】在 App Service for Windows 中自定义 PHP 版本的方法
|
2天前
|
Ubuntu Linux 开发工具
Windows11 WSL2 Ubuntu编译安装perf工具
Windows11 WSL2 Ubuntu编译安装perf工具
9 0
|
6天前
|
网络安全 API 数据安全/隐私保护
【Azure App Service】.NET代码实验App Service应用中获取TLS/SSL 证书 (App Service Windows)
【Azure App Service】.NET代码实验App Service应用中获取TLS/SSL 证书 (App Service Windows)
|
6天前
|
Shell PHP Windows
【Azure App Service】Web Job 报错 UNC paths are not supported. Defaulting to Windows directory.
【Azure App Service】Web Job 报错 UNC paths are not supported. Defaulting to Windows directory.
|
6天前
|
存储 Linux Windows
【应用服务 App Service】App Service For Windows 如何挂载Storage Account File Share 示例
【应用服务 App Service】App Service For Windows 如何挂载Storage Account File Share 示例
|
6天前
|
应用服务中间件 nginx Windows
【Azure 应用服务】在App Service for Windows中实现反向代理
【Azure 应用服务】在App Service for Windows中实现反向代理
|
6天前
|
安全 Windows
【Azure 云服务】当Windows系统发布新的安全漏洞后,如何查看Azure云服务(Cloud Service)的实例是否也更新了安全补丁呢?
【Azure 云服务】当Windows系统发布新的安全漏洞后,如何查看Azure云服务(Cloud Service)的实例是否也更新了安全补丁呢?
|
6天前
|
消息中间件 Kafka 网络安全
【Azure Developer】在Azure VM (Windows) 中搭建 kafka服务,并且通过本地以及远程验证 发送+消费 消息
【Azure Developer】在Azure VM (Windows) 中搭建 kafka服务,并且通过本地以及远程验证 发送+消费 消息
下一篇
云函数