Azure Container Apps · Capability

Azure Container Apps API — Authentication

Azure Container Apps API — Authentication. 1 operations. Lead operation: Azure Container Apps List Auth Configs. Self-contained Naftiko capability covering one Azure Container Apps business surface.

Run with Naftiko Azure Container AppsAuthentication

What You Can Do

GET
Containerappsauthconfigslistbycontainerapp — Azure Container Apps List Auth Configs
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-app/containerapps/{containerappname}/authconfigs

MCP Tools

azure-container-apps-list-auth

Azure Container Apps List Auth Configs

read-only idempotent

Capability Spec

azure-container-apps-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Container Apps API — Authentication
  description: 'Azure Container Apps API — Authentication. 1 operations. Lead operation: Azure Container Apps List Auth Configs.
    Self-contained Naftiko capability covering one Azure Container Apps business surface.'
  tags:
  - Azure Container Apps
  - Authentication
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AZURE_CONTAINER_APPS_API_KEY: AZURE_CONTAINER_APPS_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-container-apps-authentication
    baseUri: https://management.azure.com
    description: Azure Container Apps API — Authentication business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs
      operations:
      - name: containerappsauthconfigslistbycontainerapp
        method: GET
        description: Azure Container Apps List Auth Configs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: containerAppName
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.AZURE_CONTAINER_APPS_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-container-apps-authentication-rest
    port: 8080
    description: REST adapter for Azure Container Apps API — Authentication. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-app/containerapps/{containerappname}/authconfigs
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: containerappsauthconfigslistbycontainerapp
        description: Azure Container Apps List Auth Configs
        call: azure-container-apps-authentication.containerappsauthconfigslistbycontainerapp
        with:
          containerAppName: rest.containerAppName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-container-apps-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Container Apps API — Authentication. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: azure-container-apps-list-auth
      description: Azure Container Apps List Auth Configs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-container-apps-authentication.containerappsauthconfigslistbycontainerapp
      with:
        containerAppName: tools.containerAppName
      outputParameters:
      - type: object
        mapping: $.