9/20/2018 12:55 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.

Slides:



Advertisements
Similar presentations
Session 1.
Advertisements

Built by Developers for Developers…. © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
customer.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
05 | Debugging and Deploying on Azure Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
Top ways to deliver your Java code to the cloud
Azure.
Microsoft Build /9/2017 5:00 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
IT Operations Management
12/29/2017 3:36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
1/27/2018 5:13 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Run Azure Services in your datacenter
4/24/ :07 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
0 to DevOps. 0 to DevOps Who am I? Donovan Brown Fun Stuff 5/7/2018 Who am I? Donovan Brown Principal DevOps Manager.
Accelerate your DevOps with OpenShift by Red Hat
An Overview of Web App for Containers on Linux
Azure Machine Learning Deploying and Managing Models in production
THR3052 Tips and tricks: Build, deploy, and manage web apps powered by containers Ahmed Elnably Program Manager
Developing Hybrid Apps on Microsoft Azure Stack
Introducing Azure Functions
Easily manage SQL everywhere from anywhere with SQL Tools
Azure SDKs and Tools for You
Windows Azure Cloud Visit – Ravindra verma.
Microsoft Ignite /31/ :08 AM
IT Operations Management
9/13/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Microsoft Azure P wer Lunch
Azure.
Python Tools for Visual Studio
Microsoft Azure P wer Lunch
Microsoft Build /8/2018 5:15 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
DevOps Fundamentals Configuration Management
Continuous Delivery for Microsoft Azure
Introduction to Windows Azure Web Sites
Microsoft Build /16/2018 8:43 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Connect /17/ :34 AM
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Build /24/2018 2:25 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Mobile Center and VSTS:​ Better together for your Mobile DevOps
Microsoft Build /28/2018 2:38 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Developing for the cloud with Visual Studio
Build /2/ The future of Azure devops: Building and managing cloud applications lifecycle across your teams Bradley Millington Program.
Title of Presentation 12/2/2018 3:48 PM
Microsoft Virtual Academy
12/7/2018 2:05 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
12/8/ :07 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Introduction to Building Applications with Windows Azure
12/26/2018 1:44 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
The Ops side of DevOps Manager Microsoft
Deploy Your Web Site/App on Azure
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Windows Azure Overview
Manage your App Service resources using Command line tools
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
What’s new in Visual Studio 2012
Windows Azure Hybrid Architectures and Patterns
Microsoft Virtual Academy
Шитманов Дархан Қаражанұлы Тарих пәнінің
Build /15/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Title of Presentation 5/24/2019 1:26 PM
Using Smart Unit Tests to find bugs earlier in the development cycle
Day 2, Session 2 Connecting System Center to the Public Cloud
Office 365 Development July 2014.
日本初公開!? Vista の新機能を実演 とっちゃん わんくま同盟 7/23/2019 9:09 AM
7/19/2019 2:53 AM © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Microsoft Virtual Academy
Build /27/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Managing your infrastructure with System Center
Microsoft Virtual Academy
Presentation transcript:

9/20/2018 12:55 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9/20/2018 12:55 PM BRK2062 Deploy and run container based application at scale with App Service on Linux © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Agenda Introduction to Azure App Service Web App comes to Linux Introductions Web App for Containers Develop and Deploy your custom container DevOps: built-in CI/CD Announcements & QA

Azure App Service Quickly build, deploy and scale enterprise-grade web, mobile and API apps running on any platform across cloud and on-prem. Meet rigorous performance, scalability, security and compliance requirements while leveraging a fully managed platform to perform infrastructure maintenance. Enterprise Grade Apps Fully Managed Platform High Productivity Development

Offering Differentiated Benefits Enterprise-grade apps Fully managed platform High productivity development Global data center footprint High availability with auto-patching .NET, Java, PHP, Node, Ruby, and Python Staging and deployment Hybrid support Built-in auto scale and load balancing Reduced operations costs Backup and recovery Secure + compliant AAD integrated Testing in production App gallery marketplace

>475K >1.5m >17.5 Billion Active customers Apps & Sites Build 2015 9/20/2018 12:55 PM >475K Active customers >1.5m Apps & Sites Hosted >17.5 Billion Requests per Day © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Web App comes to Linux (w/ container support) Bring your code Bring your containers .NET Core Web App for Containers Deploy to Azure in seconds Scale easily on demand Designed for your agile web development needs

What is Docker ? World’s leading software container platform 9/20/2018 12:55 PM What is Docker ? World’s leading software container platform Containers are isolated, but share operating system (OS) and, where appropriate, binaries and libraries. Results in faster deployment, much less overhead, easier migration, and faster restart. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Why Containers? DevOps Developers Operations 9/20/2018 Why Containers? Developers Enable ‘write-once, run-anywhere’ apps Enables microservice architectures Great for dev/test of apps and services Production realism Growing Developer Community DevOps Operations Portability, Portability, Portability Standardized development, QA, and prod environments Abstract differences in OS distributions and underlying infrastructure Higher compute density Easily scale-up and scale-down in response to changing business needs © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Deploy to Azure in seconds Microsoft Inspire 9/20/2018 12:55 PM Web App for Containers Easiest way to deploy and run containerized web application at scale Deploy to Azure in seconds Ship updates faster Scale easily on demand © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo : Create using Built – in Image and Custom image 9/20/2018 12:55 PM Demo : Create using Built – in Image and Custom image Apurva Joshi (AJ) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Use Azure Marketplace to create 9/20/2018 12:55 PM Use Azure Marketplace to create Joomla! CMS WordPress MediaWiki Drupal © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Deployment Life Cycle ACR Github repos Docker hub VSCode Local Git repos Developers Redis cache Web App for Containers Azure database for MySQL Monitoring log aggregation CDN End users

Demo : Azure CLI, VS Code, Docker Tools 9/20/2018 12:55 PM Demo : Azure CLI, VS Code, Docker Tools Apurva Joshi (AJ) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

App Service on Linux gives you choices Microsoft Inspire 9/20/2018 12:55 PM App Service on Linux gives you choices Languages and frameworks Application Templates Deployment DevOps Ma en Bring your code or container From CLI, portal, or ARM template WordPress Joomla Tools of your choice >_ SSH Drupal Public or private repo/registry Community engagements © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Azure Container Registry Sample Architecture Web App Rest API Chat App Azure Container Registry Web App for Containers Logic App Function App aka.ms/devfinder

Develop and Deploy http://www.devfinder.net 9/20/2018 12:55 PM Develop and Deploy http://www.devfinder.net Apurva Joshi (AJ) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Announcements Azure Functions comes to Linux – Preview 9/20/2018 12:55 PM Announcements Azure Functions comes to Linux – Preview https://blogs.msdn.microsoft.com/appserviceteam/2017/11/15/functions-on-linux-preview/ App Service diagnostics is now GA https://azure.microsoft.com/en-us/blog/announcing-the-general-availability-of-azure-app-service-diagnostics/ Azure “DevOps” Project – Preview https://blogs.msdn.microsoft.com/devops/2017/11/15/announcing-azure-devops-project-public-preview/ © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

https://aka.ms/webapps-uservoice 9/20/2018 12:55 PM How can I learn more? All our docs: https://aka.ms/webapp-linux Release notes: https://aka.ms/linux-release-notes How can I contribute? All Docker Files: https://aka.ms/linux-github All Docker images: https://aka.ms/linux-dockerhub How to give feedback? Submit your idea in UserVoice, add [Linux] at the beginning of the title https://aka.ms/webapps-uservoice © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Try App Service now, without a credit card… aka.ms/TryAppService

More sessions! (Come Get App Service Stickers) Title Speaker Time Code BRK2050 - Build, Deploy and scale apps with Azure App Service Apurva Joshi (AJ) Principal PM Manager @apurvajo Thursday, 15th Nov, 3:30 PM BRK2050 Overview of the Microsoft Azure serverless platform Byron Tardif Senior Program Manager @bktv99 Thursday 15th Nov, 9:30 AM BRK1155 Building serverless apps using Azure Functions Friday, 16th Nov, 12:00 PM BRK2066 #MSTechSummit

Questions?