Microsoft Azure · Capability

Microsoft Azure Azure Resource Manager API — Deployments

Microsoft Azure Azure Resource Manager API — Deployments. 2 operations. Lead operation: Microsoft Azure Create or Update a Deployment. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDeployments

What You Can Do

PUT
Deploymentscreateorupdate — Microsoft Azure Create or Update a Deployment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/deployments/{deploymentname}
GET
Deploymentsget — Microsoft Azure Get a Deployment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/deployments/{deploymentname}

MCP Tools

microsoft-azure-create-update-deployment

Microsoft Azure Create or Update a Deployment

idempotent
microsoft-azure-get-deployment

Microsoft Azure Get a Deployment

read-only idempotent

Capability Spec

azure-resource-manager-deployments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Resource Manager API — Deployments
  description: 'Microsoft Azure Azure Resource Manager API — Deployments. 2 operations. Lead operation: Microsoft Azure Create
    or Update a Deployment. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Deployments
  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: azure-resource-manager-deployments
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Resource Manager API — Deployments business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-deployments-deploy
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/deployments/{deploymentName}
      operations:
      - name: deploymentscreateorupdate
        method: PUT
        description: Microsoft Azure Create or Update a Deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deploymentName
          in: path
          type: string
          description: The name of the deployment.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deploymentsget
        method: GET
        description: Microsoft Azure Get a Deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deploymentName
          in: path
          type: string
          description: The name of the deployment.
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-resource-manager-deployments-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Resource Manager API — Deployments. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/deployments/{deploymentname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-deployments-deploy
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-deployments-deploy.
      operations:
      - method: PUT
        name: deploymentscreateorupdate
        description: Microsoft Azure Create or Update a Deployment
        call: azure-resource-manager-deployments.deploymentscreateorupdate
        with:
          deploymentName: rest.deploymentName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: deploymentsget
        description: Microsoft Azure Get a Deployment
        call: azure-resource-manager-deployments.deploymentsget
        with:
          deploymentName: rest.deploymentName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-resource-manager-deployments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Resource Manager API — Deployments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-create-update-deployment
      description: Microsoft Azure Create or Update a Deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-resource-manager-deployments.deploymentscreateorupdate
      with:
        deploymentName: tools.deploymentName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-deployment
      description: Microsoft Azure Get a Deployment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-resource-manager-deployments.deploymentsget
      with:
        deploymentName: tools.deploymentName
      outputParameters:
      - type: object
        mapping: $.