Skip to content

Commit 5abde73

Browse files
authored
Apply suggestions from code review
1 parent a967214 commit 5abde73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ azcopy sync 'https://mysourceaccount.blob.core.windows.net/<container-name>/myDi
112112

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

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**
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

@@ -127,7 +127,7 @@ azcopy sync 'https://mysourceaccount.blob.core.windows.net/mycontainer?sv=2018-0
127127
> [!TIP]
128128
> If you are copying larger size of data, you can use :[Azure Storage Explorer](https://azure.microsoft.com/en-us/products/storage/storage-explorer).
129129
>
130-
> Verify size details that you have copied On the top bar menu choose **More** -> **Folder Statistics** will help you get the details of the Directory including the size in bytes.
130+
> Verify size details that you have copied. On the top bar menu, choose **More** -> **Folder Statistics** to help you get the details of the Directory including the size in bytes.
131131
132132

133133
## Synchronize with optional flags

0 commit comments

Comments
 (0)