Skip to content

Commit a967214

Browse files
authored
Update storage-use-azcopy-blobs-synchronize.md
suggested changes modified
1 parent 4110279 commit a967214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/common/storage-use-azcopy-blobs-synchronize.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ If you provide authorization credentials by using Microsoft Entra ID, make sure
108108
azcopy sync 'https://mysourceaccount.blob.core.windows.net/<container-name>/myDirectory?sv=2018-03-28&ss=bfqt&srt=sco&sp=rwdlacup&se=2019-07-04T05:30:08Z&st=2019-07-03T21:30:08Z&spr=https&sig=CAfhgnc9gdGktvB=ska7bAiqIddM845yiyFwdMH481QA8%3D' 'https://mydestinationaccount.blob.core.windows.net/mycontainer/myDirectory' --recursive
109109
```
110110

111-
## Update a container with changes in another container using SAS-token
111+
## Update a container with changes in another container by using a SAS token
112112

113113
The first container that appears in this command is the source. The second one is the destination.
114114

115-
if you provide SAS-token make sure you use SAS-token corresponding to source and destination storage-account, while using **azcopy sync**
115+
If you provide a SAS token make sure that you use a SAS token which corresponds to source and destination storage account, while using **azcopy sync**
116116

117117
**Syntax**
118118

@@ -139,7 +139,7 @@ You can tweak your sync operation by using optional flags. Here's a few examples
139139
|Specify how strictly MD5 hashes should be validated when downloading.|**--check-md5**=\[NoCheck\|LogOnly\|FailIfDifferent\|FailIfDifferentOrMissing\]|
140140
|Exclude files based on a pattern.|**--exclude-path**|
141141
|Specify how detailed you want your sync-related log entries to be.|**--log-level**=\[WARNING\|ERROR\|INFO\|NONE\]|
142-
|Specify how to copy vhd file.|**--blob-type=BlockBlob --include-pattern "*.vhd"** or **--blob-type=BlockBlob** |
142+
|Specify how to copy a vhd file.|**--blob-type=BlockBlob --include-pattern "*.vhd"** or **--blob-type=BlockBlob** |
143143
144144

145145

0 commit comments

Comments
 (0)