title | description | author | manager | ms.devlang | ms.topic | ms.service | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|
Use Azure databases with Node.js apps |
Azure offers a number of different databases for use with web and other Node.js apps. |
kraigb |
barbkess |
nodejs |
article |
azure-nodejs |
08/20/2019 |
kraigb |
The following table links to a variety of articles for connecting to and using Azure databases with Node.js. For a side-by-side list of different database options, see Databases - Fully managed intelligent database services.
Service | Quickstart | Samples |
---|---|---|
Cosmos DB | Create a Node.js Azure Cosmos DB web app | Samples |
MongoDB | Create a Node.js and MongoDB web app | Samples |
Redis Cache | Create and consume a Redis cache | |
Azure SQL database | Use Node.js to query and Azure SQL database | Samples |
MySQL | Use Node.js to connect and query data | |
PostgreSQL | Use Node.js to connect and query data |
You can also use Azure Storage for file (blob), table, and queue (message) storage:
Service | Quickstart |
---|---|
Blobs | Upload, download, list, and delete blobs using Azure Storage v10 SDK for JavaScript |
Queues | How to use Queue storage from Node.js |
Tables | How to use Table storage from Node.js |