Azure Caches for Redis with Node.JS

Azure Caches for Redis provides an in-memory data store based on the Redis software. Azure Cache for Redis is based on the popular open-source Redis cache. It gives you access to a secure, dedicated Redis…

Setup Azure Log Analytics Workspace for App Service

A Log Analytics workspace is a unique centralized spaces for log data from Azure Monitor and other Azure services, such as Azure App services, SQL databases where you can easily store, retain, and query data…

Connect Azure Web App to Azure VNET

In some reason, your Azure Web App need to connect to a private, secured resource on Azure. Then you'll think about VNET which will be created for security purpose. You can deploy VMs, and several…

Deploy Node.JS application to Azure App Service

Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both…