Microsoft Azure Functions Provider API

The Provider API from Microsoft Azure Functions — 7 operation(s) for provider.

Operations 7

GET /providers/Microsoft.Web/availableStacks Get available application frameworks and their versions #
GET /providers/Microsoft.Web/functionAppStacks Get available Function app frameworks and their versions #
GET /providers/Microsoft.Web/locations/{location}/functionAppStacks Get available Function app frameworks and their versions for location #
GET /providers/Microsoft.Web/locations/{location}/webAppStacks Get available Web app frameworks and their versions for location #
GET /providers/Microsoft.Web/operations Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions #
GET /providers/Microsoft.Web/webAppStacks Get available Web app frameworks and their versions #
GET /subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks Get available application frameworks and their versions #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/microsoft-azure-functions-provider-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

microsoft-azure-functions-provider-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: WebApps API Client AppServiceEnvironments Provider API
  version: '2025-05-01'
  x-typespec-generated:
  - emitter: '@azure-tools/typespec-autorest'
servers:
- url: https://management.azure.com
security:
- azure_auth:
  - user_impersonation
tags:
- name: Provider
paths:
  /providers/Microsoft.Web/availableStacks:
    get:
      operationId: Provider_GetAvailableStacks
      tags:
      - Provider
      summary: Get available application frameworks and their versions
      description: Description for Get available application frameworks and their versions
      parameters:
      - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter
      - name: osTypeSelected
        in: query
        required: false
        x-ms-enum:
          name: ProviderOsTypeSelected
          modelAsString: true
          values:
          - name: Windows
            value: Windows
          - name: Linux
            value: Linux
          - name: WindowsFunctions
            value: WindowsFunctions
          - name: LinuxFunctions
            value: LinuxFunctions
          - name: All
            value: All
        schema:
          type: string
          enum:
          - Windows
          - Linux
          - WindowsFunctions
          - LinuxFunctions
          - All
      responses:
        '200':
          description: The request has succeeded.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApplicationStackCollection'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DefaultErrorResponse'
      x-ms-pageable:
        nextLinkName: nextLink
  /providers/Microsoft.Web/functionAppStacks:
    get:
      operationId: Provider_GetFunctionAppStacks
      tags:
      - Provider
      summary: Get available Function app frameworks and their versions
      description: Description for Get available Function app frameworks and their versions
      parameters:
      - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter
      - name: stackOsType
        in: query
        description: Stack OS Type
        required: false
        x-ms-enum:
          name: ProviderStackOsType
          modelAsString: true
          values:
          - name: Windows
            value: Windows
          - name: Linux
            value: Linux
          - name: All
            value: All
        schema:
          type: string
          enum:
          - Windows
          - Linux
          - All
      responses:
        '200':
          description: The request has succeeded.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/FunctionAppStackCollection'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DefaultErrorResponse'
      x-ms-examples:
        Get Function App Stacks:
          $ref: ./examples/GetFunctionAppStacks.json
      x-ms-pageable:
        nextLinkName: nextLink
  /providers/Microsoft.Web/locations/{location}/functionAppStacks:
    get:
      operationId: Provider_GetFunctionAppStacksForLocation
      tags:
      - Provider
      summary: Get available Function app frameworks and their versions for location
      description: Description for Get available Function app frameworks and their versions for location
      parameters:
      - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter
      - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/LocationParameter
      - name: stackOsType
        in: query
        description: Stack OS Type
        required: false
        x-ms-enum:
          name: ProviderStackOsType
          modelAsString: true
          values:
          - name: Windows
            value: Windows
          - name: Linux
            value: Linux
          - name: All
            value: All
        schema:
          type: string
          enum:
          - Windows
          - Linux
          - All
      responses:
        '200':
          description: The request has succeeded.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/FunctionAppStackCollection'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DefaultErrorResponse'
      x-ms-examples:
        Get Locations Function App Stacks:
          $ref: ./examples/GetFunctionAppStacksForLocation.json
      x-ms-pageable:
        nextLinkName: nextLink
  /providers/Microsoft.Web/locations/{location}/webAppStacks:
    get:
      operationId: Provider_GetWebAppStacksForLocation
      tags:
      - Provider
      summary: Get available Web app frameworks and their versions for location
      description: Description for Get available Web app frameworks and their versions for location
      parameters:
      - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter
      - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/LocationParameter
      - name: stackOsType
        in: query
        description: Stack OS Type
        required: false
        x-ms-enum:
          name: ProviderStackOsType
          modelAsString: true
          values:
          - name: Windows
            value: Windows
          - name: Linux
            value: Linux
          - name: All
            value: All
        schema:
          type: string
          enum:
          - Windows
          - Linux
          - All
      responses:
        '200':
          description: The request has succeeded.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WebAppStackCollection'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DefaultErrorResponse'
      x-ms-examples:
        Get Locations Web App Stacks:
          $ref: ./examples/GetWebAppStacksForLocation.json
      x-ms-pageable:
        nextLinkName: nextLink
  /providers/Microsoft.Web/operations:
    get:
      operationId: Provider_ListOperations
      tags:
      - Provider
      summary: Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions
      description: Description for Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions
      parameters:
      - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Azure operation completed successfully.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CsmOperationCollection'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DefaultErrorResponse'
      x-ms-examples:
        List operations:
          $ref: ./examples/ListOperations.json
      x-ms-pageable:
        nextLinkName: nextLink
  /providers/Microsoft.Web/webAppStacks:
    get:
      operationId: Provider_GetWebAppStacks
      tags:
      - Provider
      summary: Get available Web app frameworks and their versions
      description: Description for Get available Web app frameworks and their versions
      parameters:
      - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter
      - name: stackOsType
        in: query
        description: Stack OS Type
        required: false
        x-ms-enum:
          name: ProviderStackOsType
          modelAsString: true
          values:
          - name: Windows
            value: Windows
          - name: Linux
            value: Linux
          - name: All
            value: All
        schema:
          type: string
          enum:
          - Windows
          - Linux
          - All
      responses:
        '200':
          description: The request has succeeded.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WebAppStackCollection'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DefaultErrorResponse'
      x-ms-examples:
        Get Web App Stacks:
          $ref: ./examples/GetWebAppStacks.json
      x-ms-pageable:
        nextLinkName: nextLink
  /subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks:
    get:
      operationId: Provider_GetAvailableStacksOnPrem
      tags:
      - Provider
      summary: Get available application frameworks and their versions
      description: Description for Get available application frameworks and their versions
      parameters:
      - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter
      - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter
      - name: osTypeSelected
        in: query
        required: false
        x-ms-enum:
          name: ProviderOsTypeSelected
          modelAsString: true
          values:
          - name: Windows
            value: Windows
          - name: Linux
            value: Linux
          - name: WindowsFunctions
            value: WindowsFunctions
          - name: LinuxFunctions
            value: LinuxFunctions
          - name: All
            value: All
        schema:
          type: string
          enum:
          - Windows
          - Linux
          - WindowsFunctions
          - LinuxFunctions
          - All
      responses:
        '200':
          description: The request has succeeded.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApplicationStackCollection'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DefaultErrorResponse'
      x-ms-pageable:
        nextLinkName: nextLink
components:
  schemas:
    WebAppStackCollection:
      type: object
      description: Collection of Web app Stacks
      properties:
        value:
          type: array
          description: The WebAppStack items on this page
          items:
            $ref: '#/components/schemas/WebAppStack'
        nextLink:
          type: string
          format: uri
          description: The link to the next page of items
      required:
      - value
    MetricAvailability:
      type: object
      description: Retention policy of a resource metric.
      properties:
        timeGrain:
          type: string
        blobDuration:
          type: string
    ApplicationStackCollection:
      type: object
      description: Collection of Application Stacks
      properties:
        value:
          type: array
          description: The ApplicationStackResource items on this page
          items:
            $ref: '#/components/schemas/ApplicationStackResource'
        nextLink:
          type: string
          format: uri
          description: The link to the next page of items
      required:
      - value
    AppInsightsWebAppStackSettings:
      type: object
      description: App Insights Web App stack settings.
      properties:
        isSupported:
          type: boolean
          description: <code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.
          readOnly: true
        isDefaultOff:
          type: boolean
          description: <code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.
          readOnly: true
    FunctionAppRuntimes:
      type: object
      description: Function App stack runtimes.
      properties:
        linuxRuntimeSettings:
          $ref: '#/components/schemas/FunctionAppRuntimeSettings'
          description: Linux-specific settings associated with the minor version.
          readOnly: true
        windowsRuntimeSettings:
          $ref: '#/components/schemas/FunctionAppRuntimeSettings'
          description: Windows-specific settings associated with the minor version.
          readOnly: true
    GitHubActionWebAppStackSettings:
      type: object
      description: GitHub Actions Web App stack settings.
      properties:
        isSupported:
          type: boolean
          description: <code>true</code> if GitHub Actions is supported for the stack; otherwise, <code>false</code>.
          readOnly: true
        supportedVersion:
          type: string
          description: The minor version that is supported for GitHub Actions.
          readOnly: true
    ApplicationStack:
      type: object
      description: Application stack.
      properties:
        name:
          type: string
          description: Application stack name.
        display:
          type: string
          description: Application stack display name.
        dependency:
          type: string
          description: Application stack dependency.
        majorVersions:
          type: array
          description: List of major versions available.
          items:
            $ref: '#/components/schemas/StackMajorVersion'
          x-ms-identifiers:
          - runtimeVersion
        frameworks:
          type: array
          description: List of frameworks associated with application stack.
          items:
            $ref: '#/components/schemas/ApplicationStack'
          x-ms-identifiers:
          - name
        isDeprecated:
          type: array
          description: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.
          items:
            $ref: '#/components/schemas/ApplicationStack'
          x-ms-identifiers:
          - name
    ApplicationStackResource:
      type: object
      description: ARM resource for a ApplicationStack.
      properties:
        properties:
          $ref: '#/components/schemas/ApplicationStack'
          description: Core resource properties
          x-ms-client-flatten: true
      allOf:
      - $ref: '#/components/schemas/ProxyOnlyResource'
    CsmOperationDescription:
      type: object
      description: Description of an operation available for Microsoft.Web resource provider.
      properties:
        name:
          type: string
        isDataAction:
          type: boolean
        display:
          $ref: '#/components/schemas/CsmOperationDisplay'
          description: Meta data about operation used for display in portal.
        origin:
          type: string
        properties:
          $ref: '#/components/schemas/CsmOperationDescriptionProperties'
          description: Properties available for a Microsoft.Web resource provider operation.
    MetricSpecification:
      type: object
      description: Definition of a single resource metric.
      properties:
        name:
          type: string
        displayName:
          type: string
        displayDescription:
          type: string
        unit:
          type: string
        aggregationType:
          type: string
        supportsInstanceLevelAggregation:
          type: boolean
        enableRegionalMdmAccount:
          type: boolean
        sourceMdmAccount:
          type: string
        sourceMdmNamespace:
          type: string
        metricFilterPattern:
          type: string
        fillGapWithZero:
          type: boolean
        isInternal:
          type: boolean
        dimensions:
          type: array
          items:
            $ref: '#/components/schemas/Dimension'
          x-ms-identifiers:
          - name
        category:
          type: string
        availabilities:
          type: array
          items:
            $ref: '#/components/schemas/MetricAvailability'
          x-ms-identifiers: []
        supportedTimeGrainTypes:
          type: array
          items:
            type: string
        supportedAggregationTypes:
          type: array
          items:
            type: string
    WebAppMinorVersion:
      type: object
      description: Web App stack minor version.
      properties:
        displayText:
          type: string
          description: Web App stack minor version (display only).
          readOnly: true
        value:
          type: string
          description: Web App stack major version name.
          readOnly: true
        stackSettings:
          $ref: '#/components/schemas/WebAppRuntimes'
          description: Settings associated with the minor version.
          readOnly: true
    DefaultErrorResponse:
      type: object
      description: App Service error response.
      properties:
        error:
          $ref: '#/components/schemas/DefaultErrorResponseError'
          description: Error model.
          readOnly: true
    CsmOperationDescriptionProperties:
      type: object
      description: Properties available for a Microsoft.Web resource provider operation.
      properties:
        serviceSpecification:
          $ref: '#/components/schemas/ServiceSpecification'
          description: Resource metrics service provided by Microsoft.Insights resource provider.
    FunctionAppMinorVersion:
      type: object
      description: Function App stack minor version.
      properties:
        displayText:
          type: string
          description: Function App stack (display only).
          readOnly: true
        value:
          type: string
          description: Function App stack name.
          readOnly: true
        stackSettings:
          $ref: '#/components/schemas/FunctionAppRuntimes'
          description: Settings associated with the minor version.
          readOnly: true
    DefaultErrorResponseError:
      type: object
      description: Error model.
      properties:
        code:
          type: string
          description: Standardized string to programmatically identify the error.
          readOnly: true
        message:
          type: string
          description: Detailed error description and debugging information.
          readOnly: true
        target:
          type: string
          description: Detailed error description and debugging information.
          readOnly: true
        details:
          type: array
          items:
            $ref: '#/components/schemas/DefaultErrorResponseErrorDetailsItem'
          x-ms-identifiers: []
        innererror:
          type: string
          description: More information to debug error.
          readOnly: true
    FunctionAppMajorVersion:
      type: object
      description: Function App stack major version.
      properties:
        displayText:
          type: string
          description: Function App stack major version (display only).
          readOnly: true
        value:
          type: string
          description: Function App stack major version name.
          readOnly: true
        minorVersions:
          type: array
          description: Minor versions associated with the major version.
          items:
            $ref: '#/components/schemas/FunctionAppMinorVersion'
          readOnly: true
          x-ms-identifiers:
          - value
    StackMajorVersion:
      type: object
      description: Application stack major version.
      properties:
        displayVersion:
          type: string
          description: Application stack major version (display only).
        runtimeVersion:
          type: string
          description: Application stack major version (runtime only).
        isDefault:
          type: boolean
          description: <code>true</code> if this is the default major version; otherwise, <code>false</code>.
        minorVersions:
          type: array
          description: Minor versions associated with the major version.
          items:
            $ref: '#/components/schemas/StackMinorVersion'
          x-ms-identifiers:
          - runtimeVersion
        applicationInsights:
          type: boolean
          description: <code>true</code> if this supports Application Insights; otherwise, <code>false</code>.
        isPreview:
          type: boolean
          description: <code>true</code> if this stack is in Preview, otherwise <code>false</code>.
        isDeprecated:
          type: boolean
          description: <code>true</code> if this stack has been deprecated, otherwise <code>false</code>.
        isHidden:
          type: boolean
          description: <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>.
        appSettingsDictionary:
          type: object
          description: '<appSettings>

            <appSetting name="FUNCTIONS_WORKER_RUNTIME" value="dotnet" />

            </appSettings>

            Example: All the function apps need AppSetting: "FUNCTIONS_WORKER_RUNTIME" to be set stack name'
          additionalProperties: {}
        siteConfigPropertiesDictionary:
          type: object
          description: '<siteConfigProperties>

            <siteConfigProperty name="Use32BitWorkerProcess" value="false" />

            </siteConfigProperties>

            Example: All Linux Function Apps, need Use32BitWorkerProcess to be set to 0'
          additionalProperties: {}
    FunctionAppStackProperties:
      type: object
      description: FunctionAppStack resource specific properties
      properties:
        displayText:
          type: string
          description: Function App stack (display only).
          readOnly: true
        value:
          type: string
          description: Function App stack name.
          readOnly: true
        majorVersions:
          type: array
          description: List of major versions available.
          items:
            $ref: '#/components/schemas/FunctionAppMajorVersion'
          readOnly: true
          x-ms-identifiers:
          - value
        preferredOs:
          $ref: '#/components/schemas/StackPreferredOs'
          description: Function App stack preferred OS.
          readOnly: true
    WebAppStack:
      type: object
      description: Web App stack.
      properties:
        location:
          type: string
          description: Web App stack location.
          readOnly: true
        properties:
          $ref: '#/components/schemas/WebAppStackProperties'
          description: WebAppStack resource specific properties
          x-ms-client-flatten: true
      allOf:
      - $ref: '#/components/schemas/ProxyOnlyResource'
    WindowsJavaContainerSettings:
      type: object
      description: Windows Java Container settings.
      properties:
        javaContainer:
          type: string
          description: Java container (runtime only).
          readOnly: true
        javaContainerVersion:
          type: string
          description: Java container version (runtime only).
          readOnly: true
        isPreview:
          type: boolean
          description: <code>true</code> if the stack is in preview; otherwise, <code>false</code>.
          readOnly: true
        isDeprecated:
          type: boolean
          description: <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.
          readOnly: true
        isHidden:
          type: boolean
          description: <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.
          readOnly: true
        endOfLifeDate:
          type: string
          format: date-time
          description: End-of-life date for the minor version.
          readOnly: true
        isAutoUpdate:
          type: boolean
          description: <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.
          readOnly: true
        isEarlyAccess:
          type: boolean
          description: <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.
          readOnly: true
    DefaultErrorResponseErrorDetailsItem:
      type: object
      description: Detailed errors.
      properties:
        code:
          type: string
          description: Standardized string to programmatically identify the error.
          readOnly: true
        message:
          type: string
          description: Detailed error description and debugging information.
          readOnly: true
        target:
          type: string
          description: Detailed error description and debugging information.
          readOnly: true
    WebAppMajorVersion:
      type: object
      description: Web App stack major version.
      properties:
        displayText:
          type: string
          description: Web App stack major version (display only).
          readOnly: true
        value:
          type: string
          description: Web App stack major version name.
          readOnly: true
        minorVersions:
          type: array
          description: Minor versions associated with the major version.
          items:
            $ref: '#/components/schemas/WebAppMinorVersion'
          readOnly: true
          x-ms-identifiers:
          - value
    WebAppRuntimes:
      type: object
      description: Web App stack runtimes.
      properties:
        linuxRuntimeSettings:
          $ref: '#/components/schemas/WebAppRuntimeSettings'
          description: Linux-specific settings associated with the minor version.
          readOnly: true
        windowsRuntimeSettings:
          $ref: '#/components/schemas/WebAppRuntimeSettings'
          description: Windows-specific settings associated with the minor version.
          readOnly: true
        linuxContainerSettings:
          $ref: '#/components/schemas/LinuxJavaContainerSettings'
          description: Linux-specific settings associated with the Java container minor version.
          readOnly: true
        windowsContainerSettings:
          $ref: '#/components/schemas/WindowsJavaContainerSettings'
          description: Windows-specific settings associated with the Java container minor version.
          readOnly: true
    StackMinorVersion:
      type: object
      description: Application stack minor version.
      properties:
        displayVersion:
          type: string
          description: Application stack minor version (display only).
        runtimeVersion:
          type: string
          description: Application stack minor version (runtime only).
        isDefault:
          type: boolean
          description: <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
        isRemoteDebuggingEnabled:
          type: boolean
          description: <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.
    LinuxJavaContainerSettings:
      type: object
      description: Linux Java Container settings.
      properties:
        java11Runtime:
          type: string
          description: Java 11 version (runtime only).
          readOnly: true
        java8Runtime:
          type: string
          description: Java 8 version (runtime only).
          readOnly: true
        isPreview:
          type: boolean
          description: <code>true</code> if the stack is in preview; otherwise, <code>false</code>.
          readOnly: true
        isDeprecated:
          type: boolean
          description: <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.
          readOnly: true
        isHidden:
          type: boolean
          description: <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.
          readOnly: true
        endOfLifeDate:
          type: string
          format: date-time
          description: End-of-life date for the minor version.
          readOnly: true
        isAutoUpdate:
          type: boolean
          description: <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.
          readOnly: true
        isEarlyAccess:
          type: boolean
          description: <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.
          readOnly: true
    ServiceSpecification:
      type: object
      description: Resource metrics service provided by Microsoft.Insights resource provider.
      properties:
        metricSpecifications:
          type: array
          items:
            $ref: '#/components/schemas/MetricSpecification'
          x-ms-identifiers:
          - name
        logSpecifications:
          type: array
          items:
            $ref: '#/components/schemas/LogSpecification'
          x-ms-identifiers:
          - name
    FunctionAppStackCollection:
      type: object
      description: Collection of Function app Stacks
      properties:
        value:
          type: array
          description: The FunctionAppStack items on this page
          items:
            $ref: '#/components/schemas/FunctionAppStack'
        nextLink:
          type: string
          format: uri
          description: The link to the next page of items
      required:
      - value
    Dimension:
      type: object
      description: 'Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app,

        where instance name is dimension of the metric HTTP request'
      properties:
        name:
          type: string
        displayName:
          type: string
        internalName:
          type: string
        toBeExportedForShoebox:
          type: boolean
    LogSpecification:
      type: object
      description: Log Definition of a single resource metric.
      properties:
        name:
          type: string
        displayName:
          type: string
        blobDuration:
          type: string
        logFilterPattern:
          type: string
    WebAppStackProperties:
      type: object
      description: WebAppStack resource specific properties
      properties:
        displayText:
          type: string
          description: Web App stack (display only).
          readOnly: true
        value:
          type: string
          description: Web App stack name.
          readOnly: true
        majorVersions:
          type: array
          description: List of major versions available.
          items:
            $ref: '#/components/schemas/WebAppMajorVersion'
          readOnly: true
          x-ms-identifiers:
          - value
        preferredOs:
          $ref: '#/components/schemas/StackPreferredOs'
          description: Web App stack preferred OS.
          readOnly: true
    WebAppRuntimeSettings:
      type: object
      description: Web App runtime settings.
      properties:
        runtimeVersion:
          type: string
          description: Web App stack minor version (runtime only).
          readOnly: true
        remoteDebuggingSupported:
          type: boolean
          description: <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.
          readOnly: true
        appInsightsSettings:
          $ref: '#/components/schemas/AppInsightsWebAppStackSettings'
          description: Application Insights settings associated with the minor version.
          readOnly: true
        gitHubActionSettings:
          $ref: '#/components/schemas/GitHubActionWebAppStackSettings'
          description: GitHub Actions settings associated with the minor version.
          readOnly: true
        isPreview:
          type: boolean
          description: <code>true</code> if the stack is in preview; otherwise, <code>false</code>.
          readOnly: true
        isDeprecated:
          type: boolean
          description: <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.
          readOnly: true
        isHidden:
          type: boolean
          description: <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.
          readOnly: true
        endOfLifeDate:
          type: string
          format: date-time
      

# --- truncated at 32 KB (38 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/microsoft-azure-functions/refs/heads/main/openapi/microsoft-azure-functions-provider-api-openapi.yml