azuresql-db-auth

Installation
SKILL.md

Connect securely to the Azure SQL Database container (least-privilege user, auth, secrets)

sa is a bootstrap/admin login for provisioning, not what your application should connect as. This skill wires the app to a least-privilege user, picks the auth method per environment (SQL locally, Microsoft Entra or managed identity in the cloud, changing only the connection string), secures the connection, and keeps the secret out of source control.

Load-bearing facts (inlined; full engine detail in azuresql-db-container)

Installs
27
GitHub Stars
15
First Seen
Aug 4, 2026
azuresql-db-auth — microsoft/azure-sql-database-container