Microsoft Azure · Capability

Microsoft Azure WebSite Management Client — ManagedHostingEnvironments

Microsoft Azure WebSite Management Client — ManagedHostingEnvironments. 9 operations. Lead operation: Microsoft Azure Get All Managed Hosting Environments In A Resource Group. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureManagedHostingEnvironments

What You Can Do

GET
Microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironments — Microsoft Azure Get All Managed Hosting Environments In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments
GET
Microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironment — Microsoft Azure Get Properties Of A Managed Hosting Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}
PUT
Microsoftazuremanagedhostingenvironmentscreateorupdatemanagedhostingenvironment — Microsoft Azure Create Or Update A Managed Hosting Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}
DELETE
Microsoftazuremanagedhostingenvironmentsdeletemanagedhostingenvironment — Microsoft Azure Delete A Managed Hosting Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}
GET
Microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentvips — Microsoft Azure Get List Of Ip Addresses Assigned To A Managed Hosting Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}/capacities/virtualip
GET
Microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentoperation — Microsoft Azure Get Status Of An Operation On A Managed Hosting Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}/operations/{operationid}
GET
Microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentserverfarms — Microsoft Azure Get All Serverfarms App Service Plans On The Managed Hosting Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}/serverfarms
GET
Microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentsites — Microsoft Azure Get All Sites On The Managed Hosting Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}/sites
GET
Microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentwebhostingplans — Microsoft Azure Get All Serverfarms App Service Plans On The Managed Hosting Environment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}/webhostingplans

MCP Tools

microsoft-azure-get-all-managed

Microsoft Azure Get All Managed Hosting Environments In A Resource Group

read-only idempotent
microsoft-azure-get-properties-managed

Microsoft Azure Get Properties Of A Managed Hosting Environment

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

Microsoft Azure Create Or Update A Managed Hosting Environment

idempotent
microsoft-azure-delete-managed-hosting

Microsoft Azure Delete A Managed Hosting Environment

idempotent
microsoft-azure-get-list-ip

Microsoft Azure Get List Of Ip Addresses Assigned To A Managed Hosting Environment

read-only idempotent
microsoft-azure-get-status-operation

Microsoft Azure Get Status Of An Operation On A Managed Hosting Environment

read-only idempotent
microsoft-azure-get-all-serverfarms

Microsoft Azure Get All Serverfarms App Service Plans On The Managed Hosting Environment

read-only idempotent
microsoft-azure-get-all-sites

Microsoft Azure Get All Sites On The Managed Hosting Environment

read-only idempotent
microsoft-azure-get-all-serverfarms-2

Microsoft Azure Get All Serverfarms App Service Plans On The Managed Hosting Environment

read-only idempotent

Capability Spec

website-management-client-managedhostingenvironments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure WebSite Management Client — ManagedHostingEnvironments
  description: 'Microsoft Azure WebSite Management Client — ManagedHostingEnvironments. 9 operations. Lead operation: Microsoft
    Azure Get All Managed Hosting Environments In A Resource Group. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - ManagedHostingEnvironments
  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: website-management-client-managedhostingenvironments
    baseUri: https://management.azure.com
    description: Microsoft Azure WebSite Management Client — ManagedHostingEnvironments business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/managedHostingEnvironments
      operations:
      - name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironments
        method: GET
        description: Microsoft Azure Get All Managed Hosting Environments In A Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Name of resource group
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/managedHostingEnvironments/{name}
      operations:
      - name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironment
        method: GET
        description: Microsoft Azure Get Properties Of A Managed Hosting Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Name of resource group
          required: true
        - name: name
          in: path
          type: string
          description: Name of managed hosting environment
          required: true
      - name: microsoftazuremanagedhostingenvironmentscreateorupdatemanagedhostingenvironment
        method: PUT
        description: Microsoft Azure Create Or Update A Managed Hosting Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Name of resource group
          required: true
        - name: name
          in: path
          type: string
          description: Name of managed hosting environment
          required: true
        - name: ManagedHostingEnvironmentEnvelope
          in: body
          type: string
          description: Properties of managed hosting environment
          required: true
      - name: microsoftazuremanagedhostingenvironmentsdeletemanagedhostingenvironment
        method: DELETE
        description: Microsoft Azure Delete A Managed Hosting Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Name of resource group
          required: true
        - name: name
          in: path
          type: string
          description: Name of managed hosting environment
          required: true
        - name: forceDelete
          in: query
          type: boolean
          description: Delete even if the managed hosting environment contains resources
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/managedHostingEnvironments/{name}/capacities/virtualip
      operations:
      - name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentvips
        method: GET
        description: Microsoft Azure Get List Of Ip Addresses Assigned To A Managed Hosting Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Name of resource group
          required: true
        - name: name
          in: path
          type: string
          description: Name of managed hosting environment
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/managedHostingEnvironments/{name}/operations/{operationId}
      operations:
      - name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentoperation
        method: GET
        description: Microsoft Azure Get Status Of An Operation On A Managed Hosting Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Name of resource group
          required: true
        - name: name
          in: path
          type: string
          description: Name of managed hosting environment
          required: true
        - name: operationId
          in: path
          type: string
          description: operation identifier GUID
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/managedHostingEnvironments/{name}/serverfarms
      operations:
      - name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentserverfarms
        method: GET
        description: Microsoft Azure Get All Serverfarms App Service Plans On The Managed Hosting Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Name of resource group
          required: true
        - name: name
          in: path
          type: string
          description: Name of managed hosting environment
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/managedHostingEnvironments/{name}/sites
      operations:
      - name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentsites
        method: GET
        description: Microsoft Azure Get All Sites On The Managed Hosting Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Name of resource group
          required: true
        - name: name
          in: path
          type: string
          description: Name of managed hosting environment
          required: true
        - name: propertiesToInclude
          in: query
          type: string
          description: Comma separated list of site properties to include
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/managedHostingEnvironments/{name}/webhostingplans
      operations:
      - name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentwebhostingplans
        method: GET
        description: Microsoft Azure Get All Serverfarms App Service Plans On The Managed Hosting Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: Name of resource group
          required: true
        - name: name
          in: path
          type: string
          description: Name of managed hosting environment
          required: true
  exposes:
  - type: rest
    namespace: website-management-client-managedhostingenvironments-rest
    port: 8080
    description: REST adapter for Microsoft Azure WebSite Management Client — ManagedHostingEnvironments. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironments
        description: Microsoft Azure Get All Managed Hosting Environments In A Resource Group
        call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironments
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironment
        description: Microsoft Azure Get Properties Of A Managed Hosting Environment
        call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironment
        with:
          resourceGroupName: rest.resourceGroupName
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuremanagedhostingenvironmentscreateorupdatemanagedhostingenvironment
        description: Microsoft Azure Create Or Update A Managed Hosting Environment
        call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentscreateorupdatemanagedhostingenvironment
        with:
          resourceGroupName: rest.resourceGroupName
          name: rest.name
          ManagedHostingEnvironmentEnvelope: rest.ManagedHostingEnvironmentEnvelope
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremanagedhostingenvironmentsdeletemanagedhostingenvironment
        description: Microsoft Azure Delete A Managed Hosting Environment
        call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsdeletemanagedhostingenvironment
        with:
          resourceGroupName: rest.resourceGroupName
          name: rest.name
          forceDelete: rest.forceDelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}/capacities/virtualip
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentvips
        description: Microsoft Azure Get List Of Ip Addresses Assigned To A Managed Hosting Environment
        call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentvips
        with:
          resourceGroupName: rest.resourceGroupName
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}/operations/{operationid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentoperation
        description: Microsoft Azure Get Status Of An Operation On A Managed Hosting Environment
        call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentoperation
        with:
          resourceGroupName: rest.resourceGroupName
          name: rest.name
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}/serverfarms
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentserverfarms
        description: Microsoft Azure Get All Serverfarms App Service Plans On The Managed Hosting Environment
        call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentserverfarms
        with:
          resourceGroupName: rest.resourceGroupName
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}/sites
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentsites
        description: Microsoft Azure Get All Sites On The Managed Hosting Environment
        call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentsites
        with:
          resourceGroupName: rest.resourceGroupName
          name: rest.name
          propertiesToInclude: rest.propertiesToInclude
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/managedhostingenvironments/{name}/webhostingplans
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentwebhostingplans
        description: Microsoft Azure Get All Serverfarms App Service Plans On The Managed Hosting Environment
        call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentwebhostingplans
        with:
          resourceGroupName: rest.resourceGroupName
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: website-management-client-managedhostingenvironments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure WebSite Management Client — ManagedHostingEnvironments. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-all-managed
      description: Microsoft Azure Get All Managed Hosting Environments In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironments
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-properties-managed
      description: Microsoft Azure Get Properties Of A Managed Hosting Environment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironment
      with:
        resourceGroupName: tools.resourceGroupName
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-managed
      description: Microsoft Azure Create Or Update A Managed Hosting Environment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentscreateorupdatemanagedhostingenvironment
      with:
        resourceGroupName: tools.resourceGroupName
        name: tools.name
        ManagedHostingEnvironmentEnvelope: tools.ManagedHostingEnvironmentEnvelope
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-managed-hosting
      description: Microsoft Azure Delete A Managed Hosting Environment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsdeletemanagedhostingenvironment
      with:
        resourceGroupName: tools.resourceGroupName
        name: tools.name
        forceDelete: tools.forceDelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-list-ip
      description: Microsoft Azure Get List Of Ip Addresses Assigned To A Managed Hosting Environment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentvips
      with:
        resourceGroupName: tools.resourceGroupName
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-status-operation
      description: Microsoft Azure Get Status Of An Operation On A Managed Hosting Environment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentoperation
      with:
        resourceGroupName: tools.resourceGroupName
        name: tools.name
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-all-serverfarms
      description: Microsoft Azure Get All Serverfarms App Service Plans On The Managed Hosting Environment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentserverfarms
      with:
        resourceGroupName: tools.resourceGroupName
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-all-sites
      description: Microsoft Azure Get All Sites On The Managed Hosting Environment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentsites
      with:
        resourceGroupName: tools.resourceGroupName
        name: tools.name
        propertiesToInclude: tools.propertiesToInclude
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-all-serverfarms-2
      description: Microsoft Azure Get All Serverfarms App Service Plans On The Managed Hosting Environment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: website-management-client-managedhostingenvironments.microsoftazuremanagedhostingenvironmentsgetmanagedhostingenvironmentwebhostingplans
      with:
        resourceGroupName: tools.resourceGroupName
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.