azure-functions-templates icon indicating copy to clipboard operation
azure-functions-templates copied to clipboard

Azure functions templates for the azure portal, CLI, and VS

Results 148 azure-functions-templates issues
Sort by recently updated
recently updated
newest added

In the F# [project template](https://github.com/Azure/azure-functions-templates/blob/39602d6a80a3b84924992cbb8baa6a2db590f54a/Functions.Templates/ProjectTemplate_v4.x/FSharp-Isolated/Program.fs), there is a [C# lambda function](https://github.com/Azure/azure-functions-templates/blob/39602d6a80a3b84924992cbb8baa6a2db590f54a/Functions.Templates/ProjectTemplate_v4.x/FSharp-Isolated/Program.fs#L10) in this F# code, making it fail to compile. ```fsharp let host = HostBuilder() .ConfigureFunctionsWorkerDefaults() .ConfigureServices(services => { services.AddApplicationInsightsTelemetryWorkerService();...

Bumps [merge](https://github.com/yeikos/js.merge) to 2.1.1 and updates ancestor dependency [gulp-download-stream](https://github.com/michalc/gulp-download-stream). These dependencies need to be updated together. Updates `merge` from 1.2.1 to 2.1.1 Commits 56ca75b build: v2.1.1 7b0ddc2 fix: prototype pollution...

dependencies

Currently, instantiated new triggers with the C# isolate model will produce code like the following: ```csharp using System.IO; using System.Threading.Tasks; using Microsoft.Azure.Functions.Worker; using Microsoft.Extensions.Logging; namespace Company.Function { public class BlobTriggerCSharp...

Do we support managed identity for mooncake and fairfax for AzureWebJobsStorage__account instead of connection string?

REPRO STEPS 1. File > New > Project > Azure Functions > .NET Framework lsolated v4 ~ select "Blob trigger" and set the connection string setting name with "AzuriteStorage" >...

Hello! In the C# Isolated project template in the `Program.cs` file, there is a `ConfigureFunctionsWebApplication` [method](https://github.com/Azure/azure-functions-templates/blob/be01f00297f4811f1e11ed1506b48be34c186cd4/Functions.Templates/ProjectTemplate_v4.x/CSharp-Isolated/Program.cs#L33). But this [method exists](https://github.com/Azure/azure-functions-dotnet-worker/blob/f92cb254a5a777459ef881fe9b6c5b6ba9b977b1/extensions/Worker.Extensions.Http.AspNetCore/src/FunctionsHostBuilderExtensions.cs#L26) in the nuget package `Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore`. But there is no reference...

This code should not need to be updated as new versions become available: https://github.com/Azure/azure-functions-templates/blob/d66e64f6549aed65b35bc586af88855e3f1620c2/Functions.Templates/Templates/HttpTrigger-CSharp-Isolated/.template.config/template.json#L18-L32 This should instead parse the version and perform a comparison against the minimum.

.NET

When I run 'func templates list' I don't see the new 'Azure Blob Storage Trigger (using Event Grid)' template. ![image](https://github.com/user-attachments/assets/127abfad-7663-4212-be85-6b604b6155a8)