Microsoft Azure · Capability

Microsoft Azure Microsoft.IntegrationSpaces — BusinessProcesses

Microsoft Azure Microsoft.IntegrationSpaces — BusinessProcesses. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBusinessProcesses

What You Can Do

GET
Microsoftazurebusinessprocesseslistbyapplication — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}/applications/{applicationname}/businessprocesses
GET
Microsoftazurebusinessprocessesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}/applications/{applicationname}/businessprocesses/{businessprocessname}
PUT
Microsoftazurebusinessprocessescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}/applications/{applicationname}/businessprocesses/{businessprocessname}
PATCH
Microsoftazurebusinessprocessespatch — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}/applications/{applicationname}/businessprocesses/{businessprocessname}
DELETE
Microsoftazurebusinessprocessesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}/applications/{applicationname}/businessprocesses/{businessprocessname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname

idempotent

Capability Spec

microsoftintegrationspaces-businessprocesses.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.IntegrationSpaces — BusinessProcesses
  description: 'Microsoft Azure Microsoft.IntegrationSpaces — BusinessProcesses. 5 operations. Lead operation: Microsoft Azure
    Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename
    Applications Applicationname Businessprocesses. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - BusinessProcesses
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoftintegrationspaces-businessprocesses
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.IntegrationSpaces — BusinessProcesses business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IntegrationSpaces/spaces/{spaceName}/applications/{applicationName}/businessProcesses
      operations:
      - name: microsoftazurebusinessprocesseslistbyapplication
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceName
          in: path
          type: string
          description: The name of the space
          required: true
        - name: applicationName
          in: path
          type: string
          description: The name of the Application
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IntegrationSpaces/spaces/{spaceName}/applications/{applicationName}/businessProcesses/{businessProcessName}
      operations:
      - name: microsoftazurebusinessprocessesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceName
          in: path
          type: string
          description: The name of the space
          required: true
        - name: applicationName
          in: path
          type: string
          description: The name of the Application
          required: true
        - name: businessProcessName
          in: path
          type: string
          description: The name of the business process
          required: true
      - name: microsoftazurebusinessprocessescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceName
          in: path
          type: string
          description: The name of the space
          required: true
        - name: applicationName
          in: path
          type: string
          description: The name of the Application
          required: true
        - name: businessProcessName
          in: path
          type: string
          description: The name of the business process
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazurebusinessprocessespatch
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceName
          in: path
          type: string
          description: The name of the space
          required: true
        - name: applicationName
          in: path
          type: string
          description: The name of the Application
          required: true
        - name: businessProcessName
          in: path
          type: string
          description: The name of the business process
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: microsoftazurebusinessprocessesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceName
          in: path
          type: string
          description: The name of the space
          required: true
        - name: applicationName
          in: path
          type: string
          description: The name of the Application
          required: true
        - name: businessProcessName
          in: path
          type: string
          description: The name of the business process
          required: true
  exposes:
  - type: rest
    namespace: microsoftintegrationspaces-businessprocesses-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.IntegrationSpaces — BusinessProcesses. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}/applications/{applicationname}/businessprocesses
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurebusinessprocesseslistbyapplication
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses
        call: microsoftintegrationspaces-businessprocesses.microsoftazurebusinessprocesseslistbyapplication
        with:
          spaceName: rest.spaceName
          applicationName: rest.applicationName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}/applications/{applicationname}/businessprocesses/{businessprocessname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurebusinessprocessesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
        call: microsoftintegrationspaces-businessprocesses.microsoftazurebusinessprocessesget
        with:
          spaceName: rest.spaceName
          applicationName: rest.applicationName
          businessProcessName: rest.businessProcessName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurebusinessprocessescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
        call: microsoftintegrationspaces-businessprocesses.microsoftazurebusinessprocessescreateorupdate
        with:
          spaceName: rest.spaceName
          applicationName: rest.applicationName
          businessProcessName: rest.businessProcessName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurebusinessprocessespatch
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
        call: microsoftintegrationspaces-businessprocesses.microsoftazurebusinessprocessespatch
        with:
          spaceName: rest.spaceName
          applicationName: rest.applicationName
          businessProcessName: rest.businessProcessName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurebusinessprocessesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
        call: microsoftintegrationspaces-businessprocesses.microsoftazurebusinessprocessesdelete
        with:
          spaceName: rest.spaceName
          applicationName: rest.applicationName
          businessProcessName: rest.businessProcessName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftintegrationspaces-businessprocesses-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.IntegrationSpaces — BusinessProcesses. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces
        Spaces Spacename Applications Applicationname Businessprocesses
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftintegrationspaces-businessprocesses.microsoftazurebusinessprocesseslistbyapplication
      with:
        spaceName: tools.spaceName
        applicationName: tools.applicationName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces
        Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftintegrationspaces-businessprocesses.microsoftazurebusinessprocessesget
      with:
        spaceName: tools.spaceName
        applicationName: tools.applicationName
        businessProcessName: tools.businessProcessName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces
        Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftintegrationspaces-businessprocesses.microsoftazurebusinessprocessescreateorupdate
      with:
        spaceName: tools.spaceName
        applicationName: tools.applicationName
        businessProcessName: tools.businessProcessName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftintegrationspaces-businessprocesses.microsoftazurebusinessprocessespatch
      with:
        spaceName: tools.spaceName
        applicationName: tools.applicationName
        businessProcessName: tools.businessProcessName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Integrationspaces Spaces Spacename Applications Applicationname Businessprocesses Businessprocessname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftintegrationspaces-businessprocesses.microsoftazurebusinessprocessesdelete
      with:
        spaceName: tools.spaceName
        applicationName: tools.applicationName
        businessProcessName: tools.businessProcessName
      outputParameters:
      - type: object
        mapping: $.