Skip to content

Commit ce1b4ed

Browse files
authored
public repo edit - note formatting
1 parent 443845c commit ce1b4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/storage-ref-azcopy-sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Sync a single file:
6161
azcopy sync "/path/to/file.txt" "https://[account].blob.core.windows.net/[container]/[path/to/blob]"
6262
```
6363

64-
[!NOTE] The destination blob MUST exist. Use ```azcopy copy``` to copy a single file which does not yet exist in the destination.
65-
Otherwise, the error *Cannot perform sync due to error: sync must happen between source and destination of the same type, e.g. either file <-> file, or directory/container <-> directory/container* occurs.
64+
> [!NOTE]
65+
> The destination blob *must* exist. Use `azcopy copy` to copy a single file that does not yet exist in the destination. Otherwise, the following error occurs: `Cannot perform sync due to error: sync must happen between source and destination of the same type, e.g. either file <-> file, or directory/container <-> directory/container`.
6666
6767
Same as above, but this time, also compute MD5 hash of the file content and save it as the blob's Content-MD5 property:
6868

0 commit comments

Comments
 (0)