Azure Synapse Analytics · Arazzo Workflow

Azure Synapse Analytics Deploy and Start Trigger

Version 1.0.0

Create or update a trigger, confirm it persisted, then start it.

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

Provider

microsoft-azure-synapse-analytics

Workflows

deploy-and-start-trigger
Publish a trigger and start it so it begins firing pipeline runs.
Creates or updates a trigger, verifies it was stored, and then starts the trigger to activate it.
3 steps inputs: apiVersion, trigger, triggerName outputs: startStatus, triggerId
1
deployTrigger
Create or update the trigger definition in the workspace.
2
confirmTrigger
Read the trigger back to confirm it was persisted before starting it.
3
startTrigger
Start the confirmed trigger so it begins firing the pipeline runs it is bound to.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Azure Synapse Analytics Deploy and Start Trigger
  summary: Create or update a trigger, confirm it persisted, then start it.
  description: >-
    Triggers schedule and event-drive pipeline runs in Azure Synapse Analytics.
    This workflow publishes a trigger definition into the workspace, reads it
    back to confirm it persisted, and then starts the trigger so it becomes
    active. 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: triggerApi
  url: ../openapi/microsoft-azure-synapse-analytics-trigger-api-openapi.yml
  type: openapi
workflows:
- workflowId: deploy-and-start-trigger
  summary: Publish a trigger and start it so it begins firing pipeline runs.
  description: >-
    Creates or updates a trigger, verifies it was stored, and then starts the
    trigger to activate it.
  inputs:
    type: object
    required:
    - apiVersion
    - triggerName
    - trigger
    properties:
      apiVersion:
        type: string
        description: The Synapse data plane API version (e.g. 2020-12-01).
      triggerName:
        type: string
        description: The name of the trigger to create or update.
      trigger:
        type: object
        description: The TriggerResource definition to publish.
  steps:
  - stepId: deployTrigger
    description: >-
      Create or update the trigger definition in the workspace.
    operationId: Trigger_CreateOrUpdateTrigger
    parameters:
    - name: api-version
      in: query
      value: $inputs.apiVersion
    - name: triggerName
      in: path
      value: $inputs.triggerName
    requestBody:
      contentType: application/json
      payload: $inputs.trigger
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      triggerId: $response.body#/id
  - stepId: confirmTrigger
    description: >-
      Read the trigger back to confirm it was persisted before starting it.
    operationId: Trigger_GetTrigger
    parameters:
    - name: api-version
      in: query
      value: $inputs.apiVersion
    - name: triggerName
      in: path
      value: $inputs.triggerName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      confirmedName: $response.body#/name
  - stepId: startTrigger
    description: >-
      Start the confirmed trigger so it begins firing the pipeline runs it is
      bound to.
    operationId: Trigger_StartTrigger
    parameters:
    - name: api-version
      in: query
      value: $inputs.apiVersion
    - name: triggerName
      in: path
      value: $inputs.triggerName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      startStatus: $statusCode
  outputs:
    triggerId: $steps.deployTrigger.outputs.triggerId
    startStatus: $steps.startTrigger.outputs.startStatus

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-deploy-and-start-trigger-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.