azure-keyvault-secrets-rust Skill
Azure Key Vault Secrets library for Rust. Store and retrieve secrets, passwords, and API keys. Triggers: "keyvault secrets rust", "SecretClient rust", "get secret rust", "set secret rust", "list secrets rust". Published by microsoft in skills.
What is azure-keyvault-secrets-rust Skill?
Azure Key Vault Secrets library for Rust. Store and retrieve secrets, passwords, and API keys. Triggers: "keyvault secrets rust", "SecretClient rust", "get secret rust", "set secret rust", "list secrets rust". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-keyvault-secrets-rust Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-rust/skills/azure-keyvault-secrets-rust/SKILL.md
What it does
Azure Key Vault Secrets library for Rust. Store and retrieve secrets, passwords, and API keys. Triggers: "keyvault secrets rust", "SecretClient rust", "get secret rust", "set secret rust", "list secrets rust".
Skill instructions
Azure Key Vault Secrets library for Rust Secure storage for passwords, API keys, and connection strings. Use this skill when: - An app needs to store or retrieve secrets from Azure Key Vault in Rust - You need to set, get, update, or delete secrets - You need to list secret properties with pagination - You need error handling for missing secrets IMPORTANT: Only use the official azuresecuritykeyvaultsecrets crate published by the azure-sdk crates.io user. Do NOT use unofficial or community crates. Official crates use underscores in names and none have version 0.21.0. Installation sh cargo add azuresecuritykeyvaultsecrets azureidentity tokio futures If your code uses azurecore types directly, add azurecore to Cargo.toml. If you only use azuresecuritykeyvaultsecrets re-exports, direct azurecore dependency is optional. Environment Variables bash AZUREKEYVAULTURL=https://<vault-name.vault.azure.net/ Required for all operations Authentication rust use azureidentity::DeveloperToolsCredential;
Explore related resources
Frequently asked questions
What is azure-keyvault-secrets-rust?
azure-keyvault-secrets-rust is a open-source AI agent skill with Copy skill directory. Azure Key Vault Secrets library for Rust. Store and retrieve secrets, passwords, and API keys.
Who is azure-keyvault-secrets-rust best for?
azure-keyvault-secrets-rust is best for reusing agent instructions, scripts, and references.
How do I install azure-keyvault-secrets-rust?
Install or run azure-keyvault-secrets-rust using Copy skill directory. Check azure-keyvault-secrets-rust for the latest setup command.
Is azure-keyvault-secrets-rust actively maintained?
azure-keyvault-secrets-rust may need a closer maintenance check before production use.
Auto-fetched from GitHub.