Quickstart: Azure Cosmos DB for NoSQL and Azure SDK for Node.js
This is a simple Express web application to illustrate common basic usage of Azure Cosmos DB for NoSQL with the Azure SDK for Node.js.
Prerequisites
Quickstart
Log in to Azure Developer CLI. This is only required once per-install.
azd auth loginInitialize this template (
cosmos-db-nosql-nodejs-quickstart) usingazd initazd init --template cosmos-db-nosql-nodejs-quickstartEnsure that Docker is running in your environment.
Use
azd upto provision your Azure infrastructure and deploy the web application to Azure.azd upObserved the deployed web application


(Optionally) Run this web application locally in either the
src/jsorsrc/tsfolders:npm install npm run dev