custom/FunctionsStack/WindowsFunctionsStacks.json

{
    "value": [
        {
            "id": null,
            "name": "dotnet",
            "type": "Microsoft.Web/availableStacks?osTypeSelected=WindowsFunctions",
            "properties": {
                "name": "dotnet",
                "display": ".NET Core",
                "dependency": null,
                "majorVersions": [
                    {
                        "displayVersion": "6.0",
                        "runtimeVersion": "6.0",
                        "supportedFunctionsExtensionVersions": [
                            "~4"
                        ],
                        "isDefault": true,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "dotnet"
                        },
                        "siteConfigPropertiesDictionary": {
                            "use32BitWorkerProcess": true,
                            "netFrameworkVersion": "v6.0"
                        },
                        "isPreview": false,
                        "isDeprecated": false,
                        "isHidden": false
                    },
                    {
                        "displayVersion": "3.1",
                        "runtimeVersion": "3.1",
                        "supportedFunctionsExtensionVersions": [
                            "~3"
                        ],
                        "isDefault": true,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "dotnet"
                        },
                        "siteConfigPropertiesDictionary": {
                            "use32BitWorkerProcess": true
                        },
                        "isPreview": false,
                        "isDeprecated": false,
                        "isHidden": false
                    },
                    {
                        "displayVersion": "2.2",
                        "runtimeVersion": "2.2",
                        "supportedFunctionsExtensionVersions": [
                            "~2"
                        ],
                        "isDefault": true,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "dotnet"
                        },
                        "siteConfigPropertiesDictionary": {
                            "use32BitWorkerProcess": true
                        },
                        "isPreview": false,
                        "isDeprecated": false,
                        "isHidden": false
                    }
                ],
                "frameworks": [],
                "isDeprecated": null
            }
        },
        {
            "id": null,
            "name": "node",
            "type": "Microsoft.Web/availableStacks?osTypeSelected=WindowsFunctions",
            "properties": {
                "name": "node",
                "display": "Node.js",
                "dependency": null,
                "majorVersions": [
                    {
                        "displayVersion": "18",
                        "runtimeVersion": "~18",
                        "supportedFunctionsExtensionVersions": [
                            "~4"
                        ],
                        "isDefault": false,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "node",
                            "WEBSITE_NODE_DEFAULT_VERSION": "~18"
                        },
                        "siteConfigPropertiesDictionary": {
                            "use32BitWorkerProcess": true,
                            "netFrameworkVersion": "v6.0"
                        },
                        "isPreview": true,
                        "isDeprecated": false,
                        "isHidden": false
                    },
                    {
                        "displayVersion": "16",
                        "runtimeVersion": "~16",
                        "supportedFunctionsExtensionVersions": [
                            "~4"
                        ],
                        "isDefault": true,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "node",
                            "WEBSITE_NODE_DEFAULT_VERSION": "~16"
                        },
                        "siteConfigPropertiesDictionary": {
                            "use32BitWorkerProcess": true,
                            "netFrameworkVersion": "v6.0"
                        },
                        "isPreview": false,
                        "isDeprecated": false,
                        "isHidden": false
                    },
                    {
                        "displayVersion": "14",
                        "runtimeVersion": "~14",
                        "supportedFunctionsExtensionVersions": [
                            "~3",
                            "~4"
                        ],
                        "isDefault": true,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "node",
                            "WEBSITE_NODE_DEFAULT_VERSION": "~14"
                        },
                        "siteConfigPropertiesDictionary": {
                            "use32BitWorkerProcess": true,
                            "netFrameworkVersion": "v6.0"
                        },
                        "isPreview": false,
                        "isDeprecated": false,
                        "isHidden": false
                    },
                    {
                        "displayVersion": "12",
                        "runtimeVersion": "~12",
                        "supportedFunctionsExtensionVersions": [
                            "~3"
                        ],
                        "isDefault": true,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "node",
                            "WEBSITE_NODE_DEFAULT_VERSION": "~12"
                        },
                        "siteConfigPropertiesDictionary": {
                            "use32BitWorkerProcess": true
                        },
                        "isPreview": false,
                        "isDeprecated": false,
                        "isHidden": false
                    }
                ],
                "frameworks": [],
                "isDeprecated": null
            }
        },
        {
            "id": null,
            "name": "java",
            "type": "Microsoft.Web/availableStacks?osTypeSelected=WindowsFunctions",
            "properties": {
                "name": "java",
                "display": "Java",
                "dependency": null,
                "majorVersions": [
                    {
                        "displayVersion": "8",
                        "runtimeVersion": "1.8",
                        "supportedFunctionsExtensionVersions": [
                            "~2",
                            "~3",
                            "~4"
                        ],
                        "isDefault": true,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "java"
                        },
                        "siteConfigPropertiesDictionary": {
                            "javaVersion": "1.8",
                            "use32BitWorkerProcess": true,
                            "netFrameworkVersion": "v6.0"
                        },
                        "isPreview": false,
                        "isDeprecated": false,
                        "isHidden": false
                    },
                    {
                        "displayVersion": "11",
                        "runtimeVersion": "11",
                        "supportedFunctionsExtensionVersions": [
                            "~3",
                            "~4"
                        ],
                        "isDefault": false,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "java"
                        },
                        "siteConfigPropertiesDictionary": {
                            "javaVersion": "11",
                            "use32BitWorkerProcess": true,
                            "netFrameworkVersion": "v6.0"
                        },
                        "isPreview": true,
                        "isDeprecated": false,
                        "isHidden": false
                    },
                    {
                        "displayVersion": "17",
                        "runtimeVersion": "17",
                        "supportedFunctionsExtensionVersions": [
                            "~4"
                        ],
                        "isDefault": false,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "java"
                        },
                        "siteConfigPropertiesDictionary": {
                            "javaVersion": "17",
                            "use32BitWorkerProcess": true,
                            "netFrameworkVersion": "v6.0"
                        },
                        "isPreview": false,
                        "isDeprecated": false,
                        "isHidden": false
                    }
                ],
                "frameworks": [],
                "isDeprecated": null
            }
        },
        {
            "id": null,
            "name": "powershell",
            "type": "Microsoft.Web/availableStacks?osTypeSelected=WindowsFunctions",
            "properties": {
                "name": "powershell",
                "display": "PowerShell Core",
                "dependency": null,
                "majorVersions": [
                    {
                        "displayVersion": "7.2",
                        "runtimeVersion": "7.2",
                        "supportedFunctionsExtensionVersions": [
                            "~4"
                        ],
                        "isDefault": true,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "powershell"
                        },
                        "siteConfigPropertiesDictionary": {
                            "powerShellVersion": "7.2",
                            "use32BitWorkerProcess": true,
                            "netFrameworkVersion": "v6.0"
                        },
                        "isPreview": false,
                        "isDeprecated": false,
                        "isHidden": false
                    },
                    {
                        "displayVersion": "7.0",
                        "runtimeVersion": "~7",
                        "supportedFunctionsExtensionVersions": [
                            "~3",
                            "~4"
                        ],
                        "isDefault": true,
                        "minorVersions": [],
                        "applicationInsights": true,
                        "appSettingsDictionary": {
                            "FUNCTIONS_WORKER_RUNTIME": "powershell"
                        },
                        "siteConfigPropertiesDictionary": {
                            "powerShellVersion": "~7",
                            "use32BitWorkerProcess": true,
                            "netFrameworkVersion": "v6.0"
                        },
                        "isPreview": false,
                        "isDeprecated": false,
                        "isHidden": false
                    }
                ],
                "frameworks": [],
                "isDeprecated": null
            }
        }
    ],
    "nextLink": null,
    "id": null
}