azure-resource-manager-postgresql-dotnet Skill
Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "PostgreSQL", "PostgreSqlFlexibleServer", "PostgreSQL Flexible Server", "Azure Database for Postgr Published by microsoft in skills.
What is azure-resource-manager-postgresql-dotnet Skill?
Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "PostgreSQL", "PostgreSqlFlexibleServer", "PostgreSQL Flexible Server", "Azure Database for Postgr Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Database workflows use cases
Technical details
- Install or run with Copy skill directory
When to use azure-resource-manager-postgresql-dotnet Skill
- Use it for database workflows.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-postgresql-dotnet/SKILL.md
What it does
Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "PostgreSQL", "PostgreSqlFlexibleServer", "PostgreSQL Flexible Server", "Azure Database for Postgr
Skill instructions
Azure.ResourceManager.PostgreSql (.NET) Azure Resource Manager SDK for managing PostgreSQL Flexible Server deployments. Installation bash 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 bash AZURESUBSCRIPTIONID=<your-subscription-id Required: Azure subscription ID AZURERESOURCEGROUP=<your-resource-group Required: resource group name AZUREPOSTGRESQLSERVERNAME=<your-postgresql-server Required: PostgreSQL Flexible Server name AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication csharp using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.PostgreSql; using Azure.ResourceManager.PostgreSql.FlexibleServers; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod
Explore related resources
Frequently asked questions
What is azure-resource-manager-postgresql-dotnet?
azure-resource-manager-postgresql-dotnet is a open-source AI agent skill with Copy skill directory. Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments.
Who is azure-resource-manager-postgresql-dotnet best for?
azure-resource-manager-postgresql-dotnet is best for reusing agent instructions, scripts, and references, database workflows.
How do I install azure-resource-manager-postgresql-dotnet?
Install or run azure-resource-manager-postgresql-dotnet using Copy skill directory. Check azure-resource-manager-postgresql-dotnet for the latest setup command.
Is azure-resource-manager-postgresql-dotnet actively maintained?
azure-resource-manager-postgresql-dotnet may need a closer maintenance check before production use.
Auto-fetched from GitHub.