Azure Synapse Analytics · Arazzo Workflow

Azure Synapse Analytics Provision and Resume SQL Pool

Version 1.0.0

Create a dedicated SQL pool, resume its compute, 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-and-resume-sql-pool
Create a dedicated SQL pool, resume it, and confirm its state.
Creates a SQL pool resource, resumes its compute, and reads the pool back to capture the final provisioning state.
3 steps inputs: apiVersion, resourceGroupName, sqlPool, sqlPoolName, subscriptionId, workspaceName outputs: provisioningState, sqlPoolId
1
createSqlPool
Provision the dedicated SQL pool within the workspace.
2
resumeSqlPool
Resume the SQL pool so its compute is brought online and ready for queries.
3
confirmSqlPool
Read the SQL pool back to capture its final provisioning state.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Azure Synapse Analytics Provision and Resume SQL Pool
  summary: Create a dedicated SQL pool, resume its compute, and confirm its state.
  description: >-
    Dedicated SQL pools provide the enterprise data warehousing compute in Azure
    Synapse Analytics and are managed through the Azure Resource Manager plane.
    This workflow provisions a SQL pool, resumes it so compute is online, and
    then reads the pool to confirm its 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
sourceDescriptions:
- name: sqlpoolsApi
  url: ../openapi/microsoft-azure-synapse-analytics-sqlpools-api-openapi.yml
  type: openapi
workflows:
- workflowId: provision-and-resume-sql-pool
  summary: Create a dedicated SQL pool, resume it, and confirm its state.
  description: >-
    Creates a SQL pool resource, resumes its compute, and reads the pool back to
    capture the final provisioning state.
  inputs:
    type: object
    required:
    - apiVersion
    - subscriptionId
    - resourceGroupName
    - workspaceName
    - sqlPoolName
    - sqlPool
    properties:
      apiVersion:
        type: string
        description: The ARM API version for SQL 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.
      sqlPoolName:
        type: string
        description: The name of the SQL pool to create.
      sqlPool:
        type: object
        description: The SqlPool resource body (location, sku, properties).
  steps:
  - stepId: createSqlPool
    description: >-
      Provision the dedicated SQL pool within the workspace.
    operationId: SqlPools_Create
    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: sqlPoolName
      in: path
      value: $inputs.sqlPoolName
    requestBody:
      contentType: application/json
      payload: $inputs.sqlPool
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      sqlPoolId: $response.body#/id
  - stepId: resumeSqlPool
    description: >-
      Resume the SQL pool so its compute is brought online and ready for
      queries.
    operationId: SqlPools_Resume
    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: sqlPoolName
      in: path
      value: $inputs.sqlPoolName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      resumedState: $response.body#/properties/status
  - stepId: confirmSqlPool
    description: >-
      Read the SQL pool back to capture its final provisioning state.
    operationId: SqlPools_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: sqlPoolName
      in: path
      value: $inputs.sqlPoolName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      provisioningState: $response.body#/properties/provisioningState
      status: $response.body#/properties/status
  outputs:
    sqlPoolId: $steps.createSqlPool.outputs.sqlPoolId
    provisioningState: $steps.confirmSqlPool.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-and-resume-sql-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.