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

TypeScript integration

✓ Official SDK
Install
npm install azure-sdk-for-js
Quick start
import Azure_sdk_for_js from 'azure-sdk-for-js';

const client = new Azure_sdk_for_js({ apiKey: "YOUR_API_KEY" });
Indicates which operations can be performed by the Power BI Resource Provider.
curl \
  /providers/Microsoft.PowerBI/operations
Retrieves all existing Power BI workspace collections in the specified subscr…
curl \
  /subscriptions/{subscriptionId}/providers/Microsoft.PowerBI/workspaceCollections
Retrieves all existing Power BI workspace collections in the specified resour…
curl \
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-js
TypeScript
API
azure.com
azure.com:powerbiembedded
At a glance
Language TypeScript
Endpoints12
✓ Official