azure-resource-manager-sql-dotnet
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [Authentication Best Practices]: The skill correctly promotes the use of
DefaultAzureCredentialand theAzure.Identitylibrary for secure authentication, explicitly advising against hardcoding credentials in code. - [Transport Security]: Guidance is provided to enforce
Tls1_2as the minimal TLS version for SQL servers and ensures that connection strings includeEncrypt=Trueto maintain data confidentiality during transit. - [Network Access Control]: Instructions include the configuration of firewall rules and Virtual Network (VNet) rules to restrict access to SQL resources, following the principle of least privilege.
- [Data Protection & Auditing]: The skill includes documentation for enabling Transparent Data Encryption (TDE) with customer-managed keys and configuring Blob Auditing policies for compliance monitoring.
Audit Metadata