Docker Azure Web Apps - SSH access for Custom Containers For most "smaller" projects I use Azure Web Apps for hosting. It just takes care of all the work of hosting sites, APIs, and Apps in a PaaS manor, so I don't have to worry about it.
ASP.Net Core Custom Docker Containers in your Azure Web App - Part 2 Part 1 of this services, contains the details you need to create a Docker Image and Container locally to verify it's all working as you expect. Then build, tag, push it to a provisioned Docker Registry manually for use elsewhere.
Azure App Service Featured Custom Docker Containers on Azure Web Apps - Part 1 Over the last few months, we've moved all our sites to Custom Docker Containers deployed on Azure Web Apps. This gives us a lot of flexibility in testing and deployment. In this series