Azure Synapse Analytics · Arazzo Workflow

Azure Synapse Analytics Provision Spark Pool

Version 1.0.0

Create or update an Apache Spark (big data) pool and confirm its state.

1 workflow 1 source API 1 provider
View Spec View on GitHub AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQLArazzoWorkflows

Provider

microsoft-azure-synapse-analytics

Workflows

provision-spark-pool
Create or update an Apache Spark (big data) pool and verify it.
Creates or updates a big data pool resource and reads it back to capture its provisioning state and node count.
2 steps inputs: apiVersion, bigDataPool, bigDataPoolName, resourceGroupName, subscriptionId, workspaceName outputs: provisioningState, sparkPoolId
1
createSparkPool
Create or update the Apache Spark (big data) pool within the workspace.
2
confirmSparkPool
Read the Spark pool back to confirm its node configuration and provisioning state.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Azure Synapse Analytics Provision Spark Pool
  summary: Create or update an Apache Spark (big data) pool and confirm its state.
  description: >-
    Apache Spark pools, also called big data pools, provide the managed Spark
    compute for Azure Synapse Analytics and are managed through the Azure
    Resource Manager plane. This workflow provisions a Spark pool and then reads
    it back to confirm its node configuration and provisioning state. Every step
    spells out its request inline so the flow can be read and executed without
    opening the underlying OpenAPI description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-600.50
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-600.50
      capability_name: IT Infrastructure Management
      spec: microsoft-azure-synapse-analytics-bigdatapools-api-openapi.yml
      confidence: 0.78
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: bigdatapoolsApi
  url: ../openapi/microsoft-azure-synapse-analytics-bigdatapools-api-openapi.yml
  type: openapi
workflows:
- workflowId: provision-spark-pool
  summary: Create or update an Apache Spark (big data) pool and verify it.
  description: >-
    Creates or updates a big data pool resource and reads it back to capture its
    provisioning state and node count.
  inputs:
    type: object
    required:
    - apiVersion
    - subscriptionId
    - resourceGroupName
    - workspaceName
    - bigDataPoolName
    - bigDataPool
    properties:
      apiVersion:
        type: string
        description: The ARM API version for big data pools (e.g. 2021-06-01).
      subscriptionId:
        type: string
        description: The Azure subscription id.
      resourceGroupName:
        type: string
        description: The resource group containing the Synapse workspace.
      workspaceName:
        type: string
        description: The Synapse workspace name.
      bigDataPoolName:
        type: string
        description: The name of the Spark (big data) pool to create or update.
      bigDataPool:
        type: object
        description: The BigDataPoolResourceInfo body (location, properties).
  steps:
  - stepId: createSparkPool
    description: >-
      Create or update the Apache Spark (big data) pool within the workspace.
    operationId: BigDataPools_CreateOrUpdate
    parameters:
    - name: api-version
      in: query
      value: $inputs.apiVersion
    - name: subscriptionId
      in: path
      value: $inputs.subscriptionId
    - name: resourceGroupName
      in: path
      value: $inputs.resourceGroupName
    - name: workspaceName
      in: path
      value: $inputs.workspaceName
    - name: bigDataPoolName
      in: path
      value: $inputs.bigDataPoolName
    requestBody:
      contentType: application/json
      payload: $inputs.bigDataPool
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      sparkPoolId: $response.body#/id
  - stepId: confirmSparkPool
    description: >-
      Read the Spark pool back to confirm its node configuration and
      provisioning state.
    operationId: BigDataPools_Get
    parameters:
    - name: api-version
      in: query
      value: $inputs.apiVersion
    - name: subscriptionId
      in: path
      value: $inputs.subscriptionId
    - name: resourceGroupName
      in: path
      value: $inputs.resourceGroupName
    - name: workspaceName
      in: path
      value: $inputs.workspaceName
    - name: bigDataPoolName
      in: path
      value: $inputs.bigDataPoolName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      provisioningState: $response.body#/properties/provisioningState
      nodeCount: $response.body#/properties/nodeCount
  outputs:
    sparkPoolId: $steps.createSparkPool.outputs.sparkPoolId
    provisioningState: $steps.confirmSparkPool.outputs.provisioningState

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/microsoft-azure-synapse-analytics-provision-spark-pool-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.