Skip to content

Commit 45637f4

Browse files
Update storage-quickstart-tutorial-intro-include-powershell.md
update Ctx to Context https://github.com/MicrosoftDocs/azure-docs/issues/89075
1 parent a66dfc0 commit 45637f4

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)