azuresql-db-functions
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFE
Full Analysis
- Container Image and Registry: The skill utilizes a specific Docker image for the Azure SQL Database engine, hosted on an Azure Container Registry (sqldbpreview-dpgaeqhmgphzd4bk.azurecr.io). This image is part of a preview program, and the instructions include a link to the official signup page to obtain the necessary credentials.\n- Configuration and Secret Management: Users are instructed to manage sensitive information, such as connection strings and passwords, within local.settings.json. The skill emphasizes the importance of not committing this file to version control, which is a standard security practice for protecting development credentials.\n- Local Security Protocols: To facilitate local development with containers, the skill recommends using the TrustServerCertificate=true setting. This allows the application to communicate with the database container using its self-signed certificate, which is common in isolated development environments.\n- Official Extensions: The skill integrates first-party extensions, including the SQL worker extensions and extension bundles, which are the standard method for adding database capabilities to Azure Functions.
Audit Metadata