Azure Cosmos DB + Functions Cookbook
This next Azure Cosmos DB + Azure Functions recipe will show you how to customize the ConnectionMode and Protocol used in the Azure Functions bindings and triggers.
This next Azure Cosmos DB + Azure Functions recipe will show you how to customize the ConnectionMode and Protocol used in the Azure Functions bindings and triggers.
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…
Get your solutions to market faster using Azure Functions.
Problem Collecting and analyzing performance metrics is a key task for database environments and Azure is no different. In this tip we look at how to create a performance monitor dashboard in Azure. Solution While it’s by no means a substitute for monitoring software, Azure Log Analytics with Azure Dashboards is a handy place to…
This article will cover how to host a NodeJS Express server that serves your Create-React-App website and has an API that communicates with a Document DB, Azure Cosmos DB in this case (We will use MongooseJS to connect). Microsoft Azure also easily supports CI with your GitHub or Bitbucket repo!
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…