Azure_AppService_6
Periodically, newer versions are released for .Net Framework software either due to security flaws or to include additional functionality. Using the latest .Net framework version for web apps is recommended in order to to take advantage of security fixes, if any, and/or new functionalities of the latest version.
Perform the following in the Azure Console:
Perform the following in Azure Command Line Interface 2.0:
To see the list of supported runtimes.
az webapp list-runtimes | grep aspnet
To set latest .NET Framework version for an existing app, run the following command.
az webapp config set –resource-group <RESOURCE_GROUP_NAME> –name <APP_NAME> –net-framework-version <VERSION>
References:
Want to Know More?
Learn how our partners are managing their cloud security and compliance with Cloudlytics.
I hereby accept the GDPR and Privacy Policy, by subscribing to the newsletters.