Skip to content

Commit 4f38838

Browse files
committed
Fixes as requested
1 parent 4526a05 commit 4f38838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/key-vault/certificates/quick-create-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.devlang: javascript
1111
ms.custom: devx-track-js, mode-api, passwordless-js
1212
---
1313

14-
# Quickstart: Azure Key Vault certificate client library for JavaScript (version 4)
14+
# Quickstart: Azure Key Vault certificate client library for JavaScript
1515

1616
Get started with the Azure Key Vault certificate client library for JavaScript. [Azure Key Vault](../general/overview.md) is a cloud service that provides a secure store for certificates. You can securely store keys, passwords, certificates, and other secrets. Azure key vaults may be created and managed through the Azure portal. In this quickstart, you learn how to create, retrieve, and delete certificates from an Azure key vault using the JavaScript client library
1717

@@ -114,7 +114,7 @@ export KEY_VAULT_NAME=<your-key-vault-name>
114114
```
115115
---
116116

117-
### Authenticate and create a client
117+
## Authenticate and create a client
118118

119119
Application requests to most Azure services must be authorized. Using the [DefaultAzureCredential](/javascript/api/@azure/identity/#@azure-identity-getdefaultazurecredential) method provided by the [Azure Identity client library](/javascript/api/@azure/identity) is the recommended approach for implementing passwordless connections to Azure services in your code. `DefaultAzureCredential` supports multiple authentication methods and determines which method should be used at runtime. This approach enables your app to use different authentication methods in different environments (local vs. production) without implementing environment-specific code.
120120

0 commit comments

Comments
 (0)