Spinning up an Azure SQL always-free database
I wanted to do a quick prototype with a friend and we wanted a common database so we looked for a developer-grade free cloud product that we could both reach from our developer machines Azure has a free tier or promotional program that makes it easy to learn about Azure or create prototypes and demos at a low cost. There are two levels of free. Free for the first 12 months you have your account. Always free I've had my Azure account for a few years so I only have access to the always free tier. This page lists all the always free services. Azure has two free-tier options: Cosmos DB and Azure SQL Database . We decided to go with the Azure SQL database because it has SQL in the name instead of using Cosmos DB and its SQL persona. Always Free Azure Databases Microsoft offers an "Always" free tier for two of their databases Azure SQL and Cosmos DB. They are free below a certain level of consumption. Cosmos DB Here are a few links ...