Microsoft/azure-keyvault-secrets-rust — Agent Skills | officialskills.sh
Back to skills

azure-keyvault-secrets-rust

officialsecurity

Azure Key Vault Secrets SDK for Rust.

Setup & Installation

npx skills add https://github.com/microsoft/skills --skill azure-keyvault-secrets-rust
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-rust/skills/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

  • Reading database passwords from Key Vault at app startup instead of hardcoding them
  • Rotating API keys stored in Key Vault without redeploying the Rust service
  • Tagging secrets by environment to separate prod and staging credentials
  • Fetching a specific secret version to audit what value was active on a given date
  • Listing all secrets in a vault to inventory credentials across a project