From 31d5f1ac4b50f4c77c76728c2bf55fe02c4dd24a Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Thu, 17 Oct 2024 17:36:13 -0400 Subject: [PATCH] Update readme.md Signed-off-by: Sidney Andrews --- readme.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index 8cb9311..3aed655 100644 --- a/readme.md +++ b/readme.md @@ -1,26 +1,18 @@ --- page_type: sample +name: Quickstart: Azure Cosmos DB for NoSQL and Azure SDK for Node.js +description: This is a simple Express web application to illustrate common basic usage of Azure Cosmos DB for NoSQL and the Azure SDK for Node.js. +urlFragment: template languages: -- azdeveloper -- nodejs -- bicep +- typescript - javascript -- html +- azdeveloper products: -- azure - azure-cosmos-db -- azure-container-apps -- azure-container-registry -urlFragment: azd -name: Minimal Express and Node.js application for Azure Cosmos DB for NoSQL -description: This is a minimal Node.js & Express web application to illustrate basic usage of Azure Cosmos DB for NoSQL's client library for Node.js. This sample application accesses an existing account, database, and container using the @azure/cosmos and @azure/identity packages. --- # Quickstart: Azure Cosmos DB for NoSQL client library for Node.js -[![Open in GitHub Codespaces](https://img.shields.io/static/v1?style=for-the-badge&label=GitHub+Codespaces&message=Open&color=brightgreen&logo=github)](https://codespaces.new/Azure-Samples/cosmos-db-nosql-nodejs-quickstart?quickstart=1) -[![Open in Dev Container](https://img.shields.io/static/v1?style=for-the-badge&label=Dev+Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/Azure-Samples/cosmos-db-nosql-nodejs-quickstart) - This is a simple Express web application to illustrate common basic usage of Azure Cosmos DB for NoSQL's client library for Node.js. This sample application accesses an existing account, database, and container using the [`@azure/cosmos`](https://www.npmjs.com/package/@azure/cosmos) and [`@azure/identity`](https://www.npmjs.com/package/@azure/identity) packages. Modify the source code and leverage the Infrastructure as Code (IaC) Bicep assets to get up and running quickly. When you are finished, you will have a fully functional web application deployed to Azure.