You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -110,7 +110,7 @@ Each type of resource is represented by one or more associated JavaScript client
110
110
111
111
The [BlobServiceClient](/javascript/api/@azure/storage-blob/blobserviceclient) object is the top object in the SDK. This client allows you to manipulate the service, containers and blobs.
112
112
113
-
## [Azure AD](#tab/azure-ad)
113
+
## [Passwordless](#tab/azure-ad)
114
114
115
115
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. Create a credential, such as the [DefaultAzureCredential](/javascript/api/overview/azure/identity-readme#defaultazurecredential), to implement passwordless connections to Blob Storage. Use that credential to authenticate with a [BlobServiceClient](/javascript/api/@azure/storage-blob/blobserviceclient) object.
116
116
@@ -168,7 +168,7 @@ Create the [ContainerClient](/javascript/api/@azure/storage-blob/containerclient
0 commit comments