Skip to content

Commit d1301ce

Browse files
authored
Merge pull request #188281 from jlichwa/patch-212
Update quick-create-node.md
2 parents 178f274 + 3b52675 commit d1301ce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ The code samples below will show you how to create a client, set a secret, retri
120120
dotenv.config();
121121

122122
async function main() {
123-
// DefaultAzureCredential expects the following three environment variables:
124-
// - AZURE_TENANT_ID: The tenant ID in Azure Active Directory
125-
// - AZURE_CLIENT_ID: The application (client) ID registered in the AAD tenant
126-
// - AZURE_CLIENT_SECRET: The client secret for the registered application
127123
const credential = new DefaultAzureCredential();
128124

129125
const keyVaultName = process.env["KEY_VAULT_NAME"];
@@ -215,4 +211,4 @@ In this quickstart, you created a key vault, stored a secret, and retrieved that
215211
- Read an [Overview of Azure Key Vault Secrets](about-secrets.md)
216212
- How to [Secure access to a key vault](../general/security-features.md)
217213
- See the [Azure Key Vault developer's guide](../general/developers-guide.md)
218-
- Review the [Key Vault security overview](../general/security-features.md)
214+
- Review the [Key Vault security overview](../general/security-features.md)

0 commit comments

Comments
 (0)