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.
Azure Azure App Service Free Managed Certificates Today, Azure has made security even easier with the introduction of App Service Certificates, right in the Azure App Service Site Blade.
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