Using azure-sdk-for-node with azure.com

JavaScript integration

✓ Official SDK
Install
npm install azure-sdk-for-node
Lists all of the Jobs in the specified Account.
curl \
  -H "Authorization: $API_KEY" \
  /jobs
Lists all of the Pools in the specified Account.
curl \
  -H "Authorization: $API_KEY" \
  /pools
Gets the number of Compute Nodes in each state, grouped by Pool.
curl \
  -H "Authorization: $API_KEY" \
  /nodecounts
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-node
JavaScript
API
azure.com
azure.com:batch-BatchService
At a glance
Language JavaScript
Endpoints72
✓ Official