Skip to content

Commit 31b48f1

Browse files
committed
Fixed typos
1 parent 33640fe commit 31b48f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/blobs/storage-blob-rehydration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following PowerShell script can be used to change the blob tier of an archiv
7373
$rgName = ""
7474
$accountName = ""
7575
$containerName = ""
76-
$blobName == ""
76+
$blobName = ""
7777
7878
#Select the storage account and get the context
7979
$storageAccount =Get-AzStorageAccount -ResourceGroupName $rgName -Name $accountName
@@ -95,8 +95,8 @@ $rgName = ""
9595
$accountName = ""
9696
$srcContainerName = ""
9797
$destContainerName = ""
98-
$srcBlobName == ""
99-
$destBlobName == ""
98+
$srcBlobName = ""
99+
$destBlobName = ""
100100
101101
#Select the storage account and get the context
102102
$storageAccount =Get-AzStorageAccount -ResourceGroupName $rgName -Name $accountName

0 commit comments

Comments
 (0)