FSharp.AzureFunctions.V2.HTTP 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet new install FSharp.AzureFunctions.V2.HTTP::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

Azure Functions V2 FSharp HTTP Template

At the time this package was created, the F# tooling support for Azure Functions v2 is basically non-existent. This package is a 'dotnet new' template for creating an Azure Functions project targeting F# and .net core 2.

The template contains one function with an HTTP trigger. It also contains all of the necessary files in the .vscode folder to enable local debugging. Should be able to just hit F5 (assuming you have the azure functions extension installed in VSCode).

Alternately, if you have the azure functions core tools installed, you can execute a dotnet build, dotnet publish, then navigate to the /bin/Debug/netcoreapp2.1/publish and run func start to execute without debugging in VSCode. Unfortunately, you have to execute that command in the publish folder as the azure functions core tools don't seem to support execution from the root folder as of yet (like they do for C# projects).

Feel free to contribute on Github.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated