Showing results for Azure Web Sites - .NET Blog

Jan 9, 2018
0
0

64 bit ASP.NET Core on Azure App Service

Glenn Condron [MSFT]
Glenn Condron [MSFT]

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 During the 2.1 timeframe we are hoping to have both 32 and 64 bit runtimes installed as well as enabling the portal experience to ...

ASP.NETASP.NET CoreAzure
Nov 12, 2014
0
0

New Developer and Debugging Features for Azure WebJobs in Visual Studio

Brady Gaster
Brady Gaster

With Visual Studio Update 3, the Web Tools Extensions team added a number of great features to make it easier for ASP.NET developers publishing web applications to Azure Websites to enable background processing using Azure WebJobs. Since the Update 3 release, Azure WebJobs has reached general availability, and to coincide with the release of Azure ...

ASP.NET