microsoft/azure-sql-database-container

This is the Azure SQL Database container image repository

15Stars on the repository
20Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

azuresql-db-auth

01

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Connects an app to the Azure SQL Database container securely, with a least-privilege database user instead of the sa login, the right auth method per environment, and safe handling of the connection secret. Use when a user asks "don't use sa in my app", "create a least-privilege database user", "app login for SQL"…

15 3d ago A 171 tokens original MIT

azuresql-db-ci

02

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Runs integration tests against the Azure SQL Database container (Private Preview, local engine) in CI. Use when setting up GitHub Actions, Azure Pipelines, or GitLab CI to test against Azure SQL DB; when adding a database service container to a CI workflow; when tests need a real Azure SQL engine in the pipeline; or…

15 3d ago A 191 tokens original MIT

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Makes an app's database connections reliable against the local Azure SQL Database container (Private Preview) and, unchanged, against Azure SQL Database in the cloud: connection pooling plus retry/transient-fault handling. Use when the user mentions "connection pooling", "retry logic", "transient fault", "retry on…

15 3d ago A 164 tokens original MIT

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Runs the Azure SQL Database container (the Azure SQL Database engine) locally (Private Preview): the real PaaS engine where SERVERPROPERTY('EngineEdition') returns 5 and Edition is 'SQL Azure'. This is NOT the SQL Server image mcr.microsoft.com/mssql/server. Use when a user wants to "run Azure SQL locally", "add a…

15 3d ago A 212 tokens original MIT

azuresql-db-dab

05

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Stands up an instant no-code REST + GraphQL API over the local Azure SQL Database container using Microsoft Data API Builder (DAB). Use when a user wants to "expose my table as an API", "add a REST API over the database", "generate a GraphQL API", "put an API in front of SQL", "CRUD API without writing code", or "dab…

15 3d ago A 192 tokens original MIT

azuresql-db-faq

06

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Answers questions about what the Azure SQL Database container (Private Preview) can and cannot do, and WHY it differs from Azure SQL Database in the Microsoft Azure cloud. Use when a user asks "can I take a backup", "why does USE fail", "is X supported", "why can't I create a vector index", "why does SSMS error", "why…

15 3d ago A 155 tokens original MIT

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Reports a bug or files feedback about the azuresql-db- agent skills themselves, or about the Azure SQL Database container (the local Azure SQL Database engine, Private Preview). Use when the user says a skill or the container "did not work", hit an error, behaved unexpectedly, or is missing something; and when they…

15 3d ago A 204 tokens original MIT

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Migrates a local SQL Server setup to the Azure SQL Database container for Azure-faithful local development. Use when a project already uses mcr.microsoft.com/mssql/server, mssql/server, an sqlcmd plus SA password docker setup, a "SQL Server in docker" or "local mssql container", or a docker-compose with the…

15 3d ago A 200 tokens original MIT

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Builds a serverless API and event-driven handlers over the local Azure SQL Database container using Azure Functions with the Azure SQL bindings. Use when a user wants "a serverless API over SQL", "Azure Functions with a database", "HTTP CRUD with SQL input/output bindings", "run code when a row changes", "react to…

15 3d ago A 175 tokens original MIT

azuresql-db-import

10

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Imports an existing Azure SQL Database or SQL Server schema and data INTO the local Azure SQL Database container using SqlPackage. Use when asked to "import a bacpac", "load my existing database locally", "restore a dacpac into the container", "bring my prod schema into the dev container", "run my .bacpac/.dacpac…

15 3d ago A 138 tokens original MIT

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Proves that code built and tested against the local Azure SQL Database container runs unchanged against Azure SQL Database in the cloud, with only the connection string changing. Use when a user wants to develop locally then deploy to the cloud, asks "will this work in Azure", "same code local and cloud", "promote to…

15 3d ago A 185 tokens original MIT

azuresql-db-rag

12

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Builds local vector search, RAG, embeddings, and semantic search on the Azure SQL Database container using the native VECTOR type and VECTORDISTANCE. Use when you need to store embeddings, do similarity search, top-k nearest neighbor, cosine distance, retrieval-augmented generation, "find similar documents", chatbot…

15 3d ago A 186 tokens original MIT

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Scaffolds a NEW app (.NET Aspire, FastAPI, Next.js, NestJS) wired to the local Azure SQL Database container as its default dev database. Use when starting/bootstrapping/initializing a project that needs SQL Server or Azure SQL locally, or when adding "set up the database", "docker compose for the db", "create the…

15 3d ago A 184 tokens original MIT

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Runs database schema migrations against the local Azure SQL Database container so the same migrations apply identically on the local engine and in the Azure cloud. Use when asked to "run my migrations against the local SQL", "apply schema to the container", "apply EF Core / dotnet ef database update", "Prisma migrate…

15 3d ago A 151 tokens original MIT

azuresql-db-seed

15

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Populates the local Azure SQL Database container's database (appdb) with realistic sample/test data so a developer has something to build against. Use when the user says "seed the database", "add test data", "populate the dev database", "generate sample data", "fake data", "load fixtures", "insert test rows", "write a…

15 3d ago A 163 tokens original MIT

azuresql-db-sidecar

16

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Adds the Azure SQL Database container as a sidecar service in an existing Docker Compose stack or Dev Container. Use when wiring the local Azure SQL Database engine into compose or devcontainer.json, when an app needs a SQL backend via a service name (not localhost), or for prompts like "add SQL to my compose", "add a…

15 3d ago A 161 tokens original MIT

azuresql-db-testing

17

microsoft/azure-sql-database-container

Skill Claude CodeCodex

Writes integration tests that run IN CODE against a real Azure SQL Database container, spun up per test or per suite with Testcontainers and torn down after. Use when the user asks for "integration tests against SQL", "Testcontainers", "spin up a database for tests", "an ephemeral test database", "a test database per…

15 3d ago A 148 tokens original MIT