skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

azure-resource-manager-postgresql-dotnet

PostgreSQL Flexible Server management

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill azure-resource-manager-postgresql-dotnet

Overview

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

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
Lines 1 - 25 of 433

Recommendations

Explore other random skills

All skillsMy patterns