---
title: "Get available application frameworks and their versions"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks"
tags: ["Provider"]
---

# Get available application frameworks and their versions

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks`

Get available application frameworks and their versions

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `osTypeSelected` 'Windows' | 'Linux' | 'WindowsFunctions' | 'LinuxFunctions'
- `api-version` string, required

## Response `200`

OK

- ApplicationStackCollection — Collection of Application Stacks
  - `value` ApplicationStack[], required — Collection of resources.
    - `name` string — Application stack name.
    - `display` string — Application stack display name.
    - `dependency` string — Application stack dependency.
    - `majorVersions` StackMajorVersion[] — List of major versions available.
      - `displayVersion` string — Application stack major version (display only).
      - `runtimeVersion` string — Application stack major version (runtime only).
      - `isDefault` boolean — <code>true</code> if this is the default major version; otherwise, <code>false</code>.
      - `minorVersions` StackMinorVersion[] — Minor versions associated with the major version.
        - `displayVersion` string — Application stack minor version (display only).
        - `runtimeVersion` string — Application stack minor version (runtime only).
        - `isDefault` boolean — <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
        - `isRemoteDebuggingEnabled` boolean — <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.
      - `applicationInsights` boolean — <code>true</code> if this supports Application Insights; otherwise, <code>false</code>.
    - `frameworks` ApplicationStack[] — List of frameworks associated with application stack.
  - `nextLink` string — Link to next page of resources.

## Other responses

- `default` — App Service error response.

---

[API](https://skmtc.dev/azure/apis/provider-api-client.md) · [All operations](https://skmtc.dev/azure/apis/provider-api-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/provider-api-client/revisions/d56f7d8b1cec/schema)
