Advertisement

我和阿九(Azure)有約 31 Azure Blob Storage 使用azcopy進行自動化作業 (Alan Tsai 的學習筆記)

Alan Tsai
a Microsoft MVP, MCT, Blogger, Youtuber and ASP .NET Developer at Wishing-Soft
May. 1, 2020
Advertisement

More Related Content

Advertisement

Recently uploaded(20)

Advertisement

我和阿九(Azure)有約 31 Azure Blob Storage 使用azcopy進行自動化作業 (Alan Tsai 的學習筆記)

  1. 31 使用 AzCopy 進行自動化作業 Azure Storage By Alan Tsai 我和阿九(Azure)有約 - Azure教學影片
  2. Azure Storage Explorer 的問題 2 ▰GUI工具 ▻非常容易使用 ▻操作直覺 ▻沒辦法自動化 ▰有了SAS Token,是否可以撰寫一個同步類型工具? ▻azcopy
  3. Agenda 3 ▰準備好使用AzCopy ▰最常用的兩個指令 ▻copy ▻sync
  4. 準備好使用AzCopy 4
  5. 安裝 azcopy 5 ▰AzCopy 最新版本為 V10 ▻CLI工具,支援跨平台 ▻可以對Blob以及File進行操作 ▻https://docs.microsoft.com/en- us/azure/storage/common/storage-use-azcopy-v10
  6. 驗證方式 6 ▰兩種方式進行驗證 ▻Azure AD (OAuth Authentication) ▻azcopy login --tenant-id=<tenant-id> ▻SAS ▰建議使用 SAS ▻Azure AD 產生的token在Windows有點問題 ▻建議用powershell ▻Cmd 有SAS %符號的問題
  7. 2個最常見的指令 7
  8. 兩個常見的指令 8 ▰copy ▻適合用來做一次性搬遷 ▰sync ▻適合用來做同步 ▻能夠讓目標 (destination) 和 來源 (source) 一樣。
  9. copy 9 ▰https://docs.microsoft.com/en- us/azure/storage/common/storage-ref-azcopy-copy azcopy copy [source] [destination] [flags]
  10. sync 10 ▰https://docs.microsoft.com/en-us/azure/storage/common/storage-ref- azcopy-sync?toc=/azure/storage/blobs/toc.json
  11. 總結 11
  12. 總結 12 ▰瞭解了什麽是AzCopy ▰透過AzCopy可以非常快速的把檔案上/下載
  13. 參考資料 13 ▰這篇的相關訊息 ▻Youtube 影片 ▻https://www.youtube.com/watch?v=d6co3aHNXFQ ▻Blog ▻https://blog.alantsai.net/posts/2020/05/video-tutorial-date-with- azure-31-use-azcopy-to-automate-sync-files-or-backup-to-azure- blob-storage
  14. 下集預告 – Azure Storage File 14
  15. 歡迎訂閲、按讚 + 分享 • FB 粉絲頁 • http://fb.alantsai.net • Alan Tsai 的學習筆記 • https://blog.alantsai.net http://yt.alantsai.net @alantsai2007Line@ http://bili.alantsai.net • 影片 Slideshare • http://ss.alantsai.net contact@alantsai.net
  16. 許願池(請我喝飲料) ▰https://blog.alantsai.net/wishpool
  17. CREDITS Special thanks to all the people who made and released these awesome resources for free: ▰ Presentation template by SlidesCarnival ▰ Photographs by Startup Stock Photos 17
Advertisement