Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
I have created a function app and I want it to use .NetCore 3.1.3 but it is running on 2.2.8, even if the 3.1.3 version is installed. Can anyone help me with this?

1 Answer

0 votes
by (26.7k points)

Basically, .NetCore version depends on PowerShell SDK and PowerShell 6 is only available for Azure functions, and it runs on 2.x version of .NetCore. Hence, to use 3.x, you will have to wait for PowerShell 7. It will be supporting the Azure functions.

I hope this will help.

Want to become an Azure expert? join Azure Developer training now!!

Related questions

Browse Categories

...