azure-resource-manager-postgresql-dotnet
PostgreSQL Flexible Server management
Developer Setup
Setup & Installation
npx skills add https://github.com/microsoft/skills --skill azure-resource-manager-postgresql-dotnetnpx skills add https://github.com/microsoft/skills --skill azure-resource-manager-postgresql-dotnetOverview
What This Skill Does
Azure Resource Manager SDK for .NET that manages PostgreSQL Flexible Server deployments on Azure. Covers server provisioning, database creation, firewall rules, server configuration, backups, high availability, and read replicas through the Azure ARM API.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
Azure.ResourceManager.PostgreSql (.NET)
Azure Resource Manager SDK for managing PostgreSQL Flexible Server deployments.
Installation
dotnet add package Azure.ResourceManager.PostgreSql
dotnet add package Azure.Identity
Current Version: v1.2.0 (GA)
API Version: 2023-12-01-preview
Note: This skill focuses on PostgreSQL Flexible Server. Single Server is deprecated and scheduled for retirement.
Environment Variables
AZURE_SUBSCRIPTION_ID=<your-subscription-id> # Required: Azure subscription ID
AZURE_RESOURCE_GROUP=<your-resource-group> # Required: resource group name
AZURE_POSTGRESQL_SERVER_NAME=<your-postgresql-server> # Required: PostgreSQL Flexible Server name
AZURE_TOKEN_CREDENTIALS=prod # Required only if DefaultAzureCredential is used in production
Recommendations
Explore other random skills
sentry-create-alert
Create Sentry alerts with email, Slack, PagerDuty, Discord, and more
sentry-feature-setup
Configure advanced Sentry features: AI monitoring, OTel pipelines, and alerts
sentry-setup-ai-monitoring
Instrument OpenAI, Anthropic, Vercel AI, LangChain, Google GenAI, and Pydantic AI