Back to skills

azure-keyvault-secrets-rust

security

Azure Key Vault Secrets SDK for Rust. Wraps the Azure Key Vault REST API with a typed Rust client for storing, retrieving, updating, and deleting secrets. Handles versioning, soft delete, and Entra ID

Setup & Installation

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

What This Skill Does

Azure Key Vault Secrets SDK for Rust. Wraps the Azure Key Vault REST API with a typed Rust client for storing, retrieving, updating, and deleting secrets. Handles versioning, soft delete, and Entra ID authentication. The typed Rust client handles authentication, pagination, and versioning directly, so you avoid writing raw HTTP calls against the Key Vault REST API or shelling out to the Azure CLI.

When to use it

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