Back to skills

azure-resource-manager-redis-dotnet

infrastructure

Azure.ResourceManager.Redis is the .NET SDK for the Azure Resource Manager management plane, covering provisioning and configuration of Azure Cache for Redis instances. It handles firewall rules, acce

Setup & Installation

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

What This Skill Does

Azure.ResourceManager.Redis is the .NET SDK for the Azure Resource Manager management plane, covering provisioning and configuration of Azure Cache for Redis instances. It handles firewall rules, access key management, patch schedules, geo-replication via linked servers, and private endpoints. For data operations like get/set or pub/sub, use StackExchange.Redis instead. It gives you typed .NET objects and async long-running operation support for ARM-level Redis management, avoiding raw REST calls or az CLI scripting in CI/CD pipelines.

When to use it

  • Working with azure resource manager redis dotnet functionality
  • Implementing azure resource manager redis dotnet features
  • Debugging azure resource manager redis dotnet related issues