Containers on Azure, Azure App Service on Linux – My Slides from Open Day Jakarta

This week, I had the pleasure to present to Microsoft Open Day in Jakarta. I covered two topics:

  1. Introduction to Containers on Azure
  2. Building Highly Available Linux applications with Azure App Service

You will find below my slides, notes to evaluate the technology and videos of the demos!

Introduction to Containers on Azure

The slides are here:

The videos of the demos are here:

Docker Basics

What is a container by docker – https://www.docker.com/what-container

Docker Overview  – https://docs.docker.com/engine/docker-overview/

Try SQL Server 2017 in a Container – https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker

What’s new for Docker in WindowsServer 1709 – https://blog.docker.com/2017/09/docker-windows-server-1709/

Azure Container Registry

Your Docker registry in Azure – https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-portal

https://docs.microsoft.com/en-us/azure/container-registry/container-registry-webhook

Azure Container Instances

Run containers in Azure the easy way  – https://azure.microsoft.com/en-us/services/container-instances/

Azure Container Services (ACS)

Deploy a Docker Swarm cluster in Azure with ACS – https://docs.microsoft.com/en-us/azure/container-service/dcos-swarm/container-service-swarm-walkthrough

Deploy a DCOS cluster in Azure with ACS  – https://docs.microsoft.com/en-us/azure/container-service/dcos-swarm/container-service-dcos-quickstart

Azure Container Services (AKS)

Managed Kubernetes in Azure – https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough

To summarize the options to run containers on Azure: https://azure.microsoft.com/en-us/overview/containers/

 

Building Highly Available Linux applications with Azure App Service

The slides are here:

The videos of the demos are here:

WordPress for App Service on Linux

Introduction to Azure App Service – https://docs.microsoft.com/en-sg/azure/app-service/containers/app-service-linux-intro

AppService is also present on AzureStack – https://azure.microsoft.com/en-us/blog/general-availability-of-app-service-and-functions-on-azure-stack/

Azure App Service on Linux FAQ – https://docs.microsoft.com/en-sg/azure/app-service/containers/app-service-linux-faq

Create a Ruby on Azure using Azure App Service – https://docs.microsoft.com/en-sg/azure/app-service/containers/quickstart-ruby

App Service on Linux with GitHub integration

Deployment guide for Azure App Service  – https://docs.microsoft.com/en-sg/azure/app-service/containers/

Configure webapps in Azure App Service – https://docs.microsoft.com/en-sg/azure/app-service/web-sites-configure?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json

Deploy your own Docker container for App Service on Linux – https://docs.microsoft.com/en-sg/azure/app-service/containers/quickstart-custom-docker-image

App Service for Containers

Azure Web App for Containers: https://azure.microsoft.com/en-us/services/app-service/containers/

Running your code on #Azure … which option to choose? – https://docs.microsoft.com/en-sg/azure/app-service/choose-web-site-cloud-service-vm?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json

 

See you soon in another Microsoft Open Day in APAC: https://open.microsoft.com/2017/10/08/msftopenday-2017/ 

Arnaud