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

JavaScript integration

✓ Official SDK
Install
npm install azure-sdk-for-node
Lists all of the available Data Lake Analytics REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.DataLakeAnalytics/operations
Gets the first page of Data Lake Analytics accounts, if any, within the curre…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts
Gets subscription-level properties and limits for Data Lake Analytics specifi…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-node
JavaScript
API
azure.com
azure.com:datalake-analytics-account
At a glance
Language JavaScript
Endpoints31
✓ Official