Azure Resource Manager Postgresql Dotnet

🌐Community
by claudedjale · vlatest · Repository

Helps with Azure, PostgreSQL as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add claudedjale-azure-resource-manager-postgresql-dotnet npx -- -y @trustedskills/claudedjale-azure-resource-manager-postgresql-dotnet
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "claudedjale-azure-resource-manager-postgresql-dotnet": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/claudedjale-azure-resource-manager-postgresql-dotnet"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact with Azure PostgreSQL databases using the .NET SDK and Azure Resource Manager. It facilitates tasks like creating, managing, and querying PostgreSQL database resources within an Azure environment. The agent can automate deployments, manage configurations, and execute SQL queries programmatically.

When to use it

  • Automating the creation of new PostgreSQL instances in Azure for development or testing environments.
  • Managing existing PostgreSQL databases by scaling compute resources or modifying configuration settings.
  • Executing SQL scripts against a PostgreSQL database within Azure as part of an automated deployment pipeline.
  • Retrieving information about existing PostgreSQL servers, such as connection strings and server versions.

Key capabilities

  • Azure Resource Manager interaction
  • PostgreSQL database management
  • .NET SDK integration
  • SQL query execution

Example prompts

  • "Create a new Azure PostgreSQL server named 'mydbserver' in the 'eastus' region."
  • "Scale up my existing PostgreSQL instance 'myinstance' to use 4 vCores."
  • "Execute the SQL script 'create_table.sql' against the database 'mydatabase'."

Tips & gotchas

The agent requires appropriate Azure credentials and permissions to manage resources. Ensure that the necessary roles (e.g., Contributor) are assigned before using this skill for resource modifications.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
claudedjale
Installs
2

🌐 Community

Passed automated security scans.