Skip to content

Commit 5d9622b

Browse files
Update articles/storage/blobs/storage-blob-javascript-get-started.md
Co-authored-by: Paul Jewell <[email protected]>
1 parent 272f126 commit 5d9622b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blob-javascript-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ After you complete the setup, each identity needs at least one of the appropriat
101101
102102
### Connect with passwordless authentication to Azure
103103
104-
Once your Azure storage account identity roles and your local environment are set up, create a JavaScript file which includes the [``@azure/identity``](https://www.npmjs.com/package/@azure/identity) package. Use this package to create your authentication credential. The easiest credential is the **DefaultAzureCredential** used below.
104+
Once your Azure storage account identity roles and your local environment are set up, create a JavaScript file which includes the [``@azure/identity``](https://www.npmjs.com/package/@azure/identity) package. Using the `DefaultAzureCredential` class provided by the Azure.Identity client library is the recommended approach for implementing passwordless connections to Azure services in your code, including Blob Storage.
105105
106106
Create a [DefaultAzureCredential](/javascript/api/overview/azure/identity-readme#defaultazurecredential) instance. Use that object to create a [BlobServiceClient](/javascript/api/@azure/storage-blob/blobserviceclient).
107107

0 commit comments

Comments
 (0)