PreviousNext

64 bit ASP.NET Core on Azure App Service

by bill-s, 2018-01-13T03:52:02.000Z

When creating an Azure App Service .NET Core is already pre-installed. However, only the 32 bit .NET runtime is installed. In this post we will look at a few ways that you can get a 64 bit runtime on Azure App Service

Read More