MSDN - Azure Analytics Reference

Comprehensive documentation for Azure Analytics services and APIs.

Azure Analytics Services

Explore the reference documentation for various Azure services designed for data analytics, including data warehousing, big data processing, real-time analytics, and business intelligence.

Azure Synapse Analytics

A cloud-based analytics service that brings together data warehousing and Big Data analytics. It allows you to query data using serverless on-demand or provisioned resources at a petabyte scale.

  • GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName} - Get workspace details.
  • POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/datasets - Create a SQL pool dataset.
  • GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName} - Get Big Data pool details.

View Full Synapse Analytics API Reference

Azure Databricks

An Apache Spark-based analytics platform optimized for the Azure cloud. Databricks provides a collaborative, cloud-based environment for data engineers, data scientists, and machine learning engineers.

  • GET /api/2.0/clusters/list - List all clusters.
  • POST /api/2.0/jobs/create - Create a new job.
  • GET /api/2.0/instance-pools/list - List all instance pools.

View Full Azure Databricks API Reference

Azure Stream Analytics

A real-time analytics and complex event-processing engine that helps you analyze and process high volumes of streaming data from sources like web or mobile devices, sensors, and social media.

  • GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName} - Get a streaming job.
  • POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}/test - Test an input.
  • PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName} - Create or update an output.

View Full Stream Analytics API Reference

Azure Data Factory

A fully managed, cloud-based ETL and data integration service that allows you to orchestrate and automate data movement and transformation.

  • GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines - List pipelines.
  • POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}/createRun - Create a pipeline run.
  • GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets/{datasetName} - Get dataset details.

View Full Data Factory API Reference

Azure Analysis Services

A fully managed platform as a service (PaaS) that provides enterprise-grade data modeling capabilities, enabling business intelligence professionals to define business logic and create semantic models.

  • GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName} - Get server details.
  • POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/models - Create a new tabular model.
  • GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/firewallrules - List firewall rules.

View Full Analysis Services API Reference