Skip to content

Commit c0ce862

Browse files
committed
Learn Editor: Update convert-append-and-page-blobs-to-block-blobs.md
1 parent c4f951a commit c0ce862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/convert-append-and-page-blobs-to-block-blobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To convert blobs, copy them to a new location by using PowerShell, Azure CLI, or
5757
Copy-AzStorageBlob -SrcContainer $containerName -SrcBlob $srcblobName -Context $ctx -DestContainer $destcontainerName -DestBlob $destblobName -DestContext $ctx -DestBlobType Block -StandardBlobTier $destTier
5858
```
5959

60-
6. To copy a page blob snapshot to block blob, Use the [Get-AzStorageBlob](/powershell/module/az.storage/get-azstorageblob) and [Copy-AzStorageBlob](/powershell/module/az.storage/copy-azstorageblob) command with `-DestBlobType` parameter as `Block`.
60+
6. To copy a page blob snapshot to block blob, use the [Get-AzStorageBlob](/powershell/module/az.storage/get-azstorageblob) and [Copy-AzStorageBlob](/powershell/module/az.storage/copy-azstorageblob) command with `-DestBlobType` parameter as `Block`.
6161

6262
```powershell
6363
$containerName = '<source container name>'

0 commit comments

Comments
 (0)