Why I Love Cosmos DB
Cosmos DB is an increasingly popular no-sql database provided by Microsoft Azure. In this article I outline the things that make me love Cosmos DB.
Cosmos DB is an increasingly popular no-sql database provided by Microsoft Azure. In this article I outline the things that make me love Cosmos DB.
Microsoft announced that Azure Cosmos DB is now also available as a free tier. So I set out to give it a spin to learn more about running Cosmos for free.
This article shows you how you can quickly enable CORS for your WordPress website or blog running on Azure. All you need is the Azure management portal.
Azure Functions is a handy solution that allows you to focus on just the functionality your code needs to perform, and not how to package and deploy your application. You just write your functionality as Read more…
Azure Functions is a solution that allows you to publish pieces of functionality as functions. This post outlines a few things I think are good to know when building function applications.