Manages Azure PostgreSQL Flexible Server resources using the official .NET Resource Manager SDK.
This skill equips Claude with specialized knowledge to automate the lifecycle of Azure PostgreSQL Flexible Server deployments using .NET. It provides comprehensive patterns for provisioning servers with high availability, managing firewall rules, configuring Entra ID authentication, and orchestrating complex workflows like Point-in-Time restores and read replica creation. It is designed for developers who need to integrate database infrastructure management directly into their .NET applications or DevOps automation scripts.
主要功能
01Implement Entra ID (Azure AD) administrator and password-based authentication
02Configure High Availability (HA) including Zone Redundant and Same Zone modes
03Perform database maintenance including scaling, backups, and Point-in-Time Restores
04Provision PostgreSQL Flexible Servers with specific SKU, storage, and version configurations
0531,722 GitHub stars
06Manage network security via IP firewall rules and Azure service access
使用场景
01Automating cloud database infrastructure setup for .NET-based microservices
02Standardizing security configurations and firewall rules across multiple Azure environments
03Implementing programmatic database scaling and replica management based on load