Microsoft Azure · Capability

Microsoft Azure ApplicationInsightsComponentLinkedStorageAccountsClient — Subscriptions

Microsoft Azure ApplicationInsightsComponentLinkedStorageAccountsClient — Subscriptions. 4 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Components Resourcename Linkedstorageaccounts Storagetype. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSubscriptions

What You Can Do

GET
Microsoftazurecomponentlinkedstorageaccountsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Components Resourcename Linkedstorageaccounts Storagetype
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/components/{resourcename}/linkedstorageaccounts/{storagetype}
PUT
Microsoftazurecomponentlinkedstorageaccountscreateandupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Components Resourcename Linkedstorageaccounts Storagetype
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/components/{resourcename}/linkedstorageaccounts/{storagetype}
PATCH
Microsoftazurecomponentlinkedstorageaccountsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Components Resourcename Linkedstorageaccounts Storagetype
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/components/{resourcename}/linkedstorageaccounts/{storagetype}
DELETE
Microsoftazurecomponentlinkedstorageaccountsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Components Resourcename Linkedstorageaccounts Storagetype
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/components/{resourcename}/linkedstorageaccounts/{storagetype}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Components Resourcename Linkedstorageaccounts Storagetype

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Components Resourcename Linkedstorageaccounts Storagetype

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Components Resourcename Linkedstorageaccounts Storagetype

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Components Resourcename Linkedstorageaccounts Storagetype

idempotent

Capability Spec

applicationinsightscomponentlinkedstorageaccountsclient-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ApplicationInsightsComponentLinkedStorageAccountsClient — Subscriptions
  description: 'Microsoft Azure ApplicationInsightsComponentLinkedStorageAccountsClient — Subscriptions. 4 operations. Lead
    operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights
    Components Resourcename Linkedstorageaccounts Storagetype. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Subscriptions
  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: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions
    baseUri: https://management.azure.com
    description: Microsoft Azure ApplicationInsightsComponentLinkedStorageAccountsClient — Subscriptions business capability.
      Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/linkedStorageAccounts/{storageType}
      operations:
      - name: microsoftazurecomponentlinkedstorageaccountsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Components Resourcename Linkedstorageaccounts Storagetype
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurecomponentlinkedstorageaccountscreateandupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Components Resourcename Linkedstorageaccounts Storagetype
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: LinkedStorageAccountsProperties
          in: body
          type: string
          description: Properties that need to be specified to update linked storage accounts for an Application Insights
            component.
          required: true
      - name: microsoftazurecomponentlinkedstorageaccountsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Components Resourcename Linkedstorageaccounts Storagetype
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: LinkedStorageAccountsProperties
          in: body
          type: string
          description: Properties that need to be specified to update a linked storage accounts for an Application Insights
            component.
          required: true
      - name: microsoftazurecomponentlinkedstorageaccountsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Components Resourcename Linkedstorageaccounts Storagetype
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions-rest
    port: 8080
    description: REST adapter for Microsoft Azure ApplicationInsightsComponentLinkedStorageAccountsClient — Subscriptions.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/components/{resourcename}/linkedstorageaccounts/{storagetype}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof.
      operations:
      - method: GET
        name: microsoftazurecomponentlinkedstorageaccountsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Components Resourcename Linkedstorageaccounts Storagetype
        call: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions.microsoftazurecomponentlinkedstorageaccountsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurecomponentlinkedstorageaccountscreateandupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Components Resourcename Linkedstorageaccounts Storagetype
        call: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions.microsoftazurecomponentlinkedstorageaccountscreateandupdate
        with:
          LinkedStorageAccountsProperties: rest.LinkedStorageAccountsProperties
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurecomponentlinkedstorageaccountsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Components Resourcename Linkedstorageaccounts Storagetype
        call: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions.microsoftazurecomponentlinkedstorageaccountsupdate
        with:
          LinkedStorageAccountsProperties: rest.LinkedStorageAccountsProperties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurecomponentlinkedstorageaccountsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Components Resourcename Linkedstorageaccounts Storagetype
        call: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions.microsoftazurecomponentlinkedstorageaccountsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ApplicationInsightsComponentLinkedStorageAccountsClient — Subscriptions.
      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 Insights
        Components Resourcename Linkedstorageaccounts Storagetype
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions.microsoftazurecomponentlinkedstorageaccountsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights
        Components Resourcename Linkedstorageaccounts Storagetype
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions.microsoftazurecomponentlinkedstorageaccountscreateandupdate
      with:
        LinkedStorageAccountsProperties: tools.LinkedStorageAccountsProperties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Insights Components Resourcename Linkedstorageaccounts Storagetype
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions.microsoftazurecomponentlinkedstorageaccountsupdate
      with:
        LinkedStorageAccountsProperties: tools.LinkedStorageAccountsProperties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Insights Components Resourcename Linkedstorageaccounts Storagetype
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: applicationinsightscomponentlinkedstorageaccountsclient-subscriptions.microsoftazurecomponentlinkedstorageaccountsdelete
      outputParameters:
      - type: object
        mapping: $.