Skip to content

Commit

Permalink
Update New-AzStorageAccountSASToken.md (Azure#16533)
Browse files Browse the repository at this point in the history
The PS cmdlet is for New-AzStorageAccountSASToken however the document mentions New-AzStorageSASToken which seems incorrect.
Kindly review and have it updated accordingly
  • Loading branch information
Amrinder-Singh29 authored Nov 30, 2021
1 parent d79a2cc commit 509caef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ New-AzStorageAccountSASToken -Service <SharedAccessAccountServices>
```

## DESCRIPTION
The **New-AzStorageSASToken** cmdlet creates an account-level shared access signature (SAS) token for an Azure Storage account.
The **New-AzStorageAccountSASToken** cmdlet creates an account-level shared access signature (SAS) token for an Azure Storage account.
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.

## EXAMPLES
Expand Down

0 comments on commit 509caef

Please sign in to comment.