Back to skills

azure-keyvault-py

security

Azure Key Vault SDK for Python provides access to Azure Key Vault's secrets, cryptographic keys, and certificate management through three separate clients: SecretClient, KeyClient, and CertificateClie

Setup & Installation

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

What This Skill Does

Azure Key Vault SDK for Python provides access to Azure Key Vault's secrets, cryptographic keys, and certificate management through three separate clients: SecretClient, KeyClient, and CertificateClient. It supports both sync and async usage, versioning, soft-delete recovery, and in-vault cryptographic operations like encrypt, decrypt, sign, and verify. Storing secrets in Key Vault with RBAC and versioning removes credentials from code and config files, and vault-side cryptography means private keys never leave Azure's HSM boundary.

When to use it

  • Working with azure keyvault py functionality
  • Implementing azure keyvault py features
  • Debugging azure keyvault py related issues