Microsoft Azure · Capability

Microsoft Azure Azure App Configuration — Locks

Microsoft Azure Azure App Configuration — Locks. 2 operations. Lead operation: Microsoft Azure Locks A Key Value. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureLocks

What You Can Do

PUT
Microsoftazureputlock — Microsoft Azure Locks A Key Value
/v1/locks/{key}
DELETE
Microsoftazuredeletelock — Microsoft Azure Unlocks A Key Value
/v1/locks/{key}

MCP Tools

microsoft-azure-locks-key-value

Microsoft Azure Locks A Key Value

idempotent
microsoft-azure-unlocks-key-value

Microsoft Azure Unlocks A Key Value

idempotent

Capability Spec

azure-app-configuration-locks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure App Configuration — Locks
  description: 'Microsoft Azure Azure App Configuration — Locks. 2 operations. Lead operation: Microsoft Azure Locks A Key
    Value. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Locks
  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-app-configuration-locks
    baseUri: ''
    description: Microsoft Azure Azure App Configuration — Locks business capability. Self-contained, no shared references.
    resources:
    - name: locks-key
      path: /locks/{key}
      operations:
      - name: microsoftazureputlock
        method: PUT
        description: Microsoft Azure Locks A Key Value
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: key
          in: path
          type: string
          description: The key of the key-value to lock.
          required: true
        - name: label
          in: query
          type: string
          description: The label, if any, of the key-value to lock.
        - name: If-Match
          in: header
          type: string
          description: Used to perform an operation only if the targeted resource's etag matches the value provided.
        - name: If-None-Match
          in: header
          type: string
          description: Used to perform an operation only if the targeted resource's etag does not match the value provided.
      - name: microsoftazuredeletelock
        method: DELETE
        description: Microsoft Azure Unlocks A Key Value
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: key
          in: path
          type: string
          description: The key of the key-value to unlock.
          required: true
        - name: label
          in: query
          type: string
          description: The label, if any, of the key-value to unlock.
        - name: If-Match
          in: header
          type: string
          description: Used to perform an operation only if the targeted resource's etag matches the value provided.
        - name: If-None-Match
          in: header
          type: string
          description: Used to perform an operation only if the targeted resource's etag does not match the value provided.
  exposes:
  - type: rest
    namespace: azure-app-configuration-locks-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure App Configuration — Locks. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/locks/{key}
      name: locks-key
      description: REST surface for locks-key.
      operations:
      - method: PUT
        name: microsoftazureputlock
        description: Microsoft Azure Locks A Key Value
        call: azure-app-configuration-locks.microsoftazureputlock
        with:
          key: rest.key
          label: rest.label
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredeletelock
        description: Microsoft Azure Unlocks A Key Value
        call: azure-app-configuration-locks.microsoftazuredeletelock
        with:
          key: rest.key
          label: rest.label
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-app-configuration-locks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure App Configuration — Locks. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-locks-key-value
      description: Microsoft Azure Locks A Key Value
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-app-configuration-locks.microsoftazureputlock
      with:
        key: tools.key
        label: tools.label
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-unlocks-key-value
      description: Microsoft Azure Unlocks A Key Value
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-app-configuration-locks.microsoftazuredeletelock
      with:
        key: tools.key
        label: tools.label
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
      outputParameters:
      - type: object
        mapping: $.