Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Runtime Stack for .NET Core 3.0 in Azure

I am trying to setup a WebAp on Azure for asp.net core 3.0

However, the drop down box for "runtime stack" only allows .net core 2.2 as maximum.

Is .net core 3.0 not supported in Azure?

like image 368
askolotl Avatar asked May 25 '26 12:05

askolotl


1 Answers

https://aspnetcoreon.azurewebsites.net/#ASP.NET%20Core%20Module

.NET Core on App Services

Partially Current

The runtime and shared frameworks are there, but the .NET SDK is missing. You can run 3.0, but not build 3.0.

Seems like you need to build your app as self-contained then deploy? You can check which regions support what in greater detail, using the map.

like image 64
Nick Schroeder Avatar answered May 27 '26 04:05

Nick Schroeder



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!