gaohan 发表于 2017-7-1 09:27:04

AzCopy Upload Files

  We can use many ways upload our Files to Azure, Than IIntroduction 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 usecmd 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!
页: [1]
查看完整版本: AzCopy Upload Files