Azure Resource Manager Redis Dotnet
Helps with Azure, Redis as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-resource-manager-redis-dotnet npx -- -y @trustedskills/azure-resource-manager-redis-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-resource-manager-redis-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-resource-manager-redis-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Azure Redis Cache instances using the .NET SDK. It enables programmatic management of Redis caches, including creating, deleting, and configuring them through the Azure Resource Manager (ARM). The agent can also retrieve information about existing cache configurations and monitor their status.
When to use it
- Automated Infrastructure Provisioning: Create new Azure Redis Cache instances as part of an automated deployment pipeline.
- Configuration Management: Modify settings on existing Redis caches, such as enabling or disabling features or adjusting resource allocation.
- Cache Health Monitoring: Retrieve the status and performance metrics of your Azure Redis Cache to proactively identify and address potential issues.
- Cleanup Tasks: Automatically delete unused or obsolete Azure Redis Cache instances to optimize cloud spending.
Key capabilities
- Create Azure Redis Cache instances
- Delete Azure Redis Cache instances
- Retrieve configuration details for existing caches
- Manage cache features (e.g., RDB, AOF)
- Interact with the Azure Resource Manager (ARM)
Example prompts
- "Create a new Azure Redis Cache named 'my-redis' in region 'eastus'."
- "What is the current size of the 'production-cache' Redis instance?"
- "Disable RDB persistence on the 'staging-cache' Redis cache."
- “Delete the ‘test-cache’ Redis resource.”
Tips & gotchas
- Requires appropriate Azure credentials and permissions to manage resources.
- The agent needs access to the .NET runtime environment to execute the SDK commands.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.