Microsoft Azure · Capability

Microsoft Azure Dynatrace.Observability — SingleSignOn

Microsoft Azure Dynatrace.Observability — SingleSignOn. 3 operations. Lead operation: Microsoft Azure List All Dynatracesinglesignonresource By Monitorname. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSingleSignOn

What You Can Do

GET
Microsoftazuresinglesignonlist — Microsoft Azure List All Dynatracesinglesignonresource By Monitorname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/singlesignonconfigurations
PUT
Microsoftazuresinglesignoncreateorupdate — Microsoft Azure Create A Dynatracesinglesignonresource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/singlesignonconfigurations/{configurationname}
GET
Microsoftazuresinglesignonget — Microsoft Azure Get A Dynatracesinglesignonresource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/singlesignonconfigurations/{configurationname}

MCP Tools

microsoft-azure-list-all-dynatracesinglesignonresource

Microsoft Azure List All Dynatracesinglesignonresource By Monitorname

read-only idempotent
microsoft-azure-create-dynatracesinglesignonresource

Microsoft Azure Create A Dynatracesinglesignonresource

idempotent
microsoft-azure-get-dynatracesinglesignonresource

Microsoft Azure Get A Dynatracesinglesignonresource

read-only idempotent

Capability Spec

dynatraceobservability-singlesignon.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Dynatrace.Observability — SingleSignOn
  description: 'Microsoft Azure Dynatrace.Observability — SingleSignOn. 3 operations. Lead operation: Microsoft Azure List
    All Dynatracesinglesignonresource By Monitorname. 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: dynatraceobservability-singlesignon
    baseUri: https://management.azure.com
    description: Microsoft Azure Dynatrace.Observability — SingleSignOn business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Dynatrac
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/singleSignOnConfigurations
      operations:
      - name: microsoftazuresinglesignonlist
        method: GET
        description: Microsoft Azure List All Dynatracesinglesignonresource By Monitorname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Dynatrac
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/singleSignOnConfigurations/{configurationName}
      operations:
      - name: microsoftazuresinglesignoncreateorupdate
        method: PUT
        description: Microsoft Azure Create A Dynatracesinglesignonresource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazuresinglesignonget
        method: GET
        description: Microsoft Azure Get A Dynatracesinglesignonresource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: dynatraceobservability-singlesignon-rest
    port: 8080
    description: REST adapter for Microsoft Azure Dynatrace.Observability — SingleSignOn. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/singlesignonconfigurations
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-dynatrac
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Dynatrac.
      operations:
      - method: GET
        name: microsoftazuresinglesignonlist
        description: Microsoft Azure List All Dynatracesinglesignonresource By Monitorname
        call: dynatraceobservability-singlesignon.microsoftazuresinglesignonlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/singlesignonconfigurations/{configurationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-dynatrac
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Dynatrac.
      operations:
      - method: PUT
        name: microsoftazuresinglesignoncreateorupdate
        description: Microsoft Azure Create A Dynatracesinglesignonresource
        call: dynatraceobservability-singlesignon.microsoftazuresinglesignoncreateorupdate
        with:
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresinglesignonget
        description: Microsoft Azure Get A Dynatracesinglesignonresource
        call: dynatraceobservability-singlesignon.microsoftazuresinglesignonget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dynatraceobservability-singlesignon-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Dynatrace.Observability — SingleSignOn. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-all-dynatracesinglesignonresource
      description: Microsoft Azure List All Dynatracesinglesignonresource By Monitorname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dynatraceobservability-singlesignon.microsoftazuresinglesignonlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-dynatracesinglesignonresource
      description: Microsoft Azure Create A Dynatracesinglesignonresource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: dynatraceobservability-singlesignon.microsoftazuresinglesignoncreateorupdate
      with:
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-dynatracesinglesignonresource
      description: Microsoft Azure Get A Dynatracesinglesignonresource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dynatraceobservability-singlesignon.microsoftazuresinglesignonget
      outputParameters:
      - type: object
        mapping: $.