Azure Code Samples
Learn to interact with Azure services through code

33 code samples match your filter
This is a sample application which acts as a Car Review web site and showcases the Azure Serverless services.
Developing a Node.js app using the Azure Cosmos DB SQL API
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.
Web application development with Node.js and Express using Azure Cosmos DB
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.
On-demand calculation of Azure consumption cost
Azure Function that returns consumption cost per subscription in Node.js
Authentication sample for Azure Key Vault using the Azure Node SDK
Node.js Sample for Authenticating to Key Vault
Deploy Certificates to VMs from customer-managed Key Vault in Node
Deploy Certificates to VMs from customer-managed Key Vault in Node.
Developing a Node.js app with Cassandra API using Azure Cosmos DB
This repository has sample Javascript language code to interact with Cassandra API of Azure Cosmos DB in form of creation, query and cleanup of data.
App Service Mobile completed quickstart for Node.js backend
Node.js backend quickstart project after all tutorials have been completed (push, auth, offline, etc..)
FoodTrucks - Node API App for Azure App Service
Node.js API App food trucks service sample
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 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.
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
Securing a web API with Azure AD
A NodeJS web API that is secured using Azure AD and OAuth 2.0 access tokens.
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
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.
Getting started with Key Vault in Node.js
Get started with key vault management in NodeJs