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

JavaScript integration

✓ Official SDK
Install
npm install azure-sdk-for-node
Returns a list of locations to which you can ship the disks associated with a…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ImportExport/locations
Returns the list of operations supported by the import/export resource provider.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ImportExport/operations
Returns the details about a location to which you can ship the disks associat…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.ImportExport/locations/{locationName}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-node
JavaScript
API
azure.com
azure.com:storageimportexport
At a glance
Language JavaScript
Endpoints10
✓ Official