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 do some “roll your own”…
Category: 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!
Learn how to execute an Azure Function with triggers.
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 Create a timer trigger to…
Announcing CosmosDB Table Async OutputCache Provider Release and ASP.NET Providers Connected Service Extension Update
Through the years, ASP.NET team have been releasing new ASP.NET SessionState and OutputCache providers to help developers make their web applications ready for the cloud environment. Today we are announcing a new OutputCache provider, Microsoft.AspNet.OutputCache.CosmosDBTableAsyncOutputCacheProvider, to enable your applications store the OutputCache data into CosmosDB. It supports both Azure CosmosDB Table and Azure Storage Table.