Skip to content

Commit 68d8d3f

Browse files
authored
Merge pull request #190351 from tamram/patch-16
Update access-tiers-online-manage.md
2 parents 09d8e0a + e86c6db commit 68d8d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/access-tiers-online-manage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to specify a blob's access tier when you upload it, or ho
55
author: tamram
66

77
ms.author: tamram
8-
ms.date: 10/25/2021
8+
ms.date: 03/02/2022
99
ms.service: storage
1010
ms.subservice: blobs
1111
ms.topic: how-to
@@ -299,7 +299,7 @@ $ctx = (Get-AzStorageAccount `
299299
-ResourceGroupName $rgName `
300300
-Name $accountName).Context
301301
302-
# Copy the source blob to a new destination blob in Hot tier with Standard priority.
302+
# Copy the source blob to a new destination blob in Hot tier.
303303
Start-AzStorageBlobCopy -SrcContainer $srcContainerName `
304304
-SrcBlob $srcBlobName `
305305
-DestContainer $destContainerName `

0 commit comments

Comments
 (0)