azure-keyvault-secrets-ts Skill
Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configuration values. Published by microsoft in skills.
What is azure-keyvault-secrets-ts Skill?
Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configuration values. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-keyvault-secrets-ts Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-keyvault-secrets-ts/SKILL.md
What it does
Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configuration values.
Skill instructions
Azure Key Vault Secrets SDK for TypeScript Manage secrets with Azure Key Vault. Installation bash Secrets SDK npm install @azure/keyvault-secrets @azure/identity Environment Variables bash KEYVAULTURL=https://<vault-name.vault.azure.net Or AZUREKEYVAULTNAME=<vault-name AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication typescript import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; import { SecretClient } from "@azure/keyvault-secrets"; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential const credential = new DefaultAzureCredential({requiredEnvVars: ["AZURETOKENCREDENTIALS"]}); // Or use a specific credential directly in production: // See https://learn.microsoft.com/javascript/api/overview/azure/identity-readme?view=azure-node-latestcredential-classes // const credential = new ManagedIdentityCredential(); const vaultUrl = https
Explore related resources
Frequently asked questions
What is azure-keyvault-secrets-ts?
azure-keyvault-secrets-ts is a open-source AI agent skill with Copy skill directory. Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configuration values.
Who is azure-keyvault-secrets-ts best for?
azure-keyvault-secrets-ts is best for reusing agent instructions, scripts, and references.
How do I install azure-keyvault-secrets-ts?
Install or run azure-keyvault-secrets-ts using Copy skill directory. Check azure-keyvault-secrets-ts for the latest setup command.
Is azure-keyvault-secrets-ts actively maintained?
azure-keyvault-secrets-ts may need a closer maintenance check before production use.
Auto-fetched from GitHub.