Azure Code Samples
Learn to interact with Azure services through code
28 code samples match your filter
MEAN.js sample for Azure App Service
A simple MEAN.js application that demonstrates how to build data-driven Node.js apps in Azure App Service
Manage resources using Managed Service Identity using node.js
sample that shows how to use msi with node sdk
Create a VM with MSI authentication enabled
This sample demonstrates how to create Azure virtual machine with Managed Service Identity Extension using a node.js client
Cosmos DB, Express.js, Angular, and Node.js app
Developing a Node.js app with Gremlin Graph Data using Azure Cosmos DB
Azure Cosmos DB's Graph API provides the graph data model and Gremlin. This tutorial shows how to get started with the Graph (Gremlin) API and the Node.js SDK.
IoT Hub Intel Edison Client application
Application collects weather data from a Grove temperature sensor and sends it to IoT hub, also take actions according to cloud-to-device message, device management.
Web application development with Node.js and Express using DocumentDB
This sample shows you how to use the Microsoft Azure DocumentDB service to store and access data from a Node.js Express application hosted on Azure Websites.
Simple IoT project using Azure IoT Hub and showing a device running node to send telemetry data and that is analyzed by Azure IoT services to detect anomalies
Developing a Node.js app with DocumentDB using Azure Cosmos DB
Azure Cosmos DB's DocumentDB API provides a JSON document database data model and the power of SQL and JavaScript over schema-less data. This tutorial shows how to get started with the DocumentDB API and the Node.js SDK.
FoodTrucks - Node API App for Azure App Service
Node.js API App food trucks service sample
Getting Started with Azure Blob Service in Node.js
The getting started sample demonstrates how to perform common tasks using the Azure Blob Service in node.js including uploading a blob, CRUD operations, listing, as well as blob snapshot creation.
App Service Mobile completed quickstart for Node.js backend
Node.js backend quickstart project after all tutorials have been completed (push, auth, offline, etc..)
Manage Azure websites with Node.js
This sample demonstrates how to manage your webapps using a node.js client
Getting Started with CORS for the Windows Azure Storage Services in Node.js
This sample demostrates how to set the CORS rules for a blob storage account to be used from javascript in a web browser
Getting Started with Azure Queue Service in Node.js
The getting started sample demonstrates how to perform common tasks using the Azure Queue Service in node.js including inserting, peeking, getting and deleting queue messages, as well as creating and deleting queues.
Node.js Azure Function for generating SAS tokens
Node.js Azure Function for getting a blob or container Storage SAS token
Deploy an SSH Enabled VM with a Template in Node.js
An example illustrating how to use node.js to deploy an Azure Resource Manager Template
Securing a web API with Azure AD
A NodeJS web API that is secured using Azure AD and OAuth 2.0 access tokens.