Skip to content

Instantly share code, notes, and snippets.

@kshyju
Last active August 6, 2025 22:57
Show Gist options
  • Save kshyju/c5cb87c14f7e8d4f4a20b51e8e882d0b to your computer and use it in GitHub Desktop.
Save kshyju/c5cb87c14f7e8d4f4a20b51e8e882d0b to your computer and use it in GitHub Desktop.
4.109.0 vs 4.110.0(net10 support)
{
"templates": "https://cdn.functions.azure.com/public/TemplatesApi/3.1.1648.zip",
"workerRuntimes": {
"dotnet": {
"net6": {
"displayInfo": {
"displayName": ".NET 6.0",
"hidden": true,
"displayVersion": "v4",
"targetFramework": ".NET",
"description": "LTS",
"endOfLifeDate": "2024-11-12T00:00:00Z"
},
"capabilities": "net6",
"sdk": {
"name": "Microsoft.NET.Sdk.Functions",
"version": "4.1.1"
},
"default": false,
"localEntryPoint": "func.exe",
"targetFramework": "net6.0",
"itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ItemTemplates/4.0.5212",
"projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.WebJobs.ProjectTemplates/4.0.5212",
"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"
}
},
"net6-isolated": {
"displayInfo": {
"displayName": ".NET 6.0",
"hidden": false,
"displayVersion": "v4",
"targetFramework": ".NET 6",
"description": "Isolated LTS",
"endOfLifeDate": "2024-11-12T00:00:00Z"
},
"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.NetCore/4.0.5212",
"projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5212",
"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",
"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1"
},
"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",
"endOfLifeDate": "2024-05-10T00:00:00Z"
},
"capabilities": "isolated,net6,net7",
"sdk": {
"name": "Microsoft.Azure.Functions.Worker.Sdk",
"version": "1.18.1"
},
"default": false,
"toolingSuffix": "net7-isolated",
"localEntryPoint": "dotnet.exe",
"targetFramework": "net7.0",
"itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore/4.0.5212",
"projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5212",
"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",
"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1"
},
"windowsSiteConfig": {
"netFrameworkVersion": "v7.0"
},
"linuxSiteConfig": {
"linuxFxVersion": "DOTNET-ISOLATED|7.0"
}
},
"net8-isolated": {
"displayInfo": {
"displayName": ".NET 8.0",
"hidden": false,
"displayVersion": "v4",
"targetFramework": ".NET 8",
"description": "Isolated LTS",
"endOfLifeDate": "2026-11-10T00:00:00Z"
},
"capabilities": "isolated,net6,net7,net8",
"sdk": {
"name": "Microsoft.Azure.Functions.Worker.Sdk",
"version": "2.0.2"
},
"default": true,
"toolingSuffix": "net8-isolated",
"localEntryPoint": "dotnet.exe",
"targetFramework": "net8.0",
"itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore/4.0.5212",
"projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5212",
"projectTemplateId": {
"csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
},
"localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0-appservice",
"serviceAppSettings": {
"FUNCTIONS_EXTENSION_VERSION": "~4",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1"
},
"windowsSiteConfig": {
"netFrameworkVersion": "v8.0"
},
"linuxSiteConfig": {
"linuxFxVersion": "DOTNET-ISOLATED|8.0"
}
},
"net9-isolated": {
"displayInfo": {
"displayName": ".NET 9.0",
"hidden": false,
"displayVersion": "v4",
"targetFramework": ".NET 9",
"description": "Isolated",
"endOfLifeDate": "2026-05-12T00:00:00Z"
},
"capabilities": "isolated,net6,net7,net8,net9",
"sdk": {
"name": "Microsoft.Azure.Functions.Worker.Sdk",
"version": "2.0.2"
},
"default": false,
"toolingSuffix": "net9-isolated",
"localEntryPoint": "dotnet.exe",
"targetFramework": "net9.0",
"itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore/4.0.5212",
"projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5212",
"projectTemplateId": {
"csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
},
"localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated9.0-appservice",
"serviceAppSettings": {
"FUNCTIONS_EXTENSION_VERSION": "~4",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1"
},
"windowsSiteConfig": {
"netFrameworkVersion": "v9.0"
},
"linuxSiteConfig": {
"linuxFxVersion": "DOTNET-ISOLATED|9.0"
}
},
"net10-isolated": {
"displayInfo": {
"displayName": ".NET 10.0",
"hidden": false,
"displayVersion": "v4",
"targetFramework": ".NET 10",
"description": "Isolated",
"endOfLifeDate": "2026-05-12T00:00:00Z"
},
"capabilities": "isolated,net6,net7,net8,net9,net10",
"sdk": {
"name": "Microsoft.Azure.Functions.Worker.Sdk",
"version": "2.0.5"
},
"default": false,
"toolingSuffix": "net10-isolated",
"localEntryPoint": "dotnet.exe",
"targetFramework": "net10.0",
"itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore/4.0.5212",
"projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5212",
"projectTemplateId": {
"csharp": "Microsoft.AzureFunctions.ProjectTemplate.CSharp.Isolated.3.x"
},
"localContainerBaseImage": "DOCKER|mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated10.0-appservice",
"serviceAppSettings": {
"FUNCTIONS_EXTENSION_VERSION": "~4",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1"
},
"windowsSiteConfig": {
"netFrameworkVersion": "v10.0"
},
"linuxSiteConfig": {
"linuxFxVersion": "DOTNET-ISOLATED|10.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.18.1"
},
"default": false,
"toolingSuffix": "netfx-isolated",
"localEntryPoint": "dotnet.exe",
"targetFramework": "net48",
"itemTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ItemTemplates.NetFx/4.0.5212",
"projectTemplates": "https://www.nuget.org/api/v2/package/Microsoft.Azure.Functions.Worker.ProjectTemplates/4.0.5212",
"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://cdn.functions.azure.com/public/4.0.227812/Azure.Functions.Cli.linux-x64.4.1.0.zip",
"sha2": "6b7edd4d557bc47dfc3381353f700ffd2673959d169e88227acb6cc0a89a6f0a",
"size": "full",
"default": "false"
},
{
"OS": "MacOS",
"Architecture": "x64",
"downloadLink": "https://cdn.functions.azure.com/public/4.0.227812/Azure.Functions.Cli.osx-x64.4.1.0.zip",
"sha2": "d5c8977c1e7b8839947a462a3f1dc74373af63581cb054a166f9d2928edc2161",
"size": "full",
"default": "false"
},
{
"OS": "MacOS",
"Architecture": "arm64",
"downloadLink": "https://cdn.functions.azure.com/public/4.0.227812/Azure.Functions.Cli.osx-arm64.4.1.0.zip",
"sha2": "45cd70dea961c7d4ccd6f75a5f91e3b5f08375b468be9c2fceb1a9045995a1bb",
"size": "full",
"default": "false"
},
{
"OS": "Windows",
"Architecture": "x64",
"downloadLink": "https://cdn.functions.azure.com/public/4.0.227812/Azure.Functions.Cli.min.win-x64.4.1.0.zip",
"sha2": "f66f8f9d139d6401857fdbdfae1e914bc3511fabe82b50e65466e10244eb1e54",
"size": "minified",
"default": "false"
},
{
"OS": "Windows",
"Architecture": "arm64",
"downloadLink": "https://cdn.functions.azure.com/public/4.0.227812/Azure.Functions.Cli.min.win-arm64.4.1.0.zip",
"sha2": "84cf80e60520ee4ddeecd9c0873d3bc160b0a461ed3f706001c2cbd969ef5f73",
"size": "minified",
"default": "false"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment