Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Functions cannot create .NET Framework runtime anymore

I have a .NET Framework console app that was being deployed on Azure Functions V1 using the .NET Framework runtime.

Trying to redeploy it now, and there's no option for a V1 or .NET framework runtime?

I only see the v2/.NET Core options which won't work for my app.

These are the choices on .NET runtimes

like image 966
longieng-myo Avatar asked Jul 31 '26 12:07

longieng-myo


1 Answers

Yes, it seems that you are unable to create a v1 Function app in Azure Portal, however, you can still get there with a couple of extra steps.

First, create your app choosing .NET for the runtime stack and 3.1 as the version.

Once the app has been created, open the app configuration, switch to the Function runtime settings tab and change the Runtime version to ~1

enter image description here

However, as Jon suggests, v1 apps are likely going to become harder and harder to create so my advice would be to migrate as soon as possible.

like image 163
DavidG Avatar answered Aug 03 '26 02:08

DavidG



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!