Azure Web App for Linux - DotNET Core 2.2 Support

Ragesh T R 46 Reputation points
2020-04-27T16:03:37.853+00:00

I am unable to select DotNET Core 2.2 stack for Web app for Linux. Has the support for the same end? Is any official documentation available on the supported DotNET Core versions?

Thank you.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
{count} votes

Accepted answer
  1. Ryan Hill 26,866 Reputation points Microsoft Employee
    2020-04-27T16:19:47.463+00:00

    Not necessarily. It's still there. To see the available runtimes for Linux you can run az webapp list-runtimes --linux CLI command. To create a 2.2 web app, you can run az webapp create -n mynetcoreapp -p mylinuxplan -r "DOTNETCORE|2.2" in a bash window. If you're using powershell, preceed webapp with '--%' ( az --% webapp create -n mynetcoreapp -p- mylinuxplan -r "DOTNETCORE|2.2" ).

    However, you can select 3.1 as the runtime in the portal and still deploy your app as 2.2 runtime and it will still function.


0 additional answers

Sort by: Most helpful