Skip to content

Commit 83eece8

Browse files
authored
Fixed typo per acrolinx scorecard.
1 parent ee57be5 commit 83eece8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Blobs in the archive tier should be stored for a minimum of 180 days. Deleting o
7373
![Change storage account tier](media/storage-tiers/blob-access-tier.png)
7474
![Check rehydrate status](media/storage-tiers/rehydrate-status.png)
7575

76-
# [Powershell](#tab/azure-powershell)
76+
# [PowerShell](#tab/azure-powershell)
7777
The following PowerShell script can be used to change the blob tier of an archive blob. The `$rgName` variable must be initialized with your resource group name. The `$accountName` variable must be initialized with your storage account name. The `$containerName` variable must be initialized with your container name. The `$blobName` variable must be initialized with your blob name.
7878
```powershell
7979
#Initialize the following with your resource group, storage account, container, and blob names

0 commit comments

Comments
 (0)