Microsoft Azure · Capability

Microsoft Azure Microsoft.Datadog — SingleSignOn

Microsoft Azure Microsoft.Datadog — 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
Microsoftazuresinglesignonconfigurationslist — Microsoft Azure List The Single Sign On Configurations For A Given Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/singlesignonconfigurations
PUT
Microsoftazuresinglesignonconfigurationscreateorupdate — Microsoft Azure Configures Single Sign On For This Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/singlesignonconfigurations/{configurationname}
GET
Microsoftazuresinglesignonconfigurationsget — Microsoft Azure Gets The Datadog Single Sign On Resource For The Given Monitor
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/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

idempotent
microsoft-azure-gets-datadog-single

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

read-only idempotent

Capability Spec

microsoftdatadog-singlesignon.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Datadog — SingleSignOn
  description: 'Microsoft Azure Microsoft.Datadog — 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: microsoftdatadog-singlesignon
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Datadog — SingleSignOn business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/singleSignOnConfigurations
      operations:
      - name: microsoftazuresinglesignonconfigurationslist
        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.Datadog/monitors/{monitorName}/singleSignOnConfigurations/{configurationName}
      operations:
      - name: microsoftazuresinglesignonconfigurationscreateorupdate
        method: PUT
        description: Microsoft Azure Configures Single Sign On For This Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: configurationName
          in: path
          type: string
          description: Configuration name
          required: true
        - name: body
          in: body
          type: string
      - name: microsoftazuresinglesignonconfigurationsget
        method: GET
        description: Microsoft Azure Gets The Datadog Single Sign On Resource For The Given Monitor
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: configurationName
          in: path
          type: string
          description: Configuration name
          required: true
  exposes:
  - type: rest
    namespace: microsoftdatadog-singlesignon-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Datadog — SingleSignOn. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/singlesignonconfigurations
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresinglesignonconfigurationslist
        description: Microsoft Azure List The Single Sign On Configurations For A Given Monitor Resource
        call: microsoftdatadog-singlesignon.microsoftazuresinglesignonconfigurationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/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: microsoftazuresinglesignonconfigurationscreateorupdate
        description: Microsoft Azure Configures Single Sign On For This Resource
        call: microsoftdatadog-singlesignon.microsoftazuresinglesignonconfigurationscreateorupdate
        with:
          configurationName: rest.configurationName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresinglesignonconfigurationsget
        description: Microsoft Azure Gets The Datadog Single Sign On Resource For The Given Monitor
        call: microsoftdatadog-singlesignon.microsoftazuresinglesignonconfigurationsget
        with:
          configurationName: rest.configurationName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftdatadog-singlesignon-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Datadog — 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: microsoftdatadog-singlesignon.microsoftazuresinglesignonconfigurationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-configures-single-sign
      description: Microsoft Azure Configures Single Sign On For This Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftdatadog-singlesignon.microsoftazuresinglesignonconfigurationscreateorupdate
      with:
        configurationName: tools.configurationName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-datadog-single
      description: Microsoft Azure Gets The Datadog Single Sign On Resource For The Given Monitor
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatadog-singlesignon.microsoftazuresinglesignonconfigurationsget
      with:
        configurationName: tools.configurationName
      outputParameters:
      - type: object
        mapping: $.