Azure Cosmos DB – Tunable Consistency

By Dustin Ward

There are a lot of good reasons to use Azure Cosmos DB, as it offers a uniquely ‘single pane of glass’ over the increasingly ‘polyglot persistence’ world of enterprise data. One of the innovative ways in which it does this is with the tunable consistency feature for persisting data (see here for the documented 5…

Learn how to execute an Azure Function with triggers.

By Dustin Ward

A trigger is responsible for executing an Azure function and there are dozens of triggers to choose from. This module will you show you some of the most common types of triggers and how to configure them to execute your logic. In this module, you will: Determine which trigger works best for your business needs…