Share via

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

Proimobi 1 Reputation point
9 Jun 2020, 18:45

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.
8,339 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Leon Laude 85,881 Reputation points
    9 Jun 2020, 18:49
    0 comments No comments

  2. Grmacjon-MSFT 18,816 Reputation points
    10 Jun 2020, 23:51

    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.