博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
AzCopy Upload Files
阅读量:7283 次
发布时间:2019-06-30

本文共 744 字,大约阅读时间需要 2 分钟。

We can use many ways upload our Files to Azure, Than I  Introduction to you a good way, AzCopy !

1. We need to creat a Azure Storage Account,and than creat a new container (such as name is files)  in this account  

2. Install the tool of AzCopy (AzCopy URL: http://aka.ms/downloadazcopy ) Than use  cmd commad without authority of administrators 

 cmd::  AzCopy /Source:D:\ /Dest: https://junjiany.blob.core.chinacloudapi.cn/junjiancon /DestKey:{存储账号key} /Pattern:alex.html 

 //DestKey is the key of our accout 

 

command without administrators

 // Than we can see our files is uploaded to our azure accout sucessful

* Note

 We need creat a public container, otherwise we must get an error 403

That's all!

 

转载于:https://www.cnblogs.com/junjiany/p/6062780.html

你可能感兴趣的文章
WIN7 嵌入式系统安装教程 Windows Embedded Standard 2011 安装
查看>>
Python Django Ajax 传递列表数据
查看>>
HDU 1495 非常可乐
查看>>
汇编语言学习的易混点总结
查看>>
几种加密算法
查看>>
13.继承
查看>>
ubuntu下c语言hello world
查看>>
S3C2440看门狗定时器原理
查看>>
邮件发送
查看>>
matlab练习程序(简单图像融合)
查看>>
【C#学习笔记】自我复制
查看>>
Texture lod计算
查看>>
ResultJsonInfo<T>
查看>>
UnicodeString基本操作(Ring3)
查看>>
读取配置
查看>>
自己动手下载Windows 8 的语言包使其可以离线使用
查看>>
漫话web渗透 : xss跨站攻击day1
查看>>
Python学习笔记(三)—第五天,文件读写以及基本的序列化
查看>>
Javascript-蔬菜运算价格
查看>>
2011 Michigan Invitational Programming Contest
查看>>