Developer Support

Advocacy and Innovation

Demystifying Docker Containers Support on Windows 10 and Windows Server 2016

Both my colleague Kendall Roden and myself were recently taking a deep dive into docker containers support on Windows 10 and Windows Server 2016. We knew that we could install “Docker for Windows” to add support for Docker, but as we dug deeper we found out that there is more to it than simply installing “Docker for Windows”.

Running Django on Azure Web Apps for Containers with Docker

In this post, App Dev Manager Drew Lewis walks us through how to host a simple Python/Django application in Azure App Services.In this post I will walk you through a very simple approach to developing and hosting a simple Python/Django application in Azure App Service.  For this demo we will target Azure Web Apps for Containers which ...

Part 2 – Deploying Your Dockerized Angular Application to Azure Using VSTS

In part 2 of a series of posts, Premier Developer Consultant Wael Kdouh demonstrates how to eliminate daunting requirements and instead install Angular build tools and utilize Docker to more easily and efficiently deploy an application to Azure using VSTS.From Wael:In part 1 I demonstrated building a VSTS build pipeline which built...

Docker Blog Series Part 7– Deploy Azure Web App On Containers

In the following post, Premier Developer Consultant Monu Bambroo shows how to deploy a Container to Azure Web Apps directly from Azure Container Registry.Container services are encapsulated, individually deployable components that run as isolated instances on the same kernel to take advantage of virtualization that an operating system ...

Running Docker Windows and Linux Containers Simultaneously

Many of you with familiarity with Docker for Windows know how you currently have to switch between running either Windows or Linux Containers. In the following post, Premier Developer Consultant Randy Patterson teaches us how to combat this limitation and run Docker Windows and Linux Containers simultaneously on the same host.Starting ...

Docker Blog Series Part 6 – How to use Service Fabric Reverse Proxy for container services

Learn about the container orchestrator, Service Fabric, and how to use Service Fabric Reverse Proxy for container services in Monu’s latest post. Monu Bambroo is a Consultant on the Premier Developer team.Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable ...