Microsoft Azure API Management · Arazzo Workflow

Azure API Management Manage Workspace Named Value

Version 1.0.0

Create a workspace named value, read it back, then list the workspace named values.

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

Provider

microsoft-azure-api-management

Workflows

manage-workspace-named-value
Upsert a workspace named value and list the workspace named values.
Creates or updates a named value in a workspace, reads it back, then lists the workspace's named values.
3 steps inputs: displayName, namedValueId, resourceGroupName, serviceName, subscriptionId, value, workspaceId outputs: namedValueCount, namedValueResourceId
1
upsertNamedValue
Create or update the named value with a display name and value.
2
getNamedValue
Read the named value back to confirm it was stored.
3
listNamedValues
List the workspace's named values to confirm the new entry is present.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Azure API Management Manage Workspace Named Value
  summary: Create a workspace named value, read it back, then list the workspace named values.
  description: >-
    Manages a reusable named value (secret or constant) inside a workspace that
    policies reference. The workflow creates or updates the named value with a
    display name and value, reads it back to confirm, then lists the workspace's
    named values. 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: namedvalueApi
  url: ../openapi/microsoft-azure-api-management-namedvalue-api-openapi.yml
  type: openapi
workflows:
- workflowId: manage-workspace-named-value
  summary: Upsert a workspace named value and list the workspace named values.
  description: >-
    Creates or updates a named value in a workspace, reads it back, then lists
    the workspace's named values.
  inputs:
    type: object
    required:
    - subscriptionId
    - resourceGroupName
    - serviceName
    - workspaceId
    - namedValueId
    - displayName
    - value
    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.
      workspaceId:
        type: string
        description: The workspace identifier.
      namedValueId:
        type: string
        description: The named value identifier to upsert.
      displayName:
        type: string
        description: The named value display name (used in policy references).
      value:
        type: string
        description: The named value content.
  steps:
  - stepId: upsertNamedValue
    description: >-
      Create or update the named value with a display name and value.
    operationId: WorkspaceNamedValue_CreateOrUpdate
    parameters:
    - name: subscriptionId
      in: path
      value: $inputs.subscriptionId
    - name: resourceGroupName
      in: path
      value: $inputs.resourceGroupName
    - name: serviceName
      in: path
      value: $inputs.serviceName
    - name: workspaceId
      in: path
      value: $inputs.workspaceId
    - name: namedValueId
      in: path
      value: $inputs.namedValueId
    requestBody:
      contentType: application/json
      payload:
        properties:
          displayName: $inputs.displayName
          value: $inputs.value
          secret: false
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      namedValueResourceId: $response.body#/id
  - stepId: getNamedValue
    description: >-
      Read the named value back to confirm it was stored.
    operationId: WorkspaceNamedValue_Get
    parameters:
    - name: subscriptionId
      in: path
      value: $inputs.subscriptionId
    - name: resourceGroupName
      in: path
      value: $inputs.resourceGroupName
    - name: serviceName
      in: path
      value: $inputs.serviceName
    - name: workspaceId
      in: path
      value: $inputs.workspaceId
    - name: namedValueId
      in: path
      value: $inputs.namedValueId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      namedValueResourceId: $response.body#/id
  - stepId: listNamedValues
    description: >-
      List the workspace's named values to confirm the new entry is present.
    operationId: WorkspaceNamedValue_ListByService
    parameters:
    - name: subscriptionId
      in: path
      value: $inputs.subscriptionId
    - name: resourceGroupName
      in: path
      value: $inputs.resourceGroupName
    - name: serviceName
      in: path
      value: $inputs.serviceName
    - name: workspaceId
      in: path
      value: $inputs.workspaceId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      namedValueCount: $response.body#/count
  outputs:
    namedValueResourceId: $steps.upsertNamedValue.outputs.namedValueResourceId
    namedValueCount: $steps.listNamedValues.outputs.namedValueCount

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-manage-workspace-named-value-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.