We are past the extended support
Is it no longer possible to create a v3 dotnet function in Azure?
Kev
1
Reputation point
Hi,
We have a number of v3 dotnet functions in production, with a plan to upgrade to v4 (aware that support for v3 has finished), and would like to make some changes but have found that it is no longer possible to create v3 dotnet functions in Azure, e.g. for dev and test enviroments.
The response to az functionapp create
is
ERROR: Could not find a runtime version for runtime {} with functions version {} and os {}Run 'az functionapp list-runtimes' for more details on supported runtimes.
Is this change permanent or is there some config/switch that I am missing?
Ta