Search code examples
azureasp.net-web-apideploymentazure-app-service-envrmntasp.net-core-3.0

Error deploying .Net Core 3.0 Web API to Azure App Service


I recently upgraded my ASP .Net Core 2.2 Web API to .Net Core 3.0. Now, when I publish to Azure App Service from within Visual Studio 2019 Community (latest updates installed) I get this message:

There was a problem starting PropWorx.API on propworx-api-san. Your application requires the .NET Core 3.0.0 runtime, but Microsoft Azure App Service only supports the following versions: 2.1.12, 2.1.13, 2.2.6, 2.2.7 and 3.0.0.

enter image description here

Yet, the API appears to work just fine once deployed. Is this something I should be concerned about?


Solution

  • Don't worry much about it as its just a warning, You can keep track on the latest releases on the ASP.NET Core on App Service Dashboard