Microsoft Azure API Management · Arazzo Workflow

Azure API Management Backup Service

Version 1.0.0

Confirm the service exists, trigger a backup to storage, then re-read the service state.

1 workflow 1 source API 1 provider
View Spec View on GitHub A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows

Provider

microsoft-azure-api-management

Workflows

backup-service
Trigger a backup of the API Management service and confirm state.
Confirms the service exists, triggers a backup to the supplied storage container, then re-reads the service provisioning state.
3 steps inputs: backupName, containerName, resourceGroupName, serviceName, storageAccount, subscriptionId outputs: provisioningState, serviceResourceId
1
getService
Read the service to confirm it exists before triggering a backup.
2
triggerBackup
Trigger the backup of the service to the supplied storage container.
3
confirmState
Re-read the service to surface its provisioning state after the backup operation begins.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Azure API Management Backup Service
  summary: Confirm the service exists, trigger a backup to storage, then re-read the service state.
  description: >-
    Captures a backup of the API Management service to an Azure Storage account.
    The workflow reads the service to confirm it exists, triggers the backup to
    the supplied storage container, then re-reads the service to surface its
    provisioning state after the long-running operation begins. 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: apimanagementserviceApi
  url: ../openapi/microsoft-azure-api-management-apimanagementservice-api-openapi.yml
  type: openapi
workflows:
- workflowId: backup-service
  summary: Trigger a backup of the API Management service and confirm state.
  description: >-
    Confirms the service exists, triggers a backup to the supplied storage
    container, then re-reads the service provisioning state.
  inputs:
    type: object
    required:
    - subscriptionId
    - resourceGroupName
    - serviceName
    - storageAccount
    - containerName
    - backupName
    properties:
      subscriptionId:
        type: string
        description: The Azure subscription identifier.
      resourceGroupName:
        type: string
        description: The resource group containing the service.
      serviceName:
        type: string
        description: The API Management service name.
      storageAccount:
        type: string
        description: The target Azure Storage account name.
      containerName:
        type: string
        description: The blob container that receives the backup.
      backupName:
        type: string
        description: The name of the backup blob.
  steps:
  - stepId: getService
    description: >-
      Read the service to confirm it exists before triggering a backup.
    operationId: ApiManagementService_Get
    parameters:
    - name: subscriptionId
      in: path
      value: $inputs.subscriptionId
    - name: resourceGroupName
      in: path
      value: $inputs.resourceGroupName
    - name: serviceName
      in: path
      value: $inputs.serviceName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      serviceResourceId: $response.body#/id
  - stepId: triggerBackup
    description: >-
      Trigger the backup of the service to the supplied storage container.
    operationId: ApiManagementService_Backup
    parameters:
    - name: subscriptionId
      in: path
      value: $inputs.subscriptionId
    - name: resourceGroupName
      in: path
      value: $inputs.resourceGroupName
    - name: serviceName
      in: path
      value: $inputs.serviceName
    requestBody:
      contentType: application/json
      payload:
        storageAccount: $inputs.storageAccount
        containerName: $inputs.containerName
        backupName: $inputs.backupName
    successCriteria:
    - condition: $statusCode == 200
  - stepId: confirmState
    description: >-
      Re-read the service to surface its provisioning state after the backup
      operation begins.
    operationId: ApiManagementService_Get
    parameters:
    - name: subscriptionId
      in: path
      value: $inputs.subscriptionId
    - name: resourceGroupName
      in: path
      value: $inputs.resourceGroupName
    - name: serviceName
      in: path
      value: $inputs.serviceName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      provisioningState: $response.body#/properties/provisioningState
  outputs:
    serviceResourceId: $steps.getService.outputs.serviceResourceId
    provisioningState: $steps.confirmState.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-api-management-backup-service-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.