Back to skills

azure-keyvault-secrets-ts

security

Wraps the Azure Key Vault Secrets SDK for JavaScript, giving TypeScript applications a typed interface for storing, retrieving, and rotating secrets and cryptographic keys in Azure. Covers full secret

Setup & Installation

npx skills add https://github.com/microsoft/azure-keyvault-secrets-ts --skill azure-keyvault-secrets-ts
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-keyvault-secrets-ts
View on GitHub

What This Skill Does

Wraps the Azure Key Vault Secrets SDK for JavaScript, giving TypeScript applications a typed interface for storing, retrieving, and rotating secrets and cryptographic keys in Azure. Covers full secret lifecycle operations including versioning, soft delete, backup, and restore. Also supports RSA and EC key creation, encryption, signing, and key wrapping via the CryptographyClient. Instead of managing credential storage, versioning, and key rotation manually, this gives you a typed SDK that handles soft delete, expiry enforcement, and cryptographic operations against a managed service with Azure RBAC.

When to use it

  • Working with azure keyvault secrets ts functionality
  • Implementing azure keyvault secrets ts features
  • Debugging azure keyvault secrets ts related issues