Browse Source

azcopy: add missing token syntax (#4674)

skitau 4 years ago
parent
commit
4f58f4c19e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/windows/azcopy.md

+ 1 - 1
pages/windows/azcopy.md

@@ -13,7 +13,7 @@
 
 - Upload files with `.txt` and `.jpg` extensions:
 
-`azcopy copy '{{path/to/source}}' 'https://{{storage-account-name}}.blob.core.windows.net/{{container-name}}' --include-pattern '*.txt;*.jpg'`
+`azcopy copy '{{path/to/source}}' 'https://{{storage-account-name}}.blob.core.windows.net/{{container-name}}' --include-pattern '{{*.txt;*.jpg}}'`
 
 - Copy a container directly between two Azure storage accounts: