Skip to content

Commit aa9429c

Browse files
committed
Revise Start_AzureStorageBlobCopy help Example #3 title to make it more accurate.
1 parent 93dc1de commit aa9429c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/Commands.Storage/help/Start-AzureStorageBlobCopy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ That cmdlet starts the copy operation of the blob named ContosoPlanning2015.
111111
The previous cmdlet provides the source container.
112112
The *DestContainer* parameter specifies ContosoArchives as the destination container.
113113

114-
### Example 3: Get a blob to copy
114+
### Example 3: Get all blobs in a container and copy them
115115
```
116116
C:\PS>Get-AzureStorageBlob -Container "ContosoUploads" | Start-AzureStorageBlobCopy -DestContainer "ContosoArchives"
117117
```

0 commit comments

Comments
 (0)