Search Suggest

Check Azure App Service dotnet version


Check Azure App Service dotnet version


Issue:

·       How can I check my app service dotnet version?

·       Verify .net version in app service


Solution:

Sometimes we want to check which dotnet or .net version is being used in our web app/app service or function app.

You can verify this using following steps,

·       Open your web app-> go to “console

Azure App Service dotnet version


·       Type “dotnet --version” and you can see the result.


·       You can get more information using “dotnet --info” command.




Post a Comment