Back to skills

azure-keyvault-keys-ts

security

Manages cryptographic keys in Azure Key Vault from TypeScript/Node.js. Covers key creation (RSA, EC), encryption, decryption, signing, verification, and automated rotation policies. Also handles key w

Setup & Installation

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

What This Skill Does

Manages cryptographic keys in Azure Key Vault from TypeScript/Node.js. Covers key creation (RSA, EC), encryption, decryption, signing, verification, and automated rotation policies. Also handles key wrapping and backup/restore across vaults. Key operations stay inside Azure's HSM boundary, so private key material never touches your application code.

When to use it

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