Comments on: Azure App Service Architecture (3): App Service on Linux http://itnerd.space/2016/11/02/azure-app-service-architecture-3-app-service-on-linux/ Blog about Cloud, Automation, Android, Smart things... Thu, 27 Jul 2017 22:01:00 +0000 hourly 1 https://wordpress.org/?v=4.7.5 By: Nazim Lala [Nazim.Lala@MSFT] http://itnerd.space/2016/11/02/azure-app-service-architecture-3-app-service-on-linux/#comment-10 Tue, 29 Nov 2016 15:01:00 +0000 http://itnerd.space/?p=82#comment-10 Follow instructions on https://docs.microsoft.com/en-us/azure/app-service-web/app-service-linux-using-custom-docker-image to use a custom docker image. As soon as you change the image/tag string we will pull the latest container image.

]]>
By: Dustin Speer http://itnerd.space/2016/11/02/azure-app-service-architecture-3-app-service-on-linux/#comment-9 Mon, 28 Nov 2016 19:09:00 +0000 http://itnerd.space/?p=82#comment-9 Once I deploy an app container… how do I update it to get it to pull the latest build?

]]>
By: Alexandre Dumont http://itnerd.space/2016/11/02/azure-app-service-architecture-3-app-service-on-linux/#comment-6 Fri, 04 Nov 2016 11:35:00 +0000 http://itnerd.space/?p=82#comment-6 Great. I have updated the post and diagrams. Thanks a lot for your clarification.

]]>
By: Nazim Lala [Nazim.Lala@MSFT] http://itnerd.space/2016/11/02/azure-app-service-architecture-3-app-service-on-linux/#comment-5 Thu, 03 Nov 2016 20:23:00 +0000 http://itnerd.space/?p=82#comment-5 No, we have FileServers that expose SMB shares for each sites contents that we mount on the host. We inject these mounts into the containers as well at /home

]]>
By: Alexandre Dumont http://itnerd.space/2016/11/02/azure-app-service-architecture-3-app-service-on-linux/#comment-4 Thu, 03 Nov 2016 19:12:00 +0000 http://itnerd.space/?p=82#comment-4 Thanks Nazim. What about the storage? Do you use volumes on Azure File Service with a Docker volume plugin?

]]>
By: Nazim Lala [Nazim.Lala@MSFT] http://itnerd.space/2016/11/02/azure-app-service-architecture-3-app-service-on-linux/#comment-3 Thu, 03 Nov 2016 18:49:00 +0000 http://itnerd.space/?p=82#comment-3 That’s pretty close to how its done 🙂 We are using Ubuntu 16.04 for the host.

]]>