Upload files with .txt and .jpg extensions

azcopy

  • A file transfer tool for uploading to Azure Cloud Storage Accounts.
    More information: <https://learn.microsoft.com/azure/storage/common/storage-use-azcopy-v10>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

azcopy copy '{{path/to/source}}' 'https://{{storage_account_name}}.blob.core.windows.net/{{container_name}}' --include-pattern '{{*.txt;*.jpg}}'

click the source code to copy