Author: Benjamin Perkins

Configure PowerShell for running Azure Cmdlets

PowerShell Benjamin Perkins

I am really a GUI fan, but sometimes I have to help people run Azure PowerShell cmdlets.  I wrote a few other Azure PowerShell articles like these here: How to tell which Azure PowerShell version you are running Moving an Azure App Service Deploy an App Service using Azure PowerShell to a Deployment Slot In […]

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 →