Skip to content

Commit afada6a

Browse files
authored
Update articles/storage/blobs/storage-blob-create-user-delegation-sas-javascript.md
1 parent a6ac501 commit afada6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blob-create-user-delegation-sas-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const containerName = process.env.AZURE_STORAGE_BLOB_CONTAINER_NAME;
7272
The following conceptual steps are required to create a SAS token with DefaultAzureCredential:
7373

7474
* Set up DefaultAzureCredential
75-
* Local development - use peronsal identity and set roles for storage
75+
* Local development - use personal identity and set roles for storage
7676
* Azure cloud - create managed identity
7777
* Use DefaultAzureCredential to get the user delegation key with [UserDelegationKey](/rest/api/storageservices/create-user-delegation-sas)
7878
* Use the user delegation key to construct the SAS token with the appropriate fields with [generateBlobSASQueryParameters](/javascript/api/@azure/storage-blob#@azure-storage-blob-generateblobsasqueryparameters)

0 commit comments

Comments
 (0)