azure-resource-manager-postgresql-dotnet
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- Verified SDK Dependencies: The skill references official Microsoft NuGet packages, including
Azure.ResourceManager.PostgreSqlandAzure.Identity. These are the standard, trusted libraries for Azure resource management in .NET. - Secure Authentication Defaults: Examples demonstrate the use of
DefaultAzureCredential, which is an Azure best practice for managing identities without hardcoding sensitive credentials in source code. - Resource Management Templates: The instructions provide workflows for common administrative tasks like scaling, backup management, and firewall configuration. These operations are conducted through authorized Azure Resource Manager APIs.
- Documentation Placeholders: Code snippets use generic placeholder values for passwords and subscription IDs, which serve as templates for user-specific configuration.
- Network Access Configuration: The skill includes patterns for configuring Azure firewall rules, such as enabling access for Azure internal services, which is a standard feature of the PostgreSQL Flexible Server platform.
Audit Metadata