Deploying ASP.NET Core 6 to Azure App Services
https://www.pluralsight.com/courses/asp-dot-net-core-6-azure-app-services-deploying by Neil Morrissey Course Overview Course Overview Understanding Azure App Service Version Check and Introduction Azure App Service Hosting Features Azure App Service Development Features Create an App Service Plan Create a Web App Exploring the Web App Deployment Slots Authentication to App Service Exploring the Kudu Portal Deploying ASP.NET Core Application to App Service Understanding Deployment to App Service Create Sample Project Publish from Visual Studio Importing the Publish Profile from App Service how to download a publish profile which can be used in visual studio Publish Using Zip Deploy Mount Zip File Using 'Run From Package' Publish Using FTP Publish to the Remote Git Repo in App Service using local git with azure app service Create a Container App Deploy Container Using Visual Studio Deploy Container Using the Azure CLI Configure App Service to Pull Container Image from ACR Dev...