Every post on my blog so far has used Azure SQL - a relational database with a fixed schema, queried with standard SQL. That has been the right choice for the blog's Posts table, which is tabular and consistent in shape. But not every kind of data fits neatly into rows and fixed columns, and no...

Source: [Dev.to](https://dev.to/manoharij/azure-cosmos-db-and-blob-storage-when-sql-is-not-theright-tool-cop)

Sponsored