azuresql-db-local-to-cloud Skill
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 A Published by microsoft in azure-sql-database-container.
What is azuresql-db-local-to-cloud Skill?
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 A Published by microsoft in azure-sql-database-container. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Database workflows
- Deployment
- Design and media
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use azuresql-db-local-to-cloud Skill
- Use it for testing.
- Use it for database workflows.
- Use it for deployment.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/azure-sql-database-container
- Skill file: skills/azuresql-db-local-to-cloud/SKILL.md
What it does
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 A
Skill instructions
Azure SQL Developer to Azure SQL Database: same code, local to cloud Build and test against the local Azure SQL Developer, then deploy the same application code to Azure SQL Database in the cloud. Only the connection string changes. Nothing else. This works because the local container is the Azure SQL Database engine, not the SQL Server image. SELECT SERVERPROPERTY('EngineEdition') returns 5 and SERVERPROPERTY('Edition') returns 'SQL Azure', the same as the cloud. So the SQL surface your code depends on is the same in both places. The one rule Do not change application code between local and cloud. The application reads its connection string from a single environment variable, SQLCONNECTIONSTRING. Local development sets it to the container; cloud deployment sets it to the Azure SQL server. Same binaries, same queries, same schema. If you find yourself editing queries, drivers, or schema to "make it work in Azure", stop: that is a bug. The only thing that legitimately differs is the con
Explore related resources
Frequently asked questions
What is azuresql-db-local-to-cloud?
azuresql-db-local-to-cloud is a open-source AI agent skill with Copy skill directory. 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.
Who is azuresql-db-local-to-cloud best for?
azuresql-db-local-to-cloud is best for reusing agent instructions, scripts, and references, testing workflows, database workflows, deployment workflows.
How do I install azuresql-db-local-to-cloud?
Install or run azuresql-db-local-to-cloud using Copy skill directory. Check azuresql-db-local-to-cloud for the latest setup command.
Is azuresql-db-local-to-cloud actively maintained?
azuresql-db-local-to-cloud may need a closer maintenance check before production use.
Auto-fetched from GitHub.