Microsoft Azure · Capability

Microsoft Azure Microsoft.Logz — SubAccount

Microsoft Azure Microsoft.Logz — SubAccount. 6 operations. Lead operation: Microsoft Azure List The Sub Account Under A Given Monitor Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSubAccount

What You Can Do

GET
Microsoftazuresubaccountlist — Microsoft Azure List The Sub Account Under A Given Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/accounts
PUT
Microsoftazuresubaccountcreate — Microsoft Azure Create Sub Account Under A Given Monitor Resource This Create Operation Can Take Upto 10 Minutes To Complete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/accounts/{subaccountname}
GET
Microsoftazuresubaccountget — Microsoft Azure Get A Sub Account Under A Given Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/accounts/{subaccountname}
DELETE
Microsoftazuresubaccountdelete — Microsoft Azure Delete A Sub Account Resource This Delete Operation Can Take Upto 10 Minutes To Complete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/accounts/{subaccountname}
PATCH
Microsoftazuresubaccountupdate — Microsoft Azure Update A Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/accounts/{subaccountname}
POST
Microsoftazuresubaccountlistmonitoredresources — Microsoft Azure List The Resources Currently Being Monitored By The Logz Sub Account Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/accounts/{subaccountname}/listmonitoredresources

MCP Tools

microsoft-azure-list-sub-account

Microsoft Azure List The Sub Account Under A Given Monitor Resource

read-only idempotent
microsoft-azure-create-sub-account

Microsoft Azure Create Sub Account Under A Given Monitor Resource This Create Operation Can Take Upto 10 Minutes To Complete

idempotent
microsoft-azure-get-sub-account

Microsoft Azure Get A Sub Account Under A Given Monitor Resource

read-only idempotent
microsoft-azure-delete-sub-account

Microsoft Azure Delete A Sub Account Resource This Delete Operation Can Take Upto 10 Minutes To Complete

idempotent
microsoft-azure-update-monitor-resource

Microsoft Azure Update A Monitor Resource

idempotent
microsoft-azure-list-resources-currently

Microsoft Azure List The Resources Currently Being Monitored By The Logz Sub Account Resource

read-only

Capability Spec

microsoftlogz-subaccount.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Logz — SubAccount
  description: 'Microsoft Azure Microsoft.Logz — SubAccount. 6 operations. Lead operation: Microsoft Azure List The Sub Account
    Under A Given Monitor Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SubAccount
  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: microsoftlogz-subaccount
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Logz — SubAccount business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logz/monitors/{monitorName}/accounts
      operations:
      - name: microsoftazuresubaccountlist
        method: GET
        description: Microsoft Azure List The Sub Account Under A Given Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logz/monitors/{monitorName}/accounts/{subAccountName}
      operations:
      - name: microsoftazuresubaccountcreate
        method: PUT
        description: Microsoft Azure Create Sub Account Under A Given Monitor Resource This Create Operation Can Take Upto
          10 Minutes To Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
      - name: microsoftazuresubaccountget
        method: GET
        description: Microsoft Azure Get A Sub Account Under A Given Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuresubaccountdelete
        method: DELETE
        description: Microsoft Azure Delete A Sub Account Resource This Delete Operation Can Take Upto 10 Minutes To Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuresubaccountupdate
        method: PATCH
        description: Microsoft Azure Update A Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logz/monitors/{monitorName}/accounts/{subAccountName}/listMonitoredResources
      operations:
      - name: microsoftazuresubaccountlistmonitoredresources
        method: POST
        description: Microsoft Azure List The Resources Currently Being Monitored By The Logz Sub Account Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoftlogz-subaccount-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Logz — SubAccount. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/accounts
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresubaccountlist
        description: Microsoft Azure List The Sub Account Under A Given Monitor Resource
        call: microsoftlogz-subaccount.microsoftazuresubaccountlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/accounts/{subaccountname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazuresubaccountcreate
        description: Microsoft Azure Create Sub Account Under A Given Monitor Resource This Create Operation Can Take Upto
          10 Minutes To Complete
        call: microsoftlogz-subaccount.microsoftazuresubaccountcreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresubaccountget
        description: Microsoft Azure Get A Sub Account Under A Given Monitor Resource
        call: microsoftlogz-subaccount.microsoftazuresubaccountget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresubaccountdelete
        description: Microsoft Azure Delete A Sub Account Resource This Delete Operation Can Take Upto 10 Minutes To Complete
        call: microsoftlogz-subaccount.microsoftazuresubaccountdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuresubaccountupdate
        description: Microsoft Azure Update A Monitor Resource
        call: microsoftlogz-subaccount.microsoftazuresubaccountupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/accounts/{subaccountname}/listmonitoredresources
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuresubaccountlistmonitoredresources
        description: Microsoft Azure List The Resources Currently Being Monitored By The Logz Sub Account Resource
        call: microsoftlogz-subaccount.microsoftazuresubaccountlistmonitoredresources
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftlogz-subaccount-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Logz — SubAccount. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-sub-account
      description: Microsoft Azure List The Sub Account Under A Given Monitor Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftlogz-subaccount.microsoftazuresubaccountlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-sub-account
      description: Microsoft Azure Create Sub Account Under A Given Monitor Resource This Create Operation Can Take Upto 10
        Minutes To Complete
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftlogz-subaccount.microsoftazuresubaccountcreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-sub-account
      description: Microsoft Azure Get A Sub Account Under A Given Monitor Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftlogz-subaccount.microsoftazuresubaccountget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-sub-account
      description: Microsoft Azure Delete A Sub Account Resource This Delete Operation Can Take Upto 10 Minutes To Complete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftlogz-subaccount.microsoftazuresubaccountdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-monitor-resource
      description: Microsoft Azure Update A Monitor Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftlogz-subaccount.microsoftazuresubaccountupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-resources-currently
      description: Microsoft Azure List The Resources Currently Being Monitored By The Logz Sub Account Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: microsoftlogz-subaccount.microsoftazuresubaccountlistmonitoredresources
      outputParameters:
      - type: object
        mapping: $.