Skip to content

Commit 921e6e6

Browse files
committed
fix warning
1 parent b65d8d7 commit 921e6e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/storage/tables/table-storage-how-to-use-powershell.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,10 @@ Install-Module AzTable
4343

4444
## Authorizing table data operations
4545

46-
The AzTable PowerShell module supports authorization with the account access key via Shared Key authorization. For examples that show how to use Shared Key authorization for data access with the AzTable module, see [Use Shared Key authorization with the AzTable module](#use-shared-key-authorization-with-the-aztable-module).
46+
The AzTable PowerShell module supports authorization with the account access key via Shared Key authorization. The examples in this article show how to authorize table data operations via Shared Key.
4747

4848
Azure Table Storage supports authorization with Azure AD. However, the AzTable PowerShell module does not natively support authorization with Azure AD. Using Azure AD with the AzTable module requires that you call methods in the .NET client library from PowerShell.
4949

50-
The examples in this article show how to authorize table data operations via Shared Key.
51-
5250
## Sign in to Azure
5351

5452
To get started, sign in to your Azure subscription with the `Add-AzAccount` command and follow the on-screen directions.

0 commit comments

Comments
 (0)