Azure
Free Tier Now Available for Azure 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.
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.
Azure Key Vault allows you to store sensitive information in a secure way. This post shows you how easy it is to store your application’s sensitive configuration settings in Key Vault without having to change a single line of code in your application.