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 2106713 + 53633ed commit 31386eaCopy full SHA for 31386ea
src/Storage/Commands.Storage/help/New-AzureStorageContext.md
@@ -156,7 +156,7 @@ The final command lists all the blobs associated with the container named Contos
156
### Example 10: Create a context by using the OAuth Authentication
157
```
158
C:\PS>Connect-AzureRmAccount
159
-C:\PS> $Context = New-AzureStorageContext -StorageAccountName "myaccountname"
+C:\PS> $Context = New-AzureStorageContext -StorageAccountName "myaccountname" -UseConnectedAccount
160
161
162
This command creates a context by using the OAuth Authentication.
0 commit comments