We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93dc1de + aa9429c commit b17c618Copy full SHA for b17c618
src/Storage/Commands.Storage/help/Start-AzureStorageBlobCopy.md
@@ -111,7 +111,7 @@ That cmdlet starts the copy operation of the blob named ContosoPlanning2015.
111
The previous cmdlet provides the source container.
112
The *DestContainer* parameter specifies ContosoArchives as the destination container.
113
114
-### Example 3: Get a blob to copy
+### Example 3: Get all blobs in a container and copy them
115
```
116
C:\PS>Get-AzureStorageBlob -Container "ContosoUploads" | Start-AzureStorageBlobCopy -DestContainer "ContosoArchives"
117
0 commit comments