Azure .Net Core App Service fails to start 503 error

Was playing with a POC app recently. I pushed out a web deploy to an Azure App Service. Everything built and deployed without issue. The app fired up and nothing just the vanilla error message returned. I checked the site logs via Kudu and…

Azure App Service Deployment Slots

  With the Standard App Service service plan upwards you get 5 Deployment slots to play with. These are essentially staging slots that can be used to progress from Dev to Pre-Prod to Live. There’s lots of guidance online about deployment slots but here’s…