We currently have deployed a V1 Azure Function and are looking to upgrade this to V2[preview]. However I can\'t see any way to target .NET Framework 4.6.1 at the moment, onl
The Function Runtime in v2 only runs on .NET Core 2.0, so there is no way to target .NET Framework 4.6.1.