Microsoft Azure · Capability

Microsoft Azure CdnManagementClient — CustomDomains

Microsoft Azure CdnManagementClient — CustomDomains. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCustomDomains

What You Can Do

GET
Microsoftazurecustomdomainslistbyendpoint — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/customdomains
GET
Microsoftazurecustomdomainsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/customdomains/{customdomainname}
PUT
Microsoftazurecustomdomainscreate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/customdomains/{customdomainname}
DELETE
Microsoftazurecustomdomainsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/customdomains/{customdomainname}
POST
Microsoftazurecustomdomainsdisablecustomhttps — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname Disablecustomhttps
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/customdomains/{customdomainname}/disablecustomhttps
POST
Microsoftazurecustomdomainsenablecustomhttps — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname Enablecustomhttps
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/customdomains/{customdomainname}/enablecustomhttps

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname Disablecustomhttps

microsoft-azure-post-subscriptions-subscriptionid-2

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname Enablecustomhttps

Capability Spec

cdnmanagementclient-customdomains.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure CdnManagementClient — CustomDomains
  description: 'Microsoft Azure CdnManagementClient — CustomDomains. 6 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn Profiles Profilename Endpoints Endpointname Customdomains.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - CustomDomains
  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: cdnmanagementclient-customdomains
    baseUri: https://management.azure.com
    description: Microsoft Azure CdnManagementClient — CustomDomains business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains
      operations:
      - name: microsoftazurecustomdomainslistbyendpoint
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}
      operations:
      - name: microsoftazurecustomdomainsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
        - name: customDomainName
          in: path
          type: string
          description: Name of the custom domain within an endpoint.
          required: true
      - name: microsoftazurecustomdomainscreate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
        - name: customDomainName
          in: path
          type: string
          description: Name of the custom domain within an endpoint.
          required: true
        - name: customDomainProperties
          in: body
          type: string
          description: Properties required to create a new custom domain.
          required: true
      - name: microsoftazurecustomdomainsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
        - name: customDomainName
          in: path
          type: string
          description: Name of the custom domain within an endpoint.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/disableCustomHttps
      operations:
      - name: microsoftazurecustomdomainsdisablecustomhttps
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname Disablecustomhttps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
        - name: customDomainName
          in: path
          type: string
          description: Name of the custom domain within an endpoint.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/customDomains/{customDomainName}/enableCustomHttps
      operations:
      - name: microsoftazurecustomdomainsenablecustomhttps
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname Enablecustomhttps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileName
          in: path
          type: string
          description: Name of the CDN profile which is unique within the resource group.
          required: true
        - name: endpointName
          in: path
          type: string
          description: Name of the endpoint under the profile which is unique globally.
          required: true
        - name: customDomainName
          in: path
          type: string
          description: Name of the custom domain within an endpoint.
          required: true
        - name: customDomainHttpsParameters
          in: body
          type: string
          description: The configuration specifying how to enable HTTPS for the custom domain - using CDN managed certificate
            or user's own certificate. If not specified, enabling ssl
  exposes:
  - type: rest
    namespace: cdnmanagementclient-customdomains-rest
    port: 8080
    description: REST adapter for Microsoft Azure CdnManagementClient — CustomDomains. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/customdomains
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecustomdomainslistbyendpoint
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains
        call: cdnmanagementclient-customdomains.microsoftazurecustomdomainslistbyendpoint
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/customdomains/{customdomainname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecustomdomainsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
        call: cdnmanagementclient-customdomains.microsoftazurecustomdomainsget
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
          customDomainName: rest.customDomainName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurecustomdomainscreate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
        call: cdnmanagementclient-customdomains.microsoftazurecustomdomainscreate
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
          customDomainName: rest.customDomainName
          customDomainProperties: rest.customDomainProperties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurecustomdomainsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
        call: cdnmanagementclient-customdomains.microsoftazurecustomdomainsdelete
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
          customDomainName: rest.customDomainName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/customdomains/{customdomainname}/disablecustomhttps
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurecustomdomainsdisablecustomhttps
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname Disablecustomhttps
        call: cdnmanagementclient-customdomains.microsoftazurecustomdomainsdisablecustomhttps
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
          customDomainName: rest.customDomainName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-cdn/profiles/{profilename}/endpoints/{endpointname}/customdomains/{customdomainname}/enablecustomhttps
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurecustomdomainsenablecustomhttps
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname Enablecustomhttps
        call: cdnmanagementclient-customdomains.microsoftazurecustomdomainsenablecustomhttps
        with:
          profileName: rest.profileName
          endpointName: rest.endpointName
          customDomainName: rest.customDomainName
          customDomainHttpsParameters: rest.customDomainHttpsParameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cdnmanagementclient-customdomains-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure CdnManagementClient — CustomDomains. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn
        Profiles Profilename Endpoints Endpointname Customdomains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cdnmanagementclient-customdomains.microsoftazurecustomdomainslistbyendpoint
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn
        Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cdnmanagementclient-customdomains.microsoftazurecustomdomainsget
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
        customDomainName: tools.customDomainName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Cdn
        Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cdnmanagementclient-customdomains.microsoftazurecustomdomainscreate
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
        customDomainName: tools.customDomainName
        customDomainProperties: tools.customDomainProperties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cdnmanagementclient-customdomains.microsoftazurecustomdomainsdelete
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
        customDomainName: tools.customDomainName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname Disablecustomhttps
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cdnmanagementclient-customdomains.microsoftazurecustomdomainsdisablecustomhttps
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
        customDomainName: tools.customDomainName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid-2
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Cdn Profiles Profilename Endpoints Endpointname Customdomains Customdomainname Enablecustomhttps
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cdnmanagementclient-customdomains.microsoftazurecustomdomainsenablecustomhttps
      with:
        profileName: tools.profileName
        endpointName: tools.endpointName
        customDomainName: tools.customDomainName
        customDomainHttpsParameters: tools.customDomainHttpsParameters
      outputParameters:
      - type: object
        mapping: $.