How to update a Linux App Service from ASP .NETCore 2.1.13 to 2.1.14?

Proimobi 1 Reputation point
2020-06-09T18:45:08.177+00:00

Hello, everyone!

When I start my Linux App Service and check the logs, it states the following:

9672-appservice.png

If possible, could anyone please guide me on how to update it to ASP .NETCore 2.1.14?

Thanks a lot in advance.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,816 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Leon Laude 85,646 Reputation points
    2020-06-09T18:49:43.503+00:00
    0 comments No comments

  2. Grmacjon-MSFT 15,441 Reputation points
    2020-06-10T23:51:45.317+00:00

    Hi @Proimobi-8218,

    just to add to Leno's response, the latest version of .NET core is v2.1.19. you can find it here

    Run the following command in the Cloud Shell to set the .NET Core version to 2.1:

     az webapp config set --name <app-name> --resource-group <resource-group-name> --linux-fx-version "DOTNETCORE|2.1
    

    I hope that helps. Let us know if you have further questions.

    Thanks, Grace

    0 comments No comments