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 db424d6 + 7132062 commit 867457eCopy full SHA for 867457e
articles/storage/blobs/storage-blob-rehydration.md
@@ -73,7 +73,7 @@ The following PowerShell script can be used to change the blob tier of an archiv
73
$rgName = ""
74
$accountName = ""
75
$containerName = ""
76
-$blobName == ""
+$blobName = ""
77
78
#Select the storage account and get the context
79
$storageAccount =Get-AzStorageAccount -ResourceGroupName $rgName -Name $accountName
@@ -95,8 +95,8 @@ $rgName = ""
95
96
$srcContainerName = ""
97
$destContainerName = ""
98
-$srcBlobName == ""
99
-$destBlobName == ""
+$srcBlobName = ""
+$destBlobName = ""
100
101
102
0 commit comments