Azure kicks my app service slot back to .Net Core

Pascal Pereira 36 Reputation points
2020-11-11T15:31:40.77+00:00

Has anyone else experienced this:

  1. go to Azure app service slot...
  2. change your Stack to .NET and .NET Framework Version to .NET 5
  3. change your webapi project Target Framework to net5.0 and publish it to Azure... (with target framework = net5.0)
  4. your app starts...
  5. you go back to Azure app service slot...

AND... it kicked you back to ".NET Core" Stack??? any ideas why this might be happening?

Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
183 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,361 questions
0 comments No comments
{count} vote

Accepted answer
  1. Ryan Hill 27,026 Reputation points Microsoft Employee
    2020-11-15T02:14:51.12+00:00

    Hi @Pascal Pereira , I wanted to let you know that I was able to reproduce your issue. And like you, the app still runs but the portal shows .NET Core rather than .NET Core 5 Preview. I do believe the issue is a portal issue because in checking netFrameworkVersion under https://resources.azure.com for my slot config, it was still set v5.0,

    I'll pass this info along to the portal team. Thanks for raising this issue.

    Regards,
    Ryan

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful