diff --git a/pages/windows/azcopy.md b/pages/windows/azcopy.md index 0fd999b57..a19aabc73 100644 --- a/pages/windows/azcopy.md +++ b/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: