{
  "tags": {
    "v1": {
      "release": "1.13.2",
      "releaseQuality": "GA",
      "hidden": false
    },
    "v1-prerelease": {
      "release": "1.13.2",
      "releaseQuality": "Prerelease",
      "hidden": true
    },
    "v2": {
      "release": "2.60.0",
      "releaseQuality": "GA",
      "hidden": false
    },
    "v2-prerelease": {
      "release": "2.60.1",
      "releaseQuality": "Prerelease",
      "hidden": true
    },
    "v2-preview": {
      "release": "2.60.1",
      "releaseQuality": "Preview",
      "hidden": true
    },
    "v3-preview": {
      "release": "3.40.0",
      "releaseQuality": "Preview",
      "hidden": true
    },
    "v3-prerelease": {
      "release": "3.40.0",
      "releaseQuality": "Prerelease",
      "hidden": true
    },
    "v3": {
      "release": "3.40.0",
      "releaseQuality": "GA",
      "hidden": false
    },
    "v4": {
      "release": "4.18.1",
      "releaseQuality": "GA",
      "hidden": false
    },
    "v4-prerelease": {
      "release": "4.18.1",
      "releaseQuality": "Prerelease",
      "hidden": true
    }
  },
  "releases": {
    "1.13.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/1.0.3.10182.zip",
      "workerRuntimes": {
        "dotnet": {
          "netframework": {
            "displayInfo": {
              "displayName": ".NET Framework",
              "hidden": false,
              "displayVersion": "v1",
              "targetFramework": ".NET Framework"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "1.0.29"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net461",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/1.0.3.10324",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/1.0.3.10324",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.1.x"
            },
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~1",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/1.0.28/Azure.Functions.Cli.zip",
          "sha2": "BB4978D83CFBABAE67D4D720FEC1F1171BE0406B2147EF3FECA476C19ADD9920",
          "size": "full",
          "default": "true"
        }
      ]
    },
    "1.13.1": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/1.0.3.10182.zip",
      "workerRuntimes": {
        "dotnet": {
          "netframework": {
            "displayInfo": {
              "displayName": ".NET Framework",
              "hidden": false,
              "displayVersion": "v1",
              "targetFramework": ".NET Framework"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "1.0.29"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net461",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/1.0.3.10448",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/1.0.3.10448",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.1.x"
            },
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~1",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/1.0.28/Azure.Functions.Cli.zip",
          "sha2": "BB4978D83CFBABAE67D4D720FEC1F1171BE0406B2147EF3FECA476C19ADD9920",
          "size": "full",
          "default": "true"
        }
      ]
    },
    "2.60.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/2.1.1642.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore2": {
            "displayInfo": {
              "displayName": ".NET Core 2",
              "hidden": false,
              "displayVersion": "v2",
              "targetFramework": ".NET Core"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "1.0.31"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp2.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/2.1.1642",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/2.1.1642",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.2.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:2.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~2",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|2.2"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/2.7.3188/Azure.Functions.Cli.linux-x64.2.7.3188.zip",
          "sha2": "f8cff611d0cc2198589a7ff0b1b268549bf86c11afd799098df59f7721d6b771",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/2.7.3188/Azure.Functions.Cli.osx-x64.2.7.3188.zip",
          "sha2": "baa850c449e9be5fcef8e2bf91883885ec9ab9471437c998701435f5164d72e5",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/2.7.3188/Azure.Functions.Cli.min.win-x64.2.7.3188.zip",
          "sha2": "1c5c49bfb683e45fc4b44e52e25f63324f9d8e931d47259c55fc66c9b7019fc9",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/2.7.3188/Azure.Functions.Cli.win-x86.2.7.3188.zip",
          "sha2": "4a0342497a606e763aa148a10852d6da91d2d5cc7fdb7e705a0c17df4e038023",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/2.7.3188/Azure.Functions.Cli.min.win-x86.2.7.3188.zip",
          "sha2": "f04accdc23432695786f434835b12558e603866a5c3b6d5c398965d3dccc78e9",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "2.60.1": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/2.1.1642.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore2": {
            "displayInfo": {
              "displayName": ".NET Core 2",
              "hidden": false,
              "displayVersion": "v2",
              "targetFramework": ".NET Core"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "1.0.31"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp2.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/2.1.1785",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/2.1.1785",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.2.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:2.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~2",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|2.2"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/2.7.3188/Azure.Functions.Cli.linux-x64.2.7.3188.zip",
          "sha2": "f8cff611d0cc2198589a7ff0b1b268549bf86c11afd799098df59f7721d6b771",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/2.7.3188/Azure.Functions.Cli.osx-x64.2.7.3188.zip",
          "sha2": "baa850c449e9be5fcef8e2bf91883885ec9ab9471437c998701435f5164d72e5",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/2.7.3188/Azure.Functions.Cli.min.win-x64.2.7.3188.zip",
          "sha2": "1c5c49bfb683e45fc4b44e52e25f63324f9d8e931d47259c55fc66c9b7019fc9",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/2.7.3188/Azure.Functions.Cli.win-x86.2.7.3188.zip",
          "sha2": "4a0342497a606e763aa148a10852d6da91d2d5cc7fdb7e705a0c17df4e038023",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/2.7.3188/Azure.Functions.Cli.min.win-x86.2.7.3188.zip",
          "sha2": "f04accdc23432695786f434835b12558e603866a5c3b6d5c398965d3dccc78e9",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.20.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1648",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1648",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.1-preview5"
            },
            "default": false,
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1711-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1711-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3284/Azure.Functions.Cli.linux-x64.3.0.3284.zip",
          "sha2": "149adf52337075929266b331bf0d3c6f07ca3fdc78be16d1dd5a57bb67225e29",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3284/Azure.Functions.Cli.osx-x64.3.0.3284.zip",
          "sha2": "d7021ad1ccc170b49304f338ff7efd4ceae310b3adb8f09b8f84b6670ce6e951",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3284/Azure.Functions.Cli.min.win-x64.3.0.3284.zip",
          "sha2": "42dfb3ace87ae463564e93a03fe522617345d1e22c4a480d85d2c4a03ad46ed4",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3284/Azure.Functions.Cli.win-x86.3.0.3284.zip",
          "sha2": "2bd379a4967a87de05295e7a08eabbfd9c5cf956ebfd16c03280ed2fa9c01b54",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3284/Azure.Functions.Cli.min.win-x86.3.0.3284.zip",
          "sha2": "a6367637da8ec1387e074dadc45f5da0dfceed876bb7d9140d5f17a16511bf3f",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.21.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1648",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1648",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.1-preview5"
            },
            "default": false,
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1711-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1711-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3331/Azure.Functions.Cli.linux-x64.3.0.3331.zip",
          "sha2": "b261022ed25801f112b6fb5cfad5438467b499751aa127a128e7e427e68ebcb1",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3331/Azure.Functions.Cli.osx-x64.3.0.3331.zip",
          "sha2": "74a394f54b1d77a7c238a220535b28f1004973da3f4000673b2cb8d74b2b9c38",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3331/Azure.Functions.Cli.min.win-x64.3.0.3331.zip",
          "sha2": "dc936ecd3465dd9f7a712b717367223af165d76fd9c0e7f4c0dd33612f5ee828",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3331/Azure.Functions.Cli.win-x86.3.0.3331.zip",
          "sha2": "f403ed71b489be01a1480669f7280160bc0b1d0c5b9dbbfc3ed4bae283d6ec56",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3331/Azure.Functions.Cli.min.win-x86.3.0.3331.zip",
          "sha2": "c57acf8c0f232574cddeee57372fe4c20cb4fd7df0d51e07ab50b124c49c8a6f",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.22.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1728",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1728",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.1"
            },
            "default": false,
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1733",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1733",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.linux-x64.3.0.3388.zip",
          "sha2": "ef904fb0eb248c3a863eac2fd318ffb4eff19f0aa0751c35eb0791afbb31061a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.osx-x64.3.0.3388.zip",
          "sha2": "a8c32b29a0aef642bb70ae61260b429a0800ac9c17213497a0892224c656f3bf",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.min.win-x64.3.0.3388.zip",
          "sha2": "83dd2b34c05ec8f89e68bb16da975058bbc1e796c74b174934abc81644bd0c9d",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.win-x86.3.0.3388.zip",
          "sha2": "ab28b784c22282365d5a39ef3f2cb03ab059ec2b483721600a0c2334aef74dfc",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.min.win-x86.3.0.3388.zip",
          "sha2": "e60a10086f0709aed699c99fdf5fe97d48411daa7c6a935b3eb0e0c22fed10cf",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.22.1": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1648",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1648",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.1"
            },
            "default": false,
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1733",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1733",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.linux-x64.3.0.3388.zip",
          "sha2": "ef904fb0eb248c3a863eac2fd318ffb4eff19f0aa0751c35eb0791afbb31061a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.osx-x64.3.0.3388.zip",
          "sha2": "a8c32b29a0aef642bb70ae61260b429a0800ac9c17213497a0892224c656f3bf",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.min.win-x64.3.0.3388.zip",
          "sha2": "83dd2b34c05ec8f89e68bb16da975058bbc1e796c74b174934abc81644bd0c9d",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.win-x86.3.0.3388.zip",
          "sha2": "ab28b784c22282365d5a39ef3f2cb03ab059ec2b483721600a0c2334aef74dfc",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.min.win-x86.3.0.3388.zip",
          "sha2": "e60a10086f0709aed699c99fdf5fe97d48411daa7c6a935b3eb0e0c22fed10cf",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.22.2": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1648",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1648",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.1"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1733",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1733",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.linux-x64.3.0.3388.zip",
          "sha2": "ef904fb0eb248c3a863eac2fd318ffb4eff19f0aa0751c35eb0791afbb31061a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.osx-x64.3.0.3388.zip",
          "sha2": "a8c32b29a0aef642bb70ae61260b429a0800ac9c17213497a0892224c656f3bf",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.min.win-x64.3.0.3388.zip",
          "sha2": "83dd2b34c05ec8f89e68bb16da975058bbc1e796c74b174934abc81644bd0c9d",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.win-x86.3.0.3388.zip",
          "sha2": "ab28b784c22282365d5a39ef3f2cb03ab059ec2b483721600a0c2334aef74dfc",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3388/Azure.Functions.Cli.min.win-x86.3.0.3388.zip",
          "sha2": "e60a10086f0709aed699c99fdf5fe97d48411daa7c6a935b3eb0e0c22fed10cf",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.23.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1648",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1648",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.1"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1733",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1733",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.linux-x64.3.0.3442.zip",
          "sha2": "eb05d3ffa78962bb12c15f19e1358bf9a371c8766f1bd61e72b2c5745ee9f1fc",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.osx-x64.3.0.3442.zip",
          "sha2": "fa8294a19e8148b52bb43231b020b49faeec17a5840bce0fc55bde64e9195a82",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x64.3.0.3442.zip",
          "sha2": "cd418e82c63dc6ea7514e385ccc040de4750c6b42021067d860d94a8ae0464ba",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.win-x86.3.0.3442.zip",
          "sha2": "1197c329d006c128c4829c96605e3ffa44671038247300025c5ac48864276e8e",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x86.3.0.3442.zip",
          "sha2": "7b2303982ee4a3b9f9970399459e85619127a42057b1d123585c28f50b1fa995",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.23.1": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1788",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1788",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.1"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1733",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1733",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.linux-x64.3.0.3442.zip",
          "sha2": "eb05d3ffa78962bb12c15f19e1358bf9a371c8766f1bd61e72b2c5745ee9f1fc",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.osx-x64.3.0.3442.zip",
          "sha2": "fa8294a19e8148b52bb43231b020b49faeec17a5840bce0fc55bde64e9195a82",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x64.3.0.3442.zip",
          "sha2": "cd418e82c63dc6ea7514e385ccc040de4750c6b42021067d860d94a8ae0464ba",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.win-x86.3.0.3442.zip",
          "sha2": "1197c329d006c128c4829c96605e3ffa44671038247300025c5ac48864276e8e",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x86.3.0.3442.zip",
          "sha2": "7b2303982ee4a3b9f9970399459e85619127a42057b1d123585c28f50b1fa995",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.23.2": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1791",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1791",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.1"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1791",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1791",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.linux-x64.3.0.3442.zip",
          "sha2": "eb05d3ffa78962bb12c15f19e1358bf9a371c8766f1bd61e72b2c5745ee9f1fc",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.osx-x64.3.0.3442.zip",
          "sha2": "fa8294a19e8148b52bb43231b020b49faeec17a5840bce0fc55bde64e9195a82",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x64.3.0.3442.zip",
          "sha2": "cd418e82c63dc6ea7514e385ccc040de4750c6b42021067d860d94a8ae0464ba",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.win-x86.3.0.3442.zip",
          "sha2": "1197c329d006c128c4829c96605e3ffa44671038247300025c5ac48864276e8e",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x86.3.0.3442.zip",
          "sha2": "7b2303982ee4a3b9f9970399459e85619127a42057b1d123585c28f50b1fa995",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.23.3": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1791",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1791",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.1"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.linux-x64.3.0.3442.zip",
          "sha2": "eb05d3ffa78962bb12c15f19e1358bf9a371c8766f1bd61e72b2c5745ee9f1fc",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.osx-x64.3.0.3442.zip",
          "sha2": "fa8294a19e8148b52bb43231b020b49faeec17a5840bce0fc55bde64e9195a82",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x64.3.0.3442.zip",
          "sha2": "cd418e82c63dc6ea7514e385ccc040de4750c6b42021067d860d94a8ae0464ba",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.win-x86.3.0.3442.zip",
          "sha2": "1197c329d006c128c4829c96605e3ffa44671038247300025c5ac48864276e8e",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x86.3.0.3442.zip",
          "sha2": "7b2303982ee4a3b9f9970399459e85619127a42057b1d123585c28f50b1fa995",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.23.4": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1791",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1791",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.linux-x64.3.0.3442.zip",
          "sha2": "eb05d3ffa78962bb12c15f19e1358bf9a371c8766f1bd61e72b2c5745ee9f1fc",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.osx-x64.3.0.3442.zip",
          "sha2": "fa8294a19e8148b52bb43231b020b49faeec17a5840bce0fc55bde64e9195a82",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x64.3.0.3442.zip",
          "sha2": "cd418e82c63dc6ea7514e385ccc040de4750c6b42021067d860d94a8ae0464ba",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.win-x86.3.0.3442.zip",
          "sha2": "1197c329d006c128c4829c96605e3ffa44671038247300025c5ac48864276e8e",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x86.3.0.3442.zip",
          "sha2": "7b2303982ee4a3b9f9970399459e85619127a42057b1d123585c28f50b1fa995",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.23.5": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1812",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1812",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.linux-x64.3.0.3442.zip",
          "sha2": "eb05d3ffa78962bb12c15f19e1358bf9a371c8766f1bd61e72b2c5745ee9f1fc",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.osx-x64.3.0.3442.zip",
          "sha2": "fa8294a19e8148b52bb43231b020b49faeec17a5840bce0fc55bde64e9195a82",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x64.3.0.3442.zip",
          "sha2": "cd418e82c63dc6ea7514e385ccc040de4750c6b42021067d860d94a8ae0464ba",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.win-x86.3.0.3442.zip",
          "sha2": "1197c329d006c128c4829c96605e3ffa44671038247300025c5ac48864276e8e",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3442/Azure.Functions.Cli.min.win-x86.3.0.3442.zip",
          "sha2": "7b2303982ee4a3b9f9970399459e85619127a42057b1d123585c28f50b1fa995",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.24.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1791",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1791",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3514/Azure.Functions.Cli.linux-x64.3.0.3514.zip",
          "sha2": "2717b58c1c1c95f5c41233821714e553dd708fa5cb6212e9f44e4bdcb5e7fafd",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3514/Azure.Functions.Cli.osx-x64.3.0.3514.zip",
          "sha2": "c5192c9ab01d1eb8f464934c6a1f7c0742c3a1e1b5039966dcca0538ae3e5624",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3514/Azure.Functions.Cli.min.win-x64.3.0.3514.zip",
          "sha2": "99417038b471d8c4421fdfd9c0342d1d75e01e4a017d657c9b5430fbd4a53ad6",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3514/Azure.Functions.Cli.win-x86.3.0.3514.zip",
          "sha2": "f7ef043494ad59c654d5a0e09654d012c0fbcea2cfff6ed28a51faf31a7b3aec",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3514/Azure.Functions.Cli.min.win-x86.3.0.3514.zip",
          "sha2": "eeb23ea4fbd8426729cd8744dd30009944f7237cdbca2a9a02892a9589dc0572",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.24.1": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1809",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1809",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3514/Azure.Functions.Cli.linux-x64.3.0.3514.zip",
          "sha2": "2717b58c1c1c95f5c41233821714e553dd708fa5cb6212e9f44e4bdcb5e7fafd",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3514/Azure.Functions.Cli.osx-x64.3.0.3514.zip",
          "sha2": "c5192c9ab01d1eb8f464934c6a1f7c0742c3a1e1b5039966dcca0538ae3e5624",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3514/Azure.Functions.Cli.min.win-x64.3.0.3514.zip",
          "sha2": "99417038b471d8c4421fdfd9c0342d1d75e01e4a017d657c9b5430fbd4a53ad6",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3514/Azure.Functions.Cli.win-x86.3.0.3514.zip",
          "sha2": "f7ef043494ad59c654d5a0e09654d012c0fbcea2cfff6ed28a51faf31a7b3aec",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3514/Azure.Functions.Cli.min.win-x86.3.0.3514.zip",
          "sha2": "eeb23ea4fbd8426729cd8744dd30009944f7237cdbca2a9a02892a9589dc0572",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.25.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1809",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1809",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3528/Azure.Functions.Cli.linux-x64.3.0.3528.zip",
          "sha2": "0187b0e6101a3b9511f0ea58be24026e2836a6b79680b8d1508a245369e9dbbf",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3528/Azure.Functions.Cli.osx-x64.3.0.3528.zip",
          "sha2": "a6137a79a14a5bd55d7fafe3c05200db7c767c9ca0e17cbca9f5d24c273100ea",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3528/Azure.Functions.Cli.min.win-x64.3.0.3528.zip",
          "sha2": "2528ea9cee707cc4787f201e1705b4264cc2b8b8d67a3fabdfad3ca1b5a06da4",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3528/Azure.Functions.Cli.win-x86.3.0.3528.zip",
          "sha2": "83478b84d66ed52e508e12a926666e1ad85fb9b7e7e091820b52f7ae3aae5bcd",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3528/Azure.Functions.Cli.min.win-x86.3.0.3528.zip",
          "sha2": "802e2ca6a355099ea7491beec932f80ae6fce8968b8f94a40cbb4dd36c3490fc",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.26.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.11"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1809",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1809",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3568/Azure.Functions.Cli.linux-x64.3.0.3568.zip",
          "sha2": "8f0eee6a09cf99421805800a1851819b7c679a187ad326a4ec51f7d00ac3ad7b",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3568/Azure.Functions.Cli.osx-x64.3.0.3568.zip",
          "sha2": "68ee0928c61b6d97c83bb8fe6b8aa9b93f903eacff4b4e976ca382e777326bfa",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3568/Azure.Functions.Cli.min.win-x64.3.0.3568.zip",
          "sha2": "ccb7c3b4e7506da840941a051414c29e0537a69398606aa951710aa99d625b65",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3568/Azure.Functions.Cli.win-x86.3.0.3568.zip",
          "sha2": "3f171a477df6e0af9f4258859015c47caf6037b017ed86d63cfec9548d882510",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3568/Azure.Functions.Cli.min.win-x86.3.0.3568.zip",
          "sha2": "9eecca7ccbe4338d8e06eba393486632c6283d5f2a8e11372fd673841a715a56",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.26.1": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1812",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1812",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3568/Azure.Functions.Cli.linux-x64.3.0.3568.zip",
          "sha2": "8f0eee6a09cf99421805800a1851819b7c679a187ad326a4ec51f7d00ac3ad7b",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3568/Azure.Functions.Cli.osx-x64.3.0.3568.zip",
          "sha2": "68ee0928c61b6d97c83bb8fe6b8aa9b93f903eacff4b4e976ca382e777326bfa",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3568/Azure.Functions.Cli.min.win-x64.3.0.3568.zip",
          "sha2": "ccb7c3b4e7506da840941a051414c29e0537a69398606aa951710aa99d625b65",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3568/Azure.Functions.Cli.win-x86.3.0.3568.zip",
          "sha2": "3f171a477df6e0af9f4258859015c47caf6037b017ed86d63cfec9548d882510",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3568/Azure.Functions.Cli.min.win-x86.3.0.3568.zip",
          "sha2": "9eecca7ccbe4338d8e06eba393486632c6283d5f2a8e11372fd673841a715a56",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.26.2": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1812",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1812",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": true,
              "displayVersion": "v3",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3528/Azure.Functions.Cli.linux-x64.3.0.3528.zip",
          "sha2": "0187b0e6101a3b9511f0ea58be24026e2836a6b79680b8d1508a245369e9dbbf",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3528/Azure.Functions.Cli.osx-x64.3.0.3528.zip",
          "sha2": "a6137a79a14a5bd55d7fafe3c05200db7c767c9ca0e17cbca9f5d24c273100ea",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3528/Azure.Functions.Cli.min.win-x64.3.0.3528.zip",
          "sha2": "2528ea9cee707cc4787f201e1705b4264cc2b8b8d67a3fabdfad3ca1b5a06da4",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3528/Azure.Functions.Cli.win-x86.3.0.3528.zip",
          "sha2": "83478b84d66ed52e508e12a926666e1ad85fb9b7e7e091820b52f7ae3aae5bcd",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3528/Azure.Functions.Cli.min.win-x86.3.0.3528.zip",
          "sha2": "802e2ca6a355099ea7491beec932f80ae6fce8968b8f94a40cbb4dd36c3490fc",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.0.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "Preview"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3594/Azure.Functions.Cli.linux-x64.4.0.3594.zip",
          "sha2": "38e57bbd2e41525de7be85e4c518655b50315f17ee63b616307060b865859563",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3594/Azure.Functions.Cli.osx-x64.4.0.3594.zip",
          "sha2": "6975915c8189bcd6ecf5227e328e35f85f0aaf966d7ec8d51c138cd27a89de68",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3594/Azure.Functions.Cli.min.win-x64.4.0.3594.zip",
          "sha2": "5f4eb60f319cb4e380616ef41e88962fa82ce507444c9a3ca8893d3d255d26cbs",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3594/Azure.Functions.Cli.win-x86.4.0.3594.zip",
          "sha2": "caff5242259b80dd2360a230032fa038e4b3905ab00d5c9c0c1bf023dab964cf",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3594/Azure.Functions.Cli.min.win-x86.4.0.3594.zip",
          "sha2": "6240b1683e57cf5b93e6c70e656654ceb1a8f66b8cb667e7abe7f29973b3d403",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.1.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "Preview"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3638/Azure.Functions.Cli.linux-x64.4.0.3638.zip",
          "sha2": "3c0e570c970e279f3874fb8820ae6a62a730a47eb8657600b16185abaa8a9761",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3638/Azure.Functions.Cli.osx-x64.4.0.3638.zip",
          "sha2": "b07fd5dfd5736800575efb4b578661ceecb1f5b6ec9282225633adf490601d8f",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3638/Azure.Functions.Cli.win-x64.4.0.3638.zip",
          "sha2": "c68d8537d62b787a3d3926edc5a7261d9320fd3ddef24b59a07849963363c9e9",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3638/Azure.Functions.Cli.win-x86.4.0.3638.zip",
          "sha2": "27c4d6f7dda338276870e00a9c96a2333dd94ae2e44453ed28a1fef2bb5977a6",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3638/Azure.Functions.Cli.min.win-x86.4.0.3638.zip",
          "sha2": "300ef747cdbe886f5d4ed0cf551da6a883912e46a23b25e736b8783e462384ab",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.2.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "Preview"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3656/Azure.Functions.Cli.linux-x64.4.0.3656.zip",
          "sha2": "dc708eb2d8e3d9433a4eaae93f63d39eefc7f764e814c61965ebf08b6f31259d",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3656/Azure.Functions.Cli.osx-x64.4.0.3656.zip",
          "sha2": "eefb925bcaf42e7ebac621f73f5af03d51dbf8df5f7da10f598ab5d1ebd45cba",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3656/Azure.Functions.Cli.win-x64.4.0.3656.zip",
          "sha2": "f766700594d1c4d25e20aaf962e117b2920e0bfabf9f014f62f641fdad12ec86",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3656/Azure.Functions.Cli.win-x86.4.0.3656.zip",
          "sha2": "0d760903834dfe5c65eed5de19df518acda11c41dc9432aa94f94c05c3dd9ed0",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3656/Azure.Functions.Cli.min.win-x86.4.0.3656.zip",
          "sha2": "574b3e808309a5fafa071668fac8f4ece2490c6520f376dc5b4690beeb6b8bad",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.3.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "Preview"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3696/Azure.Functions.Cli.linux-x64.4.0.3696.zip",
          "sha2": "63b444c22c01ffc4d46bb7ecde6042835427fb5956ab97852a0a101eb88dc90a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3696/Azure.Functions.Cli.osx-x64.4.0.3696.zip",
          "sha2": "85e9c9394c985473385939a5545b2a135af8377c742fcdd119e726509aab5ab4",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3696/Azure.Functions.Cli.win-x64.4.0.3696.zip",
          "sha2": "9ae667aea8ae942bdd28140cf61bdf9aa403adf913f0734882976220b637b292",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3696/Azure.Functions.Cli.win-x86.4.0.3696.zip",
          "sha2": "cdc237548d4d94d88639be90104bfbdda31e54899998bc82cc8570f6609dfe28",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3696/Azure.Functions.Cli.min.win-x86.4.0.3696.zip",
          "sha2": "dcfb061ae4cf1f388d01ad9db0854ffefc732052c35ea08a24fecc7ce2b650e2",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "1.13.2": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/1.0.3.10182.zip",
      "workerRuntimes": {
        "dotnet": {
          "netframework": {
            "displayInfo": {
              "displayName": ".NET Framework",
              "hidden": false,
              "displayVersion": "v1",
              "targetFramework": ".NET Framework"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "1.0.29"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net48",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/1.0.3.10449",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/1.0.3.10449",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.1.x"
            },
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~1",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/1.0.28/Azure.Functions.Cli.zip",
          "sha2": "BB4978D83CFBABAE67D4D720FEC1F1171BE0406B2147EF3FECA476C19ADD9920",
          "size": "full",
          "default": "true"
        }
      ]
    },
    "3.27.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1812",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1812",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3734/Azure.Functions.Cli.linux-x64.3.0.3734.zip",
          "sha2": "dbb9149d74a70ca67f9bc775280646e43ac5cc1e6eaa508b82d37b95727e7936",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3734/Azure.Functions.Cli.osx-x64.3.0.3734.zip",
          "sha2": "1edb28fc49277b8ef241bde4fbacaa2db812bada5244779b31f44d472c0c2cc4",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3734/Azure.Functions.Cli.min.win-x64.3.0.3734.zip",
          "sha2": "4cc0892e890006f168d0c5420d43571f14d4b636ca6ffa9fd45eff43706368ed",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3734/Azure.Functions.Cli.win-x86.3.0.3734.zip",
          "sha2": "ee857c394ae05c9ac9e43c870d435263ad0c0a735b41946e7dfbebd9ae7a5960",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3734/Azure.Functions.Cli.min.win-x86.3.0.3734.zip",
          "sha2": "dc15cd09c913fab86a6fef48db08994e15028215fd2934e153054995624c08cd",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.4.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "Preview"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3743/Azure.Functions.Cli.linux-x64.4.0.3743.zip",
          "sha2": "1fb0dd0a966ce69afb741c670719a4afcef3b831a2a4d968c42dfd9acba25f8a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3743/Azure.Functions.Cli.osx-x64.4.0.3743.zip",
          "sha2": "955eb3ed4f1ef35a9f4fb221f4ac0503936d59fa4092153cbd083f95f8fc7a3b",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3743/Azure.Functions.Cli.win-x64.4.0.3743.zip",
          "sha2": "d3950711bd394c9cc09863a71c429184e3927fd37010d987e893c7e841e81dc8",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3743/Azure.Functions.Cli.win-x86.4.0.3743.zip",
          "sha2": "7cc42c3fb8bdc5b6e9ff256f9820451824dd7f4d2897f4d7d91785fa52d866df",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3743/Azure.Functions.Cli.min.win-x86.4.0.3743.zip",
          "sha2": "a4559c9c6d3729a110085cd641fb6cf144042c037185fabdbe87259c589a16d2",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.4.1": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "Preview"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3743/Azure.Functions.Cli.linux-x64.4.0.3743.zip",
          "sha2": "1fb0dd0a966ce69afb741c670719a4afcef3b831a2a4d968c42dfd9acba25f8a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3743/Azure.Functions.Cli.osx-x64.4.0.3743.zip",
          "sha2": "955eb3ed4f1ef35a9f4fb221f4ac0503936d59fa4092153cbd083f95f8fc7a3b",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3743/Azure.Functions.Cli.min.win-x64.4.0.3743.zip",
          "sha2": "f5a393e7c531df443c21d6d05c4f3e7cddee525e965c498ea5939a200f1bee47",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3743/Azure.Functions.Cli.win-x86.4.0.3743.zip",
          "sha2": "7cc42c3fb8bdc5b6e9ff256f9820451824dd7f4d2897f4d7d91785fa52d866df",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3743/Azure.Functions.Cli.min.win-x86.4.0.3743.zip",
          "sha2": "a4559c9c6d3729a110085cd641fb6cf144042c037185fabdbe87259c589a16d2",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.5.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "Preview"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1903",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1903",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1844-preview1",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1844-preview1",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3780/Azure.Functions.Cli.linux-x64.4.0.3780.zip",
          "sha2": "2fb2d05721f01334f10efe42027354a6b5f2ac0d6c1aca3012e17579b1ad1938",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3780/Azure.Functions.Cli.osx-x64.4.0.3780.zip",
          "sha2": "f15d785d6d6ada9dad19dc07d23f6b44ab4fb456e449567a16efe726778c830a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3780/Azure.Functions.Cli.min.win-x64.4.0.3780.zip",
          "sha2": "2aab4df0b6c4128d86c21810e5e8e8fc766c8aa2d6048fcba5ed97a477009a07",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3780/Azure.Functions.Cli.win-x86.4.0.3780.zip",
          "sha2": "ec4a2a1601d7596b56deeb263778c8b5d755a7010b1e6c0191a0878b30b3547d",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3780/Azure.Functions.Cli.min.win-x86.4.0.3780.zip",
          "sha2": "20b5f4d384f139db7143583c5a4ad6a9e0410b9012c05e4b655556fba50faca6",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.28.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1812",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1812",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1796",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1796",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3785/Azure.Functions.Cli.linux-x64.3.0.3785.zip",
          "sha2": "35d4c4150686f1e15e9e08f342be757b37a120716f419aa6ae3a635a4e2f64aa",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3785/Azure.Functions.Cli.osx-x64.3.0.3785.zip",
          "sha2": "857b3546b2a336e5e7bac4012cb6a9ea141f910030c58f0ce8e21784553aa527",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3785/Azure.Functions.Cli.min.win-x64.3.0.3785.zip",
          "sha2": "f691c51a46f5e0a1bedd6b106e7fde3ae94c126ed0a1efb8018d261f8e63428d",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3785/Azure.Functions.Cli.win-x86.3.0.3785.zip",
          "sha2": "58a2bfd7a82d8ee227393fa19d1bb56278578d013d2f8e9c310d08b2ddfb7a6e",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3785/Azure.Functions.Cli.min.win-x86.3.0.3785.zip",
          "sha2": "282abcd779b08d2c78cb43438c083d750d6e1c604f46df98c37d2e44088887e3",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.29.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1812",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1812",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1927",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1927",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3873/Azure.Functions.Cli.linux-x64.3.0.3873.zip",
          "sha2": "63613ec6ca03973ff3d0480f7679f24c6fcbec948a51be86eea510dcd9a6c5d1",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3873/Azure.Functions.Cli.osx-x64.3.0.3873.zip",
          "sha2": "43ccaf1ae421a07b7e785b0bdb28e4746b3cfe144c8b32b6d069c54964091d29",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3873/Azure.Functions.Cli.min.win-x64.3.0.3873.zip",
          "sha2": "0b2a453496a0f0d63a07ac542ad1de0e864c9c2336f7d3909c6f9f0de9202927",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3873/Azure.Functions.Cli.win-x86.3.0.3873.zip",
          "sha2": "223ee4974dd9b2bd96a37bde014ea0f658b33528fb8a882f7a6a6f347418e9d9",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3873/Azure.Functions.Cli.min.win-x86.3.0.3873.zip",
          "sha2": "03c911e076051a84e9f3d74d5272a50ce57d3b51316584d58257aef1aa9190e4",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.6.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "Preview"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1926",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1926",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1927",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1927",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1926",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1926",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3884/Azure.Functions.Cli.linux-x64.4.0.3884.zip",
          "sha2": "e5e6f2bde236a8d250105d55c1d61f05ebcbbf57c4665dc20dad2e2db1cb6680",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3884/Azure.Functions.Cli.osx-x64.4.0.3884.zip",
          "sha2": "3036604e0d37537f92676343703f5676561b8a49a4f432404e137d47fc9ec5b6",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3884/Azure.Functions.Cli.min.win-x64.4.0.3884.zip",
          "sha2": "0f165c85ac04a3615862ce9bd0915758330cc785eace925a8233ceff30dfb7fa",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3884/Azure.Functions.Cli.win-x86.4.0.3884.zip",
          "sha2": "6aabfde81dcc1a3832b924cfa224722a613b64f8e490c298ac8a742fa215f4eb",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3884/Azure.Functions.Cli.min.win-x86.4.0.3884.zip",
          "sha2": "695a0a9727ea6ebbe9c98d791ad809aa7c66c0867bd03368ef338cda23f60369",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.7.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "Preview"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.0"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1942",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1942",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated Preview"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.2.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated Preview"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.2.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1942",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1942",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3893/Azure.Functions.Cli.linux-x64.4.0.3893.zip",
          "sha2": "2784916a207f4bd25d7fda97dab161fa0cee376dd3f0e7d6c242a61e377a35f1",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3893/Azure.Functions.Cli.osx-x64.4.0.3893.zip",
          "sha2": "a8ab19cfb275fdf6be7a5b6c307531cb72b65d9351118cf77e737a3b916b25e2",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3893/Azure.Functions.Cli.min.win-x64.4.0.3893.zip",
          "sha2": "f8995b953fbbe91988b1dea4bc04deaf1e48b7546ad143b222a08823ab3a6c33",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3893/Azure.Functions.Cli.win-x86.4.0.3893.zip",
          "sha2": "2524cb3bb0e8f2cfc2660949677848c690b93b8ba11ffc80a5cf160959fb3e6c",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3893/Azure.Functions.Cli.min.win-x86.4.0.3893.zip",
          "sha2": "5c23cf5335078f59c8e5b961cf52a978dbeee75048317eec79a03acd7fbbecfd",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.30.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.linux-x64.3.0.3904.zip",
          "sha2": "2fda421ef6761acf9f12ef70735cf241774c8351bd83889366d01ce9ce1605ff",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.osx-x64.3.0.3904.zip",
          "sha2": "fc3cc4a4a2d70220fb64bee4bc9b69adbcfb87e80392b5761f7647bf7afea5ab",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.min.win-x64.3.0.3904.zip",
          "sha2": "1ed947313f4a35faadbc3122da1166a750c9f052a1f3d20c19fc28ddad40e352",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.win-x86.3.0.3904.zip",
          "sha2": "6fa1f46d9ffc63d28e1304c8b5b27b2b01e8f43a30e147fbf01a0dcfd333e6a5",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.min.win-x86.3.0.3904.zip",
          "sha2": "25421b9372646931251b59e71eb34b0cac5278e7888c7c55394df948c0f0f043",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.8.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1964",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1964",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1964",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1964",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3928/Azure.Functions.Cli.linux-x64.4.0.3928.zip",
          "sha2": "6719d0fc25fb0582090173df7354f59e5d276bd9d970257766c6337462333f55",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3928/Azure.Functions.Cli.osx-x64.4.0.3928.zip",
          "sha2": "40eba611bd14a85e913e89598293882508578af1ff16e9110208791097ff23c4",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3928/Azure.Functions.Cli.min.win-x64.4.0.3928.zip",
          "sha2": "8807a141ae5cf721aa6de804568d9e25f329f405153adca84a4b939a0a4b16c1",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3928/Azure.Functions.Cli.win-x86.4.0.3928.zip",
          "sha2": "41b7666ec00f8751916baf8df602f645ae2a08efe5e5fbbbee5c8ead366c527b",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3928/Azure.Functions.Cli.min.win-x86.4.0.3928.zip",
          "sha2": "bee4d4fcab1147f3660274670b9e8a4d3a27b04984534ff946ff2ac128e971bf",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.9.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1964",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1964",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1964",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1964",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3965/Azure.Functions.Cli.linux-x64.4.0.3965.zip",
          "sha2": "b7f76701fab3367ff7f02ad5bb0ce1874c67a793bd0e89b8b45bbac5f5f5c3e9",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3965/Azure.Functions.Cli.osx-x64.4.0.3965.zip",
          "sha2": "2713f97742ee86855f05299287a2fc225fd7c5e18ff6af931bd627aff6253b5c",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3965/Azure.Functions.Cli.min.win-x64.4.0.3965.zip",
          "sha2": "df0531e22ea0e86c6a2be8d65a2eae8a5921ee78deba309474c389bd5ba65cbf",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3965/Azure.Functions.Cli.win-x86.4.0.3965.zip",
          "sha2": "c09525900e84d1f33ace5ab55da22fadf8a6212bdf7cb9cc05320b8826ac92fb",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3965/Azure.Functions.Cli.min.win-x86.4.0.3965.zip",
          "sha2": "54971236164abedea195276bec5e5bc7698b2fd1f13f7131b470463e43036e26",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.10.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1964",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1964",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v5.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1964",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1964",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.linux-x64.4.0.3971.zip",
          "sha2": "a3b606182b001d88239e4669a30f09b70aebf8747d10c780d2bff457e0bf7997",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.osx-x64.4.0.3971.zip",
          "sha2": "9a852a5c5e28ea043e8c141e6e690c8535a4cc1996018ef25d902b1704914fdd",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.min.win-x64.4.0.3971.zip",
          "sha2": "e5b58f2620821e693793c06fe4fa3494dde1f9a9cc25bcff7ffce791c41abe5b",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.win-x86.4.0.3971.zip",
          "sha2": "7ac2fd8c49c1e52ef17d211343d985fdb257b39102ace0287ddecf54f504e7a9",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.min.win-x86.4.0.3971.zip",
          "sha2": "c4c008c914f45c9abe7d3b716e716f2dae845170920e626d8c6d140144d88a75",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.10.1": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.1964",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.1964",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.1964",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.1964",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.linux-x64.4.0.3971.zip",
          "sha2": "a3b606182b001d88239e4669a30f09b70aebf8747d10c780d2bff457e0bf7997",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.osx-x64.4.0.3971.zip",
          "sha2": "9a852a5c5e28ea043e8c141e6e690c8535a4cc1996018ef25d902b1704914fdd",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.min.win-x64.4.0.3971.zip",
          "sha2": "e5b58f2620821e693793c06fe4fa3494dde1f9a9cc25bcff7ffce791c41abe5b",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.win-x86.4.0.3971.zip",
          "sha2": "7ac2fd8c49c1e52ef17d211343d985fdb257b39102ace0287ddecf54f504e7a9",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.min.win-x86.4.0.3971.zip",
          "sha2": "c4c008c914f45c9abe7d3b716e716f2dae845170920e626d8c6d140144d88a75",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.10.2": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2055",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2055",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.4.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2055",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2055",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.4.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.linux-x64.4.0.3971.zip",
          "sha2": "a3b606182b001d88239e4669a30f09b70aebf8747d10c780d2bff457e0bf7997",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.osx-x64.4.0.3971.zip",
          "sha2": "9a852a5c5e28ea043e8c141e6e690c8535a4cc1996018ef25d902b1704914fdd",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.min.win-x64.4.0.3971.zip",
          "sha2": "e5b58f2620821e693793c06fe4fa3494dde1f9a9cc25bcff7ffce791c41abe5b",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.win-x86.4.0.3971.zip",
          "sha2": "7ac2fd8c49c1e52ef17d211343d985fdb257b39102ace0287ddecf54f504e7a9",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.min.win-x86.4.0.3971.zip",
          "sha2": "c4c008c914f45c9abe7d3b716e716f2dae845170920e626d8c6d140144d88a75",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.10.3": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2057",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2057",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2057",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2057",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.linux-x64.4.0.3971.zip",
          "sha2": "a3b606182b001d88239e4669a30f09b70aebf8747d10c780d2bff457e0bf7997",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.osx-x64.4.0.3971.zip",
          "sha2": "9a852a5c5e28ea043e8c141e6e690c8535a4cc1996018ef25d902b1704914fdd",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.min.win-x64.4.0.3971.zip",
          "sha2": "e5b58f2620821e693793c06fe4fa3494dde1f9a9cc25bcff7ffce791c41abe5b",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.win-x86.4.0.3971.zip",
          "sha2": "7ac2fd8c49c1e52ef17d211343d985fdb257b39102ace0287ddecf54f504e7a9",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.3971/Azure.Functions.Cli.min.win-x86.4.0.3971.zip",
          "sha2": "c4c008c914f45c9abe7d3b716e716f2dae845170920e626d8c6d140144d88a75",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.30.1": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.linux-x64.3.0.3904.zip",
          "sha2": "2fda421ef6761acf9f12ef70735cf241774c8351bd83889366d01ce9ce1605ff",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.osx-x64.3.0.3904.zip",
          "sha2": "fc3cc4a4a2d70220fb64bee4bc9b69adbcfb87e80392b5761f7647bf7afea5ab",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.min.win-x64.3.0.3904.zip",
          "sha2": "1ed947313f4a35faadbc3122da1166a750c9f052a1f3d20c19fc28ddad40e352",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.win-x86.3.0.3904.zip",
          "sha2": "6fa1f46d9ffc63d28e1304c8b5b27b2b01e8f43a30e147fbf01a0dcfd333e6a5",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.min.win-x86.3.0.3904.zip",
          "sha2": "25421b9372646931251b59e71eb34b0cac5278e7888c7c55394df948c0f0f043",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.30.2": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.linux-x64.3.0.3904.zip",
          "sha2": "2fda421ef6761acf9f12ef70735cf241774c8351bd83889366d01ce9ce1605ff",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.osx-x64.3.0.3904.zip",
          "sha2": "fc3cc4a4a2d70220fb64bee4bc9b69adbcfb87e80392b5761f7647bf7afea5ab",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.min.win-x64.3.0.3904.zip",
          "sha2": "1ed947313f4a35faadbc3122da1166a750c9f052a1f3d20c19fc28ddad40e352",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.win-x86.3.0.3904.zip",
          "sha2": "6fa1f46d9ffc63d28e1304c8b5b27b2b01e8f43a30e147fbf01a0dcfd333e6a5",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.3904/Azure.Functions.Cli.min.win-x86.3.0.3904.zip",
          "sha2": "25421b9372646931251b59e71eb34b0cac5278e7888c7c55394df948c0f0f043",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.31.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4334/Azure.Functions.Cli.linux-x64.3.0.4334.zip",
          "sha2": "d7c1d7ef0a3967d9d1906c19281b12e5d0dcb9dd63df1a420db076b47fd94089",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4334/Azure.Functions.Cli.osx-x64.3.0.4334.zip",
          "sha2": "4e344622dbfec2dfc9748878a0da7c0aed35a9e8368efe234f8e94fa62ed8403",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4334/Azure.Functions.Cli.min.win-x64.3.0.4334.zip",
          "sha2": "3e3dde0548f1cf39891ddf3c3f227adb6d3f6849ad3135ef08fe75b99e417940",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4334/Azure.Functions.Cli.win-x86.3.0.4334.zip",
          "sha2": "38b53c35ff3b3a330639f3d9fc27d2923977dfd804934701be65db7ac26deea8",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4334/Azure.Functions.Cli.min.win-x86.3.0.4334.zip",
          "sha2": "1cb5a60e3197919d8a1daeeef7f9f65589273ecace22bd59e8c1c646a926e002",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.32.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4378/Azure.Functions.Cli.linux-x64.3.0.4378.zip",
          "sha2": "d27813dce8128c5b25ed5ae5c764dbb0619a1eb879818da865f90cd5b1de046c",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4378/Azure.Functions.Cli.osx-x64.3.0.4378.zip",
          "sha2": "e6383eee85af2dc097b1712d900dacc9a6efc8465f0e4e281613b0ddf75eef7a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4378/Azure.Functions.Cli.min.win-x64.3.0.4378.zip",
          "sha2": "13f0babae31c1c27b722cd215b732d2b5da51c6901d17c3dc9a30a790bfa3efd",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4378/Azure.Functions.Cli.win-x86.3.0.4378.zip",
          "sha2": "6446dd17aada146afd82da9a1a1f0613e360f484fd78f0bfc21217a4704b48ad",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4378/Azure.Functions.Cli.min.win-x86.3.0.4378.zip",
          "sha2": "e61461c8d51efdff1807409a98af4afcd25bcc0ce3e75e8d0a26df017e2671f4",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.11.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2057",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2057",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2057",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2057",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4385/Azure.Functions.Cli.linux-x64.4.0.4385.zip",
          "sha2": "3e19ed04954f14e949f63535859c5369c285f7ba6a0cf8ddccc51d45cff1a253",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4385/Azure.Functions.Cli.osx-x64.4.0.4385.zip",
          "sha2": "57b45e9714a9c921a76ed745021b85283b15361084ca3e2dbc8df08b1a24fe52",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "arm64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4385/Azure.Functions.Cli.osx-arm64.4.0.4385.zip",
          "sha2": "520a79a29fdb5755f431fcaebf270802438d5dcfe6d9d1d220a6ca3688aac0ab",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4385/Azure.Functions.Cli.min.win-x64.4.0.4385.zip",
          "sha2": "c61c8f56c43dce8894128cbf5e18fa5cd0e9aac090348a348fbc2a6b72fffa7b",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4385/Azure.Functions.Cli.win-x86.4.0.4385.zip",
          "sha2": "c03e8abb75682af81231443d3c8df388b10d5e169d9ce84797ca98861535f554",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4385/Azure.Functions.Cli.min.win-x86.4.0.4385.zip",
          "sha2": "9f0bbe217d6fb833001c2a929715ba5f7f4f530ced7052872035c4cbf1bbaa0e",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.33.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4425/Azure.Functions.Cli.linux-x64.3.0.4425.zip",
          "sha2": "2719e7d3dfcee35cea1d9c3c7ddecb5219ec0ddff8b457a7c3d1078dfc3a7bc4",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4425/Azure.Functions.Cli.osx-x64.3.0.4425.zip",
          "sha2": "41c038cea6686a10a0e6d6cbb932a51f9c84feb6279ba16496e57eae943e06b5",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4425/Azure.Functions.Cli.min.win-x64.3.0.4425.zip",
          "sha2": "32679a6622c5eaa1aecacd25cda4141c498e02963c33c18cb09c2dad941d3c04",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4425/Azure.Functions.Cli.win-x86.3.0.4425.zip",
          "sha2": "551ea3b8b1425e9c07bab69f5cca9ab2981027c61d59dc622a54fd78d4f4eedb",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4425/Azure.Functions.Cli.min.win-x86.3.0.4425.zip",
          "sha2": "bf4acd41d4a67479ed8405f42d3bd2f97b16265c81f7509f549850c19071f792",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.12.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2057",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2057",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2057",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2057",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4426/Azure.Functions.Cli.linux-x64.4.0.4426.zip",
          "sha2": "6713a5638ce2b8f25b1c895496e489b3b958b2bbf94004650eaa4849802015b0",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4426/Azure.Functions.Cli.osx-x64.4.0.4426.zip",
          "sha2": "0b55b2e71874507e1727e6d3f7deb3a85b787c2e38268a32a0155d153da4b6f2",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "arm64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4426/Azure.Functions.Cli.osx-arm64.4.0.4426.zip",
          "sha2": "e9885cd86f154a4717b9eb4d0e3df248c4f08e26d1cc94ed95eed34c214a417a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4426/Azure.Functions.Cli.min.win-x64.4.0.4426.zip",
          "sha2": "ec7aa4a4572586e8fdc5cb7babf3df17e8542a3b2df102a230c0c0a9af5a1282",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4426/Azure.Functions.Cli.win-x86.4.0.4426.zip",
          "sha2": "878e558a967e6b37b5230e510092651d84e0cc7027d30afa18e2859b6416f24b",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4426/Azure.Functions.Cli.min.win-x86.4.0.4426.zip",
          "sha2": "91254a9780b642334935982b9770e5daae129fe3e9a51496fa3acd46bd7b47c6",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.13.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2057",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2057",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2057",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2057",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4483/Azure.Functions.Cli.linux-x64.4.0.4483.zip",
          "sha2": "988f35286c16b9d9ac8bad778707b7d2bd63d0c179bea0092c9e25b1b1193b50",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4483/Azure.Functions.Cli.osx-x64.4.0.4483.zip",
          "sha2": "392d95aba87576790655da023f5975bb582422505fcb0b1196f57db069d1bed5",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "arm64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4483/Azure.Functions.Cli.osx-arm64.4.0.4483.zip",
          "sha2": "6463403157f9db06075225e60960e31819448f0dbcdb6056770bd4b7ac608ee7",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4483/Azure.Functions.Cli.min.win-x64.4.0.4483.zip",
          "sha2": "302c4156d70b424da4428d709486298759363a21fb4c6543bc1f883f016d967d",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4483/Azure.Functions.Cli.win-x86.4.0.4483.zip",
          "sha2": "0299a3b4b21a54ebbc4cb68e9cb8bb072b5da9e6e3ed546d0b11843d353293e3",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4483/Azure.Functions.Cli.min.win-x86.4.0.4483.zip",
          "sha2": "312347be2502a73a6bc24b29d598291fc2812082c99537803b3425e5892640ce",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.34.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4484/Azure.Functions.Cli.linux-x64.3.0.4484.zip",
          "sha2": "a9f00489b996bb88dbed6ee8ea59a4717b108d49102d4dc0353fb89cb82c8512",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4484/Azure.Functions.Cli.osx-x64.3.0.4484.zip",
          "sha2": "ff2b0010a06aa7d388e705762a2b2c92635d38f8c661b24b21e027af289f10a0",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4484/Azure.Functions.Cli.min.win-x64.3.0.4484.zip",
          "sha2": "99a4d5917300031e676ba2319fe6642451c5a390e9ed0af0d58a5a2bc294eef4",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4484/Azure.Functions.Cli.win-x86.3.0.4484.zip",
          "sha2": "67267126715372e84b7ab3a4d34c762888ab98890a40846740758715c405d400",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4484/Azure.Functions.Cli.min.win-x86.3.0.4484.zip",
          "sha2": "a20e75dbe5b936887c1b9dcd8b62cae4c4b6217c65067375830a8ff09eb7bea0",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.35.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2040",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2040",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4502/Azure.Functions.Cli.linux-x64.3.0.4502.zip",
          "sha2": "49afed4dcc2ea90179d1a92c00c36233781c08da62ac7bbedacc1c2dd9da29c8",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4502/Azure.Functions.Cli.osx-x64.3.0.4502.zip",
          "sha2": "8a9c420d9ececfcf797fb800c3eb12752a1d0dd896c56068c246f79bc6556b9e",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4502/Azure.Functions.Cli.min.win-x64.3.0.4502.zip",
          "sha2": "91722f6ee7572751dc5a316301c677d0bd0fd4ea3584226c59d0b8110fe4e8db",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4502/Azure.Functions.Cli.win-x86.3.0.4502.zip",
          "sha2": "91b0f53dfb7be996c2f8f76f00089f63e0f047be0c301737e3431cb1cb4c9bba",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4502/Azure.Functions.Cli.min.win-x86.3.0.4502.zip",
          "sha2": "892a5a3272edf1141c84081ae3acfb2b22a88d2e065d004c4b23eb6cc8e7baeb",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.14.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2097",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2097",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.1940",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.1940",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2097",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2097",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.linux-x64.4.0.4544.zip",
          "sha2": "014b98cea9b3c391af9096216fe15b3da10371929b8f61f48fa1ba0ddd56d561",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.osx-x64.4.0.4544.zip",
          "sha2": "57a28dcd6714089fe8c6c54481abaa686e57e8143cfa2f2368627803e4662286",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "arm64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.osx-arm64.4.0.4544.zip",
          "sha2": "1a553d9d4bcbe75cd1f9254cfca8508df237f1cc205e9aeb81900d16e1a7a922",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.min.win-x64.4.0.4544.zip",
          "sha2": "0e8fa1723809ba11a44733f448999067e45700ad0023b6460d257dd477c222e0",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.win-x86.4.0.4544.zip",
          "sha2": "136813c5c6ad5ac267d169b4cea32c95a66e4b2858fe8ac8c4f5c2a1ffa59a4b",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.min.win-x86.4.0.4544.zip",
          "sha2": "2f176ae6883c216fc969fa4de51a2674c0708334a195977a07d7613995bb4432",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.36.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.0.13"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2097",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2097",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2097",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2097",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.linux-x64.3.0.4585.zip",
          "sha2": "261a177c96b6479b0c45ec3f80d6dd7a5cfdd12792c40d3124429b6161165da1",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.osx-x64.3.0.4585.zip",
          "sha2": "9f651fd57c82afff47d845d9b476b44c8a094863e74ad837e172ddcc661a390a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.min.win-x64.3.0.4585.zip",
          "sha2": "99b6d3c4284761c74dc554aab0971dacbcfaeed38ec89e97a2b797c4eba82d18",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.win-x86.3.0.4585.zip",
          "sha2": "8a7a1f5f2e3c7b42d10f39d2ddb304a31c9cb15c8fed9d5eb6c921c6d1922a61",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.min.win-x86.3.0.4585.zip",
          "sha2": "5e815b3b067260cc31c669a1fb069038de78fa7f0fa0d6f0ed645e3ef14853de",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.38.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3.1",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.1.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5.0",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.linux-x64.3.0.4585.zip",
          "sha2": "261a177c96b6479b0c45ec3f80d6dd7a5cfdd12792c40d3124429b6161165da1",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.osx-x64.3.0.4585.zip",
          "sha2": "9f651fd57c82afff47d845d9b476b44c8a094863e74ad837e172ddcc661a390a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.min.win-x64.3.0.4585.zip",
          "sha2": "99b6d3c4284761c74dc554aab0971dacbcfaeed38ec89e97a2b797c4eba82d18",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.win-x86.3.0.4585.zip",
          "sha2": "8a7a1f5f2e3c7b42d10f39d2ddb304a31c9cb15c8fed9d5eb6c921c6d1922a61",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.min.win-x86.3.0.4585.zip",
          "sha2": "5e815b3b067260cc31c669a1fb069038de78fa7f0fa0d6f0ed645e3ef14853de",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.37.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.1.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5.0",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.linux-x64.3.0.4585.zip",
          "sha2": "261a177c96b6479b0c45ec3f80d6dd7a5cfdd12792c40d3124429b6161165da1",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.osx-x64.3.0.4585.zip",
          "sha2": "9f651fd57c82afff47d845d9b476b44c8a094863e74ad837e172ddcc661a390a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.min.win-x64.3.0.4585.zip",
          "sha2": "99b6d3c4284761c74dc554aab0971dacbcfaeed38ec89e97a2b797c4eba82d18",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.win-x86.3.0.4585.zip",
          "sha2": "8a7a1f5f2e3c7b42d10f39d2ddb304a31c9cb15c8fed9d5eb6c921c6d1922a61",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4585/Azure.Functions.Cli.min.win-x86.3.0.4585.zip",
          "sha2": "5e815b3b067260cc31c669a1fb069038de78fa7f0fa0d6f0ed645e3ef14853de",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.15.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": ""
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.0.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.linux-x64.4.0.4544.zip",
          "sha2": "014b98cea9b3c391af9096216fe15b3da10371929b8f61f48fa1ba0ddd56d561",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.osx-x64.4.0.4544.zip",
          "sha2": "57a28dcd6714089fe8c6c54481abaa686e57e8143cfa2f2368627803e4662286",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "arm64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.osx-arm64.4.0.4544.zip",
          "sha2": "1a553d9d4bcbe75cd1f9254cfca8508df237f1cc205e9aeb81900d16e1a7a922",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.min.win-x64.4.0.4544.zip",
          "sha2": "0e8fa1723809ba11a44733f448999067e45700ad0023b6460d257dd477c222e0",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.win-x86.4.0.4544.zip",
          "sha2": "136813c5c6ad5ac267d169b4cea32c95a66e4b2858fe8ac8c4f5c2a1ffa59a4b",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4544/Azure.Functions.Cli.min.win-x86.4.0.4544.zip",
          "sha2": "2f176ae6883c216fc969fa4de51a2674c0708334a195977a07d7613995bb4432",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.16.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6.0",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "LTS"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.1.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5.0",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6.0",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated LTS"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4590/Azure.Functions.Cli.linux-x64.4.0.4590.zip",
          "sha2": "0efb86ffd39cb9f94fa7dbe0e094870b224c2bc78be6e6a63a17abaeba7bb96b",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4590/Azure.Functions.Cli.osx-x64.4.0.4590.zip",
          "sha2": "187680e2e39b99cfddeb9e4a95d0c71a55480fe5b1fd3173c71105102b365798",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "arm64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4590/Azure.Functions.Cli.osx-arm64.4.0.4590.zip",
          "sha2": "a69d3d0c4dbee315695d3189f96ce883d69654da05d6ba45cc2b968f2ea87edd",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4590/Azure.Functions.Cli.min.win-x64.4.0.4590.zip",
          "sha2": "32f080253e76662db77560e9573d79f15aca6f7131bbb828d963dcd53f37d47d",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4590/Azure.Functions.Cli.win-x86.4.0.4590.zip",
          "sha2": "9c6b16a064afc894898d4e7f71b1d5fece7c85c8afdccbf4c5b6ee6f19c35801",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4590/Azure.Functions.Cli.min.win-x86.4.0.4590.zip",
          "sha2": "898a29d99fc33a09cec2ab3ff20a5eeda8ec6d7040bb69498d3a0d32e70bb7c5",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.17.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6.0",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "LTS"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.1.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5.0",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6.0",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated LTS"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4629/Azure.Functions.Cli.linux-x64.4.0.4629.zip",
          "sha2": "78902919ed002e38c23dbe2eafa678a31252545020a751559e9c0448e364f255",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4629/Azure.Functions.Cli.osx-x64.4.0.4629.zip",
          "sha2": "f1ee4dd3a63fbaee7aa0191f28e4468bd0ab8112c9c800f16f5a384372561ae1",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "arm64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4629/Azure.Functions.Cli.osx-arm64.4.0.4629.zip",
          "sha2": "9d54341ab6d9075c96d2e5297b475b39cb34a0e5d36aa514a1eefd2893b35026",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4629/Azure.Functions.Cli.min.win-x64.4.0.4629.zip",
          "sha2": "6eb9b248be61945b56e427e76089234face191aa282130448b340c13127e06d5",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4629/Azure.Functions.Cli.win-x86.4.0.4629.zip",
          "sha2": "6b5006d6ea4a3d721ee528a3fd9014b04040812df46ea05188e6f24a17e5c4ae",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4629/Azure.Functions.Cli.min.win-x86.4.0.4629.zip",
          "sha2": "5b581e8cc496fe0a314cbe7ba785ddccc2a649fad0e1c572f7924808f538554b",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.39.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3.1",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.1.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5.0",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4626/Azure.Functions.Cli.linux-x64.3.0.4626.zip",
          "sha2": "51ccf8951565626c6689754288a5c35dfeea8db8c3d2f639c9670ab747a23732",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4626/Azure.Functions.Cli.osx-x64.3.0.4626.zip",
          "sha2": "6d060ba3a4a3f435ab6f9b9e0aa11594b0bd1edf7d7a2c991be0aa182584e5a7",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4626/Azure.Functions.Cli.min.win-x64.3.0.4626.zip",
          "sha2": "2f248018b51749944426d2c74c8608c10d14a5422cd0ec9aafc0bcb8e961068c",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4626/Azure.Functions.Cli.win-x86.3.0.4626.zip",
          "sha2": "60a13c5b2d99272634612a95b49a7d9951e5333b242640d915f4849337e973ba",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4626/Azure.Functions.Cli.min.win-x86.3.0.4626.zip",
          "sha2": "f4f61da7fd30a9194e506c7c8185e31d3dd4fcd072d01830b2e87c9a04d80e16",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.18.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6.0",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "LTS"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.1.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2226",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2226",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5.0",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6.0",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated LTS"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2226",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2226",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.linux-x64.4.0.4653.zip",
          "sha2": "da56572816485d6d7d2aca06b23f95b7a54b58725975c27d0812991b37530792",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.osx-x64.4.0.4653.zip",
          "sha2": "c17fb7db3644bb123c6cc4c6c0a03ecad303d0484231e5cfc1357971828b796a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "arm64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.osx-arm64.4.0.4653.zip",
          "sha2": "8316d64b6ae2a94447afdc8c9e57fcc134525c957871d77996b336ce4d4e35b4",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.min.win-x64.4.0.4653.zip",
          "sha2": "d735eda0ed43c8b656010688a3217bbb0934e4caeb6c53911c6c8faa8549eb9a",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.win-x86.4.0.4653.zip",
          "sha2": "e4dba1dbd155150105c2db4bb0ebca0f7ebe5a7a513fe20cf79442b0501a5be2",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.min.win-x86.4.0.4653.zip",
          "sha2": "9fd7af8c013de4c417895dc1ae4582343466d565fe52b5bef38fca8eff1a3a27",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "4.18.1": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "net6": {
            "displayInfo": {
              "displayName": ".NET 6.0",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET",
              "description": "LTS"
            },
            "capabilities": "net6",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "4.1.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.2226",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.2226",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:4-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|6.0"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5.0",
              "hidden": true,
              "displayVersion": "v4",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          },
          "net6-isolated": {
            "displayInfo": {
              "displayName": ".NET 6.0",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 6",
              "description": "Isolated LTS"
            },
            "capabilities": "isolated,net6",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.3.0"
            },
            "default": false,
            "toolingSuffix": "net6-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net6.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2226",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2226",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated6.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|6.0"
            }
          },
          "net7-isolated": {
            "displayInfo": {
              "displayName": ".NET 7.0",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET 7",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6,net7",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.7.0-preview1"
            },
            "default": false,
            "toolingSuffix": "net7-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net7.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2226",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2226",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated7.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|7.0"
            }
          },
          "netfx-isolated": {
            "displayInfo": {
              "displayName": ".NET Framework",
              "hidden": false,
              "displayVersion": "v4",
              "targetFramework": ".NET Framework",
              "description": "Isolated"
            },
            "capabilities": "isolated,net6,netfxisolated",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.7.0-preview1"
            },
            "default": false,
            "toolingSuffix": "netfx-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net48",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/4.0.2226",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.2226",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~4",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v6.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.linux-x64.4.0.4653.zip",
          "sha2": "da56572816485d6d7d2aca06b23f95b7a54b58725975c27d0812991b37530792",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.osx-x64.4.0.4653.zip",
          "sha2": "c17fb7db3644bb123c6cc4c6c0a03ecad303d0484231e5cfc1357971828b796a",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "arm64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.osx-arm64.4.0.4653.zip",
          "sha2": "8316d64b6ae2a94447afdc8c9e57fcc134525c957871d77996b336ce4d4e35b4",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.min.win-x64.4.0.4653.zip",
          "sha2": "d735eda0ed43c8b656010688a3217bbb0934e4caeb6c53911c6c8faa8549eb9a",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.win-x86.4.0.4653.zip",
          "sha2": "e4dba1dbd155150105c2db4bb0ebca0f7ebe5a7a513fe20cf79442b0501a5be2",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/4.0.4653/Azure.Functions.Cli.min.win-x86.4.0.4653.zip",
          "sha2": "9fd7af8c013de4c417895dc1ae4582343466d565fe52b5bef38fca8eff1a3a27",
          "size": "minified",
          "default": "true"
        }
      ]
    },
    "3.40.0": {
      "templates": "https://functionscdn.azureedge.net/public/TemplatesApi/3.1.1648.zip",
      "workerRuntimes": {
        "dotnet": {
          "netcore3": {
            "displayInfo": {
              "displayName": ".NET Core 3.1",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET Core",
              "description": "LTS"
            },
            "capabilities": "",
            "sdk": {
              "name": "Microsoft.NET.Sdk.Functions",
              "version": "3.1.1"
            },
            "default": true,
            "localEntryPoint": "func.exe",
            "targetFramework": "netcoreapp3.1",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet:3.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET|3.1"
            }
          },
          "net5-isolated": {
            "displayInfo": {
              "displayName": ".NET 5.0",
              "hidden": false,
              "displayVersion": "v3",
              "targetFramework": ".NET 5",
              "description": "Isolated"
            },
            "capabilities": "isolated,net5",
            "sdk": {
              "name": "Microsoft.Azure.Functions.Worker.Sdk",
              "version": "1.0.3"
            },
            "default": false,
            "toolingSuffix": "net5-isolated",
            "localEntryPoint": "dotnet.exe",
            "targetFramework": "net5.0",
            "itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates/3.1.2185",
            "projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/3.1.2185",
            "projectTemplateId": {
              "csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
            },
            "localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:3.0-dotnet-isolated5.0-appservice",
            "serviceAppSettings": {
              "FUNCTIONS_EXTENSION_VERSION": "~3",
              "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
            },
            "windowsSiteConfig": {
              "netFrameworkVersion": "v4.0"
            },
            "linuxSiteConfig": {
              "linuxFxVersion": "DOTNET-ISOLATED|5.0"
            }
          }
        }
      },
      "coreTools": [
        {
          "OS": "Linux",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4669/Azure.Functions.Cli.linux-x64.3.0.4669.zip",
          "sha2": "d78dcd0c66166435a26cf7265373c0c4b7a41c4bcb1698225c731749c222a5f9",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "MacOS",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4669/Azure.Functions.Cli.osx-x64.3.0.4669.zip",
          "sha2": "1602d1d3640c9a33196a382aa947353702a92237e9fd87a6491a9ed8e6922e72",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x64",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4669/Azure.Functions.Cli.min.win-x64.3.0.4669.zip",
          "sha2": "9eab8281c6ba7f2ce6afb6f8aac28753be6e56b9dec56d9331cdaa88dd837226",
          "size": "minified",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4669/Azure.Functions.Cli.win-x86.3.0.4669.zip",
          "sha2": "df25129203d83d388026236e4fde55fb6d2eb5b279476dabba3de8c7d1344e19",
          "size": "full",
          "default": "false"
        },
        {
          "OS": "Windows",
          "Architecture": "x86",
          "downloadLink": "https://functionscdn.azureedge.net/public/3.0.4669/Azure.Functions.Cli.min.win-x86.3.0.4669.zip",
          "sha2": "536c938bd6a0dde3cfb9bb8f8f075687f48b0ff60d41c855e924f2da11a3a294",
          "size": "minified",
          "default": "true"
        }
      ]
    }
  }
}