Saturday, March 21, 2020

Understand what versions of .NET are supported on Azure App Service

So how do you check to see what version of the .NET Framework Azure App Services Supports?
One of the easiest ways that I know of it to use an existing website that you created that is hosted on Azure App Services and go to the Development Tools and Advanced Tools and open the Kudu Portal.


Then to go the Debug console and then CMD.

Type cd D:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework
Type dir
You'll see a list of the supported .NET Frameworks!
Thank you


No comments:

Post a Comment