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.
1 parent f93747b commit b24f419Copy full SHA for b24f419
articles/storage/blobs/storage-blob-storage-tiers.md
@@ -195,7 +195,7 @@ $storageAccount =Get-AzStorageAccount -ResourceGroupName $rgName -Name $accountN
195
$ctx = $storageAccount.Context
196
197
#Select the blob from a container
198
-$blobs = Get-AzStorageBlob -Container $containerName -Blob $blobName -Context $context
+$blob = Get-AzStorageBlob -Container $containerName -Blob $blobName -Context $ctx
199
200
#Change the blob’s access tier to archive
201
$blob.ICloudBlob.SetStandardBlobTier("Archive")
0 commit comments