Skip to content

Commit d7a6aa3

Browse files
authored
(AzureCXP) Fixes #17008 (#18058)
The below information needs to be added to avoid the customer's using -UseConnectedAccount (AAD Credential) to create account SAS which would fail. "An account SAS is secured using the storage account key. To create an account SAS, a client application must possess the account key."
1 parent a148908 commit d7a6aa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Storage/Storage.Management/help/New-AzStorageAccountSASToken.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ New-AzStorageAccountSASToken -Service <SharedAccessAccountServices>
2323
## DESCRIPTION
2424
The **New-AzStorageAccountSASToken** cmdlet creates an account-level shared access signature (SAS) token for an Azure Storage account.
2525
You can use the SAS token to delegate permissions for multiple services, or to delegate permissions for services not available with an object-level SAS token.
26+
An account SAS is secured using the storage account key. To create an account SAS, a client application must possess the account key.
2627

2728
## EXAMPLES
2829

0 commit comments

Comments
 (0)