Category: App Service

How to deploy an ASP.NET Core 1.1 application to an Azure App Services Web App using Visual Studio 2017

Azure App Service Benjamin Perkins

If you received a 404 after deploying your ASP.NET Core 1.1 application, see the end of this article in section “404 when accessing ASP.NET Core 1.1” do find out a solution and the reason. The deployment of an ASP.NET Core 1.1 Web API or Web Application is achievable following these steps: Create the Solution / […]

Read More →

Failed to run WebJob

WebJobs Benjamin Perkins

It is possible to run an Azure WebJob even when the Azure App Service Web App is not running. Figure 1 illustrates a running WebJob while the Web App is not running. Figure 1, running a WebJob when the Web App is stopped Notice that there is only 1 W3WP process shown in the Process […]

Read More →

Port limit for an Azure App Service

Azure App Service Benjamin Perkins

Ever wondered how to check the number of open connections on a App Service Web App or Mobile App? Have you ever received this error while running your App Service? System.Net.Sockets.SocketException: “A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host […]

Read More →