Tags: Azure App Service

Failed to deploy from GitHub to Azure App Service Web App, missing project reference

Azure App Service Benjamin Perkins

I was working on these other articles: How to deploy from GitHub using someone else’s repository How to configure GitHub or VSTS for use with an Azure Function Deploy GitHub source code repositories to an Azure App Service Failed to deploy from GitHub to Azure App Service Web App, missing project reference Deploy an App […]

Read More →

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 →

Enable logging for your Hybrid Connection Manager, troubleshooting

Azure Benjamin Perkins

This article pertains to the Azure Biztalk based Hybrid Connection feature discussed here. To read about the new version of the Hybrid Connection feature based on Azure Relay, read this article. #HybridConnection #Azure #Microsoft – There are 2 kinds of logging you can use to troubleshoot any issues with your Azure Hybrid Connection Manager. The […]

Read More →