SlideShare a Scribd company logo
Microsoft Azure
Developer Camp
Architect your app modernization
journey with containers on
Microsoft Azure
># whoami
Davide Benvegnu
Global Cloud Solution Architect - Microsoft
● Focusing on Cloud Native Technologies
○ Containers
○ Microservices
○ Serverless
MMA Fighter
Former Microsoft MVP – Application Lifecycle Management
Architect your app modernization journey with containers on Microsoft Azure
Architect your app modernization journey with containers on Microsoft Azure
App
Container Image
Base OS Image (Lin/Win) Base OS Image (Lin/Win)
Runtime (JDK, .Net …)
Middleware
Base OS Image (Lin/Win)
Runtime (JDK, .Net …)
Middleware
App
Dockerfile
FROM rhel:7.5
RUN yum install
COPY . /opt/apps
CMD java -jar …
Architect your app modernization journey with containers on Microsoft Azure
Architect your app modernization journey with containers on Microsoft Azure
Architect your app modernization journey with containers on Microsoft Azure
Report Report
Architect your app modernization journey with containers on Microsoft Azure
report
survey
Architect your app modernization journey with containers on Microsoft Azure
Architect your app modernization journey with containers on Microsoft Azure
Deploy web apps in
a PaaS environment
using App Service
Architect your app modernization journey with containers on Microsoft Azure
Relaunching the home of Nobel Prize
awarded laureates and their discoveries
Architect your app modernization journey with containers on Microsoft Azure
A look into a production-ready app on App Service…
Nobel Prize website
Deploy a global website using Linux containers in a PaaS environment
Xerox Java modernization
with AKS
Xerox Docushare Flex—
Architect your app modernization journey with containers on Microsoft Azure
Xerox moves to containers in Azure for
faster demo environment releases
Architect your app modernization journey with containers on Microsoft Azure
.NET modernization with
Service Fabric
Architect your app modernization journey with containers on Microsoft Azure
Architect your app modernization journey with containers on Microsoft Azure
Architect your app modernization journey with containers on Microsoft Azure
Architect your app modernization journey with containers on Microsoft Azure
Architect your app modernization journey with containers on Microsoft Azure
© Copyright Microsoft Corporation. All rights reserved.

More Related Content

Architect your app modernization journey with containers on Microsoft Azure

Editor's Notes

  1. This was originally a 75 minute session. In the prescriptive schedule, the session is granted 60 minutes. Please select the demos that you have the most confidence and comfort performing.
  2. https://myignite.techcommunity.microsoft.com/sessions/64668?source=sessions#ignite-html-anchor
  3. Create a new Container registry Review newly created registry / repo Clone sample code (http://github.com/Azure-samples/aci-helloworld) Use Docker build. Review container activity log. Azure Container Instance.
  4. Create a web app from the Azure Portal.
  5. Digging into Azure App Service.
  6. Azure Portal. Modernizing a legacy app, Add CI/CD pipeline to your Java app running on Azure http://ignitecontainers.azurewebsites.net/ See Ignite video ~49:30
  7. 31
  8. Modernize an existing app See Ignite video - ~62:00