Setting the file. One moment.
Chapter 30 · Entra App Registration
Subchapter 30.14
references/sdk/azure-keyvault-secrets-ts.mdMarkdown1 KBView on GitHub
Condensed from azure-keyvault-secrets-ts. Full patterns (key rotation, cryptographic operations, backup/restore, wrap/unwrap) in the plugin skill if installed.
npm install @azure/keyvault-secrets @azure/identity
import { DefaultAzureCredential } from "@azure/identity";
import { SecretClient } from "@azure/keyvault-secrets";
const client = new SecretClient("https://<vault>.vault.azure.net", new DefaultAzureCredential());