Introduction In this post, I show how to create an Azure Web App for containers and also explain what are containers. It has never been so easy to deploy container-based web apps in seconds. Just pull container images from Docker Hub or a private Azure Container Registry. Web App for Containers will deploy the containerized […]
Browsing Month: February 2020
Azure
Enabling Diagnostics Logging in Azure App Service
Introduction If you are looking at this post “enabling diagnostics logging” then you are already familiar with building and hosting web application with in a azure app service. You may also be looking for options to support your application. I will show how to use diagnostics logs that are available with in azure app service. […]
Azure
What are containers and their benefits
Introduction In this short post, I explain what are containers and their benefits. To help understand what problems does this container solves in the software industry. What are containers? A software container is a pretty abstract thing and it will be easy if we start with an analogy that is familiar to most of the […]