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

JavaScript integration

✓ Official SDK
Install
npm install azure-sdk-for-node
Lists available operations for the Microsoft.Batch provider
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Batch/operations
Gets information about the Batch accounts associated with the subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Batch/batchAccounts
Gets the Batch service quotas for the specified subscription at the given loc…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/quotas
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-node
JavaScript
API
azure.com
azure.com:batch-BatchManagement
At a glance
Language JavaScript
Endpoints35
✓ Official