Skip to content

Commit 69615ef

Browse files
authored
Merge pull request #89090 from MicrosoftDocs/DerekHerman-MSFT-patch-4
Update storage-quickstart-tutorial-intro-include-powershell.md
2 parents a66dfc0 + 45637f4 commit 69615ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/storage-quickstart-tutorial-intro-include-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ $StorageHT = @{
4242
Location = $Location
4343
}
4444
$StorageAccount = New-AzStorageAccount @StorageHT
45-
$Ctx = $StorageAccount.Context
45+
$Context = $StorageAccount.Context
4646
```

0 commit comments

Comments
 (0)