Provisions and manages Azure Cache for Redis resources using the .NET Azure Resource Manager SDK.
This skill provides specialized guidance for utilizing the Azure Resource Manager (ARM) SDK for Redis within .NET environments. It streamlines the management plane operations of Azure Cache for Redis, allowing developers to automate the creation, configuration, and scaling of cache instances. The skill covers essential infrastructure tasks such as firewall rule definition, access key rotation, patch scheduling, and geo-replication setup, while maintaining a clear distinction between administrative resource management and data-level operations handled by libraries like StackExchange.Redis.
主要功能
01Configuration of Premium features like clustering, geo-replication, and maintenance windows
02Comprehensive network security management via firewall rules and private endpoints
03Lifecycle management of access keys including secure retrieval and rotation
041,777 GitHub stars
05Automated provisioning of Basic, Standard, and Premium Redis cache instances
06Utility operations for data import/export and controlled resource reboots
使用场景
01Integrating Azure Redis infrastructure provisioning into .NET-based DevOps workflows
02Building administrative tools for managing Redis firewall rules and security configurations
03Developing scripts for automated scaling and SKU migration of Azure Redis resources