Autoscaling Best Practices – Unforunately several websites have succumb to the Black Friday shopping frenzy. Autoscaling takes advantage of the elasticity of cloud-hosted environments while easing management overhead. It reduces the need for an operator to continually monitor the performance of a system and make decisions about adding or removing resources. There are two main ways that an application can…
Tag: CosmosDB
Working with the change feed support in Azure Cosmos DB
One of my favorite features of #CosmosDB is the change feed. It listens to an Azure Cosmos DB collection for any changes. It then outputs the sorted list of documents that were changed in the order in which they were modified. @AzureCosmosDB #Azure
Creating MERN Stack App and Hosting In Microsoft Azure using Create-React-App w/ Continuous Integration and Azure Cosmos DB database
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!