Azure Resource Manager Redis Dotnet

🌐Community
by claudedjale · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add claudedjale-azure-resource-manager-redis-dotnet npx -- -y @trustedskills/claudedjale-azure-resource-manager-redis-dotnet
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "claudedjale-azure-resource-manager-redis-dotnet": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/claudedjale-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 via the Azure Resource Manager (ARM). The agent can automate tasks like scaling cache size or updating configuration settings based on defined criteria.

When to use it

  • Automated Provisioning: Automatically create new Redis Cache instances when application demand increases.
  • Configuration Management: Update Redis cache configurations (e.g., shard count, eviction policy) programmatically in response to performance monitoring data.
  • Cleanup Tasks: Delete unused or outdated Redis caches to optimize resource utilization and reduce costs.
  • Infrastructure as Code: Integrate Redis Cache management into automated infrastructure deployment pipelines.

Key capabilities

  • Azure Resource Manager (ARM) interaction
  • Redis Cache instance creation
  • Redis Cache deletion
  • Configuration updates for Redis Caches
  • .NET SDK integration

Example prompts

  • "Create a new Azure Redis cache named 'mycache' in region 'eastus'."
  • "Scale the shard count of the 'production-redis' cache to 6."
  • "Delete the Redis cache instance named 'test-cache'."

Tips & gotchas

  • Requires appropriate Azure credentials and permissions for managing resources.
  • The agent needs access to a .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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
claudedjale
Installs
2

🌐 Community

Passed automated security scans.