Microsoft Azure · Capability

Microsoft Azure Nginx.NginxPlus — NginxConfiguration

Microsoft Azure Nginx.NginxPlus — NginxConfiguration. 4 operations. Lead operation: Microsoft Azure List The Nginx Configuration Of Given Nginx Deployment. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureNginxConfiguration

What You Can Do

GET
Microsoftazureconfigurationslist — Microsoft Azure List The Nginx Configuration Of Given Nginx Deployment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/nginx-nginxplus/nginxdeployments/{deploymentname}/configurations
GET
Microsoftazureconfigurationsget — Microsoft Azure Get The Nginx Configuration Of Given Nginx Deployment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/nginx-nginxplus/nginxdeployments/{deploymentname}/configurations/{configurationname}
PUT
Microsoftazureconfigurationscreateorupdate — Microsoft Azure Create Or Update The Nginx Configuration For Given Nginx Deployment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/nginx-nginxplus/nginxdeployments/{deploymentname}/configurations/{configurationname}
DELETE
Microsoftazureconfigurationsdelete — Microsoft Azure Reset The Nginx Configuration Of Given Nginx Deployment To Default
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/nginx-nginxplus/nginxdeployments/{deploymentname}/configurations/{configurationname}

MCP Tools

microsoft-azure-list-nginx-configuration

Microsoft Azure List The Nginx Configuration Of Given Nginx Deployment

read-only idempotent
microsoft-azure-get-nginx-configuration

Microsoft Azure Get The Nginx Configuration Of Given Nginx Deployment

read-only idempotent
microsoft-azure-create-update-nginx

Microsoft Azure Create Or Update The Nginx Configuration For Given Nginx Deployment

idempotent
microsoft-azure-reset-nginx-configuration

Microsoft Azure Reset The Nginx Configuration Of Given Nginx Deployment To Default

idempotent

Capability Spec

nginxnginxplus-nginxconfiguration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Nginx.NginxPlus — NginxConfiguration
  description: 'Microsoft Azure Nginx.NginxPlus — NginxConfiguration. 4 operations. Lead operation: Microsoft Azure List The
    Nginx Configuration Of Given Nginx Deployment. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - NginxConfiguration
  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: nginxnginxplus-nginxconfiguration
    baseUri: https://management.azure.com
    description: Microsoft Azure Nginx.NginxPlus — NginxConfiguration business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Nginx.Ng
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}/configurations
      operations:
      - name: microsoftazureconfigurationslist
        method: GET
        description: Microsoft Azure List The Nginx Configuration Of Given Nginx Deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Nginx.Ng
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}/configurations/{configurationName}
      operations:
      - name: microsoftazureconfigurationsget
        method: GET
        description: Microsoft Azure Get The Nginx Configuration Of Given Nginx Deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: configurationName
          in: path
          type: string
          description: The name of configuration, only 'default' is supported value due to the singleton of Nginx conf
          required: true
      - name: microsoftazureconfigurationscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update The Nginx Configuration For Given Nginx Deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: configurationName
          in: path
          type: string
          description: The name of configuration, only 'default' is supported value due to the singleton of Nginx conf
          required: true
        - name: body
          in: body
          type: string
          description: The Nginx configuration
      - name: microsoftazureconfigurationsdelete
        method: DELETE
        description: Microsoft Azure Reset The Nginx Configuration Of Given Nginx Deployment To Default
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: configurationName
          in: path
          type: string
          description: The name of configuration, only 'default' is supported value due to the singleton of Nginx conf
          required: true
  exposes:
  - type: rest
    namespace: nginxnginxplus-nginxconfiguration-rest
    port: 8080
    description: REST adapter for Microsoft Azure Nginx.NginxPlus — NginxConfiguration. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/nginx-nginxplus/nginxdeployments/{deploymentname}/configurations
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-nginx-ng
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Nginx.Ng.
      operations:
      - method: GET
        name: microsoftazureconfigurationslist
        description: Microsoft Azure List The Nginx Configuration Of Given Nginx Deployment
        call: nginxnginxplus-nginxconfiguration.microsoftazureconfigurationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/nginx-nginxplus/nginxdeployments/{deploymentname}/configurations/{configurationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-nginx-ng
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Nginx.Ng.
      operations:
      - method: GET
        name: microsoftazureconfigurationsget
        description: Microsoft Azure Get The Nginx Configuration Of Given Nginx Deployment
        call: nginxnginxplus-nginxconfiguration.microsoftazureconfigurationsget
        with:
          configurationName: rest.configurationName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureconfigurationscreateorupdate
        description: Microsoft Azure Create Or Update The Nginx Configuration For Given Nginx Deployment
        call: nginxnginxplus-nginxconfiguration.microsoftazureconfigurationscreateorupdate
        with:
          configurationName: rest.configurationName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureconfigurationsdelete
        description: Microsoft Azure Reset The Nginx Configuration Of Given Nginx Deployment To Default
        call: nginxnginxplus-nginxconfiguration.microsoftazureconfigurationsdelete
        with:
          configurationName: rest.configurationName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nginxnginxplus-nginxconfiguration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Nginx.NginxPlus — NginxConfiguration. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-nginx-configuration
      description: Microsoft Azure List The Nginx Configuration Of Given Nginx Deployment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nginxnginxplus-nginxconfiguration.microsoftazureconfigurationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-nginx-configuration
      description: Microsoft Azure Get The Nginx Configuration Of Given Nginx Deployment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nginxnginxplus-nginxconfiguration.microsoftazureconfigurationsget
      with:
        configurationName: tools.configurationName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-nginx
      description: Microsoft Azure Create Or Update The Nginx Configuration For Given Nginx Deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: nginxnginxplus-nginxconfiguration.microsoftazureconfigurationscreateorupdate
      with:
        configurationName: tools.configurationName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-reset-nginx-configuration
      description: Microsoft Azure Reset The Nginx Configuration Of Given Nginx Deployment To Default
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: nginxnginxplus-nginxconfiguration.microsoftazureconfigurationsdelete
      with:
        configurationName: tools.configurationName
      outputParameters:
      - type: object
        mapping: $.