Microsoft Azure · Capability

Microsoft Azure Microsoft.Logz — SingleSignOn

Microsoft Azure Microsoft.Logz — SingleSignOn. 3 operations. Lead operation: Microsoft Azure List The Single Sign On Configurations For A Given Monitor Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSingleSignOn

What You Can Do

GET
Microsoftazuresinglesignonlist — Microsoft Azure List The Single Sign On Configurations For A Given Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/singlesignonconfigurations
PUT
Microsoftazuresinglesignoncreateorupdate — Microsoft Azure Configures Single Sign On For This Resource This Operation Can Take Upto 10 Minutes To Complete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/singlesignonconfigurations/{configurationname}
GET
Microsoftazuresinglesignonget — Microsoft Azure Gets The Logz Single Sign On Resource For The Given Monitor
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/singlesignonconfigurations/{configurationname}

MCP Tools

microsoft-azure-list-single-sign

Microsoft Azure List The Single Sign On Configurations For A Given Monitor Resource

read-only idempotent
microsoft-azure-configures-single-sign

Microsoft Azure Configures Single Sign On For This Resource This Operation Can Take Upto 10 Minutes To Complete

idempotent
microsoft-azure-gets-logz-single

Microsoft Azure Gets The Logz Single Sign On Resource For The Given Monitor

read-only idempotent

Capability Spec

microsoftlogz-singlesignon.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Logz — SingleSignOn
  description: 'Microsoft Azure Microsoft.Logz — SingleSignOn. 3 operations. Lead operation: Microsoft Azure List The Single
    Sign On Configurations For A Given Monitor Resource. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - SingleSignOn
  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-singlesignon
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Logz — SingleSignOn 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}/singleSignOnConfigurations
      operations:
      - name: microsoftazuresinglesignonlist
        method: GET
        description: Microsoft Azure List The Single Sign On Configurations For 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}/singleSignOnConfigurations/{configurationName}
      operations:
      - name: microsoftazuresinglesignoncreateorupdate
        method: PUT
        description: Microsoft Azure Configures Single Sign On For This Resource This Operation Can Take Upto 10 Minutes To
          Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: configurationName
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: string
      - name: microsoftazuresinglesignonget
        method: GET
        description: Microsoft Azure Gets The Logz Single Sign On Resource For The Given Monitor
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: configurationName
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: microsoftlogz-singlesignon-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Logz — SingleSignOn. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/singlesignonconfigurations
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresinglesignonlist
        description: Microsoft Azure List The Single Sign On Configurations For A Given Monitor Resource
        call: microsoftlogz-singlesignon.microsoftazuresinglesignonlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/singlesignonconfigurations/{configurationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazuresinglesignoncreateorupdate
        description: Microsoft Azure Configures Single Sign On For This Resource This Operation Can Take Upto 10 Minutes To
          Complete
        call: microsoftlogz-singlesignon.microsoftazuresinglesignoncreateorupdate
        with:
          configurationName: rest.configurationName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresinglesignonget
        description: Microsoft Azure Gets The Logz Single Sign On Resource For The Given Monitor
        call: microsoftlogz-singlesignon.microsoftazuresinglesignonget
        with:
          configurationName: rest.configurationName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftlogz-singlesignon-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Logz — SingleSignOn. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-single-sign
      description: Microsoft Azure List The Single Sign On Configurations For A Given Monitor Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftlogz-singlesignon.microsoftazuresinglesignonlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-configures-single-sign
      description: Microsoft Azure Configures Single Sign On For This Resource This Operation Can Take Upto 10 Minutes To
        Complete
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftlogz-singlesignon.microsoftazuresinglesignoncreateorupdate
      with:
        configurationName: tools.configurationName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-logz-single
      description: Microsoft Azure Gets The Logz Single Sign On Resource For The Given Monitor
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftlogz-singlesignon.microsoftazuresinglesignonget
      with:
        configurationName: tools.configurationName
      outputParameters:
      - type: object
        mapping: $.